92768/requiredargumentmissingerror-following-arguments-location
Hi Team,
I am trying to create a group in Azure with the CLI command. But it is showing me the below error.
$ az group create -n MyResourceGroup RequiredArgumentMissingError: the following arguments are required: --location/-l
Hi@akhtar,
Group in Azure is region-specific. You need to tell where you want to create the group. You can take help with the az group --help command or, you can modify your command, as shown below.
$ az group create -l westus -n MyResourceGroup
The problem you're having is that the ...READ MORE
In Visual Studio, in the window "Server ...READ MORE
It's confusing since Docker (the company) is ...READ MORE
Yes! Although the Azure Functions portal does ...READ MORE
Azure Cloud Services is an example of ...READ MORE
Azure DevOps is a hosted service providing ...READ MORE
Azure Stack is a hybrid cloud computing software solution ...READ MORE
Azure Cosmos DB is Microsoft’s globally distributed database ...READ MORE
Hi@akhtar, I think you don't have the group ...READ MORE
Hi@akhtar, You can set your required subscription to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.