I am running an enterprise scale application in Microsoft Azure. I wanted to know what the recommendations are for DDOS projection in Microsoft Azure. The documentation clearly states that the platform is protected from DDOS with not much more detail. My understanding of the Azure DDOS is
- If another customer is being attacked by a DDOS attack, your application won't suffer
- If your application is being attached by a DDOS attack, Microsoft will stop all connections to your end point and in effect taking down your service.
Based on this understanding, I would prefer if the connection from the particular IP/set of IPS was blocked rather than taking the entire application down.
Would I be better placed to use a product like Incapsula to protect against DDOS?