We are using Azure Static Web App for hosting a web-precense.
Right now I am asking myself, if/how an Azure SWA is DDos protected.
As the SWA is not part of a VNET, the optional Azure DDoS Protection can not be applied.
References I found so far:
- "Globally distributed static content, putting content closer to your users."[1] This smells like a CDN, which would be a good indicator for having a DDoS protection somehow, but I can't find any details
- "Services running on Azure are inherently protected by the default infrastructure-level DDoS protection."[2] Ok so somehow every service in Azure has a default DDos protection, but I can't find any details
Is an Azure Static Web App DDoS protected? If so, how?