Describe the bug
az cosmosdb create --name $accountName --resource-group $resourceGroupName --kind GlobalDocumentDB --locations regionName="mexicocentral" --capabilities EnableTable
I can successfully create the cosmosdb with Read Locations and Write Locations all point to mexicocentral, but for the location in the portal is always set to "East US" (I think it is the default value), and I did not find where I can set this value


Related command
az cosmosdb create
Errors
no parameter to set the location value
Issue script & Debug output
N/A
Expected behavior
set the right location value
Environment Summary
azure-cli 2.56.0 *
Additional context
No response
Describe the bug
az cosmosdb create --name $accountName --resource-group $resourceGroupName --kind GlobalDocumentDB --locations regionName="mexicocentral" --capabilities EnableTable
I can successfully create the cosmosdb with Read Locations and Write Locations all point to mexicocentral, but for the location in the portal is always set to "East US" (I think it is the default value), and I did not find where I can set this value


Related command
az cosmosdb create
Errors
no parameter to set the location value
Issue script & Debug output
N/A
Expected behavior
set the right location value
Environment Summary
azure-cli 2.56.0 *
Additional context
No response