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
az deployment group create --name noparameter --resource-group ODL-az-400-2071575 --template-file storagedemo.json
az deployment group create --name noparameter --resource-group ODL-az-400-2071575 --template-file storagedemoreusable.json --parameters storageName=crtrlstr43sewdr
az group export --name ODL-az-400-2071575 > exported-template.json

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