https://github.com/suransandeepa/azure-arm-templates-101
This repository contains Azure ARM templates for automating the creation of Azure resources. It includes templates for deploying a VM and a Storage Account.
https://github.com/suransandeepa/azure-arm-templates-101
arm-templates azure azure-cli azure-storage-account azure-vm
Last synced: 4 days ago
JSON representation
This repository contains Azure ARM templates for automating the creation of Azure resources. It includes templates for deploying a VM and a Storage Account.
- Host: GitHub
- URL: https://github.com/suransandeepa/azure-arm-templates-101
- Owner: SuranSandeepa
- Created: 2024-11-29T18:42:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T18:47:38.000Z (11 months ago)
- Last Synced: 2025-06-27T02:40:27.889Z (4 months ago)
- Topics: arm-templates, azure, azure-cli, azure-storage-account, azure-vm
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure ARM Templates
This repository contains a collection of **Azure ARM templates** designed to automate the deployment of Azure resources. The templates follow the Infrastructure-as-Code (IaC) approach, allowing for repeatable and consistent provisioning of resources in Azure.
## Templates Included:
1. **Create VM Template**
This template automates the deployment of a virtual machine on Azure. It allows you to specify parameters such as the VM size, admin username, and SSH public key for secure access.2. **Create Storage Account Template**
This template automates the creation of an Azure Storage Account. It supports configuration of essential properties like the account type, replication, and location.## Prerequisites:
Before using these ARM templates, make sure you have:
- An active Azure subscription.
- Azure CLI installed and configured.
- Basic knowledge of ARM templates and JSON syntax.