Hello @anguiz7z , the short answer is yes.
Azure App Service infrastructure can be penetration tested. Microsoft allows customers to perform their own penetration tests on their Azure resources without prior approval.
However, there are certain rules of engagement that must be followed. Here are some common types of penetration tests that are allowed:
- Testing for Open Web Application Security Project (OWASP) vulnerabilities.
- Endpoint fuzz testing—trying random inputs to find vulnerabilities.
However, one type of penetration test that you can’t perform is any kind of Denial of Service (DoS) attack. This includes initiating a DoS attack itself, or performing related tests that might determine, demonstrate, or simulate any type of DoS attack It’s important to note that while Microsoft no longer requires pre-approval to conduct a penetration test against Azure resources, customers must still comply with the Microsoft Cloud Unified Penetration Testing Rules of Engagement If you’re unsure about the scope of your penetration test or need further guidance, I recommend reviewing the Azure Penetration Testing Rules of Engagement documentation.
-Grace