Microsoft.Web/certificates Arm deployment - InternalServerError
Adrian Adamiak
15
Reputation points
{
"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 ?
Sign in to answer