Skip to content

This repository contains Azure ARM templates for automating the creation of Azure resources. It includes templates for deploying a VM and a Storage Account.

Notifications You must be signed in to change notification settings

SuranSandeepa/azure-arm-templates-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

This repository contains Azure ARM templates for automating the creation of Azure resources. It includes templates for deploying a VM and a Storage Account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published