I tried to deploy the ARM template from Azure CLI, but after running the code nothing happened.
What could be the cause?
No error occurred but when I checked the deployment in Azure Portal, nothing was happening.
az deployment group create --resource-group resource-group-name --template-file "template-file-location(local)" --parameters @{parameter-file-location(local)}