Microsoft.Web/certificates Arm deployment - InternalServerError

Adrian Adamiak 15 Reputation points
2023-07-05T12:36:29.0333333+00:00
{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "code": "InternalServerError",
      "message": "There was an unexpected InternalServerError.  Please try again later.  x-ms-correlation-request-id: c0069410-4619-4343-80d7-4c64b5aa7c0e"
    }
  ]
}

We have the complex ARM templates which among App service plans, App service sites and slots creates a certificate based on the azure key vault. Usually our deployment works fine but occasionally our certificate deployment throws an error "There was an unexpected InternalServerError". Sometimes this happens several times in a row. There are no details. Is it possible to verify what is the problem based on the given x-ms-correlation-request-id ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
{count} votes

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.