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

List of locations supporting CPU and / or memory customization #8

Open ThorstenHans opened 7 years ago

ThorstenHans commented 7 years ago

When creating containers using Azure CLI, it's not possible to provide custom values for cpu or memory. I've tried to create containers in different locations and with different configurations. All tests end up in getting the same The requested resource with 'x' CPU and 'x' GB memory is not available in the location 'xxx' at this moment.

I've tried couple of configs

$ az container create -g some-grp -n some-name --image some/image --cpu 2 -l westeurope
$ az container create -g some-grp -n some-name --image some/image --memory 2 -l westeurope
$ az container create -g some-grp -n some-name --image some/image --cpu 2 --memory 2 -l eastus

Is there a way to currently see a list of locations supporting which customizations?

rbitia commented 7 years ago

We've documented the availability configurations here: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-region-availability Thanks!