Skip to content

bipeensinha/armdemo

Repository files navigation

SL VM Hardcoded

az deployment group create -g ODL-az-400-2071575 -f slvmhardcoded.json

az vm list --output table

az vm delete -g ODL-az-400-2071575 -n Bipeen-vm --yes --force-deletion yes

image

Storage Account

az deployment group create --name noparameter --resource-group ODL-az-400-2071575 --template-file storagedemo.json

image

az deployment group create --name noparameter --resource-group ODL-az-400-2071575 --template-file storagedemoreusable.json --parameters storageName=crtrlstr43sewdr

image

Export entire Resource Group

az group export --name ODL-az-400-2071575 > exported-template.json image

Delete the Storage Account manually and redeploy with the following command ( When prompted give new Name )

az deployment group create -g ODL-az-400-2071575 -f exported-template.json

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors