Replies: 1 comment
-
There's some more information here that may be helpful: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the Docker extension to publish the multi-container app to Azure Container Instances. I used
docker compose up
command and always got the following error for the resources.How can I set the resources to request in docker compose or azure? We only allow max 4gb and 16gb memory in the azure instances.
containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code="ServiceUnavailable" Message="The requested resource is not available in the location 'eastus' at this moment. Please retry with a different resource request or in another location. Resource requested: '7' CPU '6.1' GB memory 'Linux' OS"
Here is my docker compose file
Beta Was this translation helpful? Give feedback.
All reactions