An open API service indexing awesome lists of open source software.

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.

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.