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.
-
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. -
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.
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.