skip to Main Content

Azure – –no-wait tag not working when using az resource delete

I am trying to delete a virtual machine using the command below az resource delete --ids /subscriptions/0b1f6471-1bf0-4dda-aec3-111111111111/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualMachines/vmlname1 --no-wait I am getting this error: unrecognized arguments: --no-wait When I remove --no-wait it works By this link: https://learn.microsoft.com/en-us/cli/azure/resource?view=azure-cli-latest#az-resource-delete-optional-parameters no-wait is given as…

VIEW QUESTION

Azure Batch pool quota reached

when creating a pool for my Batch account I get the following error message: Pool quota for the account has been reached I currently have no other pool created and when checking the quota of the batch account in the…

VIEW QUESTION

Cannot connect to VM azure

Yesterday I was able to connect to VM. After i closed it, I was not able to connect anymore. I am getting these errors: Network connectivity blocked by security group rule: DefaultRule_DenyAllInBound Error: I am expecting a possible solution to…

VIEW QUESTION
Back To Top
Search