microsoftfeedback / aci-issues

Issue reporting and tracking for the Azure Container Instances service
Creative Commons Attribution 4.0 International
7 stars 0 forks source link

Location dropdown uses validation logic for VMs #18

Open noelbundick opened 6 years ago

noelbundick commented 6 years ago

I'm trying to create some containers via the Azure portal. When I select WestUS, I get the following error:

image

This puzzles me, because I'm not trying to create a VM. When I run the following command via azure-cli in the cloud shell, it works just fine

az container create -g vnet2-vnet -n nginx --image nginx -l westus --ip-address public --ports 80

It seems like perhaps the wrong control, or the wrong set of options are being passed to the control in the portal?

jluk commented 5 years ago

Yep I think this is due to the quota API not recognizing ACI as a resource last time I recall speaking with Jenna - adding @chackdan who is the new ACI owner so he is aware of this issue and repo.