An Azure service that provides streamlined full-stack web app development.
UPDATE - Resolved
After enabling App Insights / Logging , it was clear that the static web app did not have permission to access AzureSql.
Fetching Events - Failed: $Cannot open server 'redacted' requested by the login. Client with IP address '52.191.132.158' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect.
After whitelisting the Static Web App IP, the problem is resolved.
Are static web app IP's "Static" as in they won't change?