Urgnet : Containers Instance ressource is not vailable

57780727 1 Reputation point
2022-12-14T10:19:19.8+00:00

Hello,

I get this error from today : "Error: The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another location. Resource requested: '4' CPU '4' GB memory 'Linux' OS".

Even decrease ressource to 1 CPU and RAM not solve the issues?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. 57780727 1 Reputation point
    2022-12-14T10:59:54.063+00:00

    The issues is caused by azure ressources. The service is fonctional again a few hours later.

    But is there a best solution to avoid the no availability of Azure services?

    0 comments No comments

  2. Bjoern Peters 8,921 Reputation points
    2022-12-14T11:37:01.21+00:00

    Hi @57780727

    As most of the Azure services rely somehow on a virtualized environment that runs on dedicated hardware, and the demand for several services raised during the pandemic, and there are still problems with the delivery chain... so it might happen from time to time that some services are not able to deploy new additional resources as the underlying infrastructure is not available (due to high demand)... maybe after some hours (as you recognized) you were able to deploy your container instance... as other customer shut down their application/containers, perhaps they needed those only during the night for processing.

    Best solution?
    There is no best solution; implement an error handling into your automated deployment scripts and let them run/loop until the resources are available.
    Or "never" delete your own resources ;-)

    Microsoft always tries to improve the hardware and availability of resources, but they also have to fight the unavailability of hardware and have to wait often to refresh their hardware...

    I hope my answer is helpful to you,

    Your
    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.