azure static web app with html page + devops = "There was an unexpected InternalServerError"
I have created several static web apps in the past without issue.
the repo is in devops git, and contains a single index.html page.
After the deployment has failed, I see that it has correctly written a yaml file into the repo (so devops has all the required permissions to modify the git repo source).
i have tried several times, always fails for no apparent reason.
The yaml file is correct (They same as other working static web apps, just different api-token.
{"code":"DeploymentFailed","target":"/subscriptions/090051fb-cb37-42e8-9deb-19fda1b94d29/resourceGroups/tools/providers/Microsoft.Resources/deployments/Microsoft.Web-StaticApp-Portal-750ce30c-808a","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: 9f09ac72-c9a7-44b7-93b1-7fe0246a1c1b"}]}