Azure deployment Failing with 'InternalServerError'.

Wills Ekanem 0 Reputation points
2023-03-07T11:25:42.1666667+00:00

Trying to deploy a static web app, and keep getting -

{
  "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.

... there is also a follow up correlation ID if needed. 

Regards!
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 17,731 Reputation points Microsoft Employee Moderator
    2023-03-09T00:44:04.4233333+00:00

    The error message you are encountering is indicating that there is an unexpected internal server error. This error can be caused by a temporary problem with the Azure servers.

    You can try to resolve this issue by retrying the deployment. If the issue persists, you can try to get more details by enabling debug logging when running the deployment.

    If retrying does not resolve the issue, can you please check here to see how to check the deployment logs, which should provide more detailed error messaging.

    3 people found this answer helpful.
    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.