Can Azure DDOS Standard protect a cloud service web role?
My understanding is that Azure DDOS protection is on a Virtual Network basis, and Cloud Services can only be deployed to a Virtual Network "Classic", rather than the newer Resource-group types (unless that has changed?). There is no information I could find on whether DDOS standard could apply to the classic Virtual Networks.
We could also migrate the site to an App Service.. but there is also little information out there as to whether these are supported either. Any enlightenment would be welcomed.
(This is not an enterprise application, so enterprise-scale solutions are a non-starter...)
DDOS Standard SKU is not available for the classic Virtual networks. Unfortunately, Policies are applied to public IP addresses associated to resources deployed in virtual networks, such as Azure Load Balancer, Azure Application Gateway, and Azure Service Fabric instances, but this protection does not apply to App Service Environments.
For web based attacks, you can consider using Application Gateway WAF which has OWASP module to protect your Web Application from top web attacks.