This morning one of our Azure SWA started giving us internal server errors.
This is on the main environment, all the preview environments on the same SWA still work.
We did not do any deployments this morning prior to this happening.
We have tried re-deploying, we have tried splitting all traffic to the preview site, but none of those worked, we still get internal server error when going to our custom domain.
Please help get this online again.
Here's the JSON cfg of the SWA that's failing:
{
"apiVersion": "2024-11-01",
"id": "/subscriptions/<my tenant>/resourceGroups/<my resource group>/providers/Microsoft.Web/staticSites/<my SWA>",
"name": "<swa name>",
"type": "microsoft.web/staticsites",
"sku": {
"name": "Standard",
"tier": "Standard"
},
"location": "westeurope",
"properties": {
"defaultHostname": "<swa host name>",
"repositoryUrl": null,
"branch": null,
"customDomains": [
"<my custom domain>"
],
"stableInboundIP": "51.124.12.35",
"privateEndpointConnections": [],
"stagingEnvironmentPolicy": "Enabled",
"allowConfigFileUpdates": true,
"contentDistributionEndpoint": "https://content-am2.infrastructure.1.azurestaticapps.net",
"keyVaultReferenceIdentity": "SystemAssigned",
"userProvidedFunctionApps": null,
"linkedBackends": [],
"provider": "DevOps",
"enterpriseGradeCdnStatus": "Disabled",
"publicNetworkAccess": null,
"databaseConnections": [],
"trafficSplitting": {
"environmentDistribution": {
"default": 100
}
},
"targetResourceGroupResourceId": null,
"trialExpirationTimeUtc": null,
"prettyNameStatus": null,
"prettyName": null,
"prettyNameHostname": null,
"backendRegion": {
"regionName": null,
"status": null
},
"stagingEnvironmentRegion": null,
"deploymentAuthPolicy": "DeploymentToken",
"federatedIdentityTenantId": null,
"federatedIdentityClientId": null,
"federatedIdentitySubscriptionId": null,
"deploymentStorageAccountResourceId": null,
"deploymentStorageAccountReferenceIdentity": null,
"networkConfigurations": null
}
}