Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!
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.