Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.87 KB

File metadata and controls

59 lines (41 loc) · 3.87 KB
title Penetration testing | Microsoft Docs
description The article provides an overview of the penetration testing process and how to perform a pen test against your app running in Azure infrastructure.
services security
author msmbaldwin
ms.assetid 695d918c-a9ac-4eba-8692-af4526734ccc
ms.service security
ms.subservice security-fundamentals
ms.topic article
ms.date 01/06/2026
ms.author mbaldwin

Penetration testing

One of the benefits of using Azure for application testing and deployment is that you can quickly get environments created. You don't have to worry about requisitioning, acquiring, and "racking and stacking" your own on-premises hardware.

Quickly creating environments is great but you still need to make sure you perform your normal security due diligence. One of the things you likely want to do is penetration test the applications you deploy in Azure. We don't perform penetration testing of your application for you, but we do understand that you want and need to perform testing on your own applications. That's a good thing, because when you enhance the security of your applications you help make the entire Azure ecosystem more secure.

As of June 15, 2017, Microsoft no longer requires pre-approval to conduct a penetration test against Azure resources. This process is only related to Microsoft Azure, and not applicable to any other Microsoft Cloud Service.

Important

While notifying Microsoft of pen testing activities is no longer required customers must still comply with the Microsoft Cloud Unified Penetration Testing Rules of Engagement.

Permitted testing

You can perform penetration testing on your own Azure-hosted applications and services without prior approval. This includes testing:

  • Your endpoints hosted on Azure Virtual Machines
  • Azure App Service applications (Web Apps, API Apps, Mobile Apps)
  • Azure Functions and API endpoints
  • Azure Websites
  • Any other Azure services where you own or have explicit authorization to test the deployed resources

Standard tests you can perform include:

Prohibited testing

One type of pen test that you can't perform is any kind of Denial of Service (DoS) attack. This test includes initiating a DoS attack itself, or performing related tests that might determine, demonstrate, or simulate any type of DoS attack.

DDoS simulation testing

If you need to test your DDoS resilience, you can use Microsoft-approved simulation partners. These partners provide controlled DDoS simulation services that don't violate the penetration testing rules:

  • BreakingPoint Cloud: A self-service traffic generator where your customers can generate traffic against DDoS Protection-enabled public endpoints for simulations.
  • Red Button: Work with a dedicated team of experts to simulate real-world DDoS attack scenarios in a controlled environment.
  • RedWolf: A self-service or guided DDoS testing provider with real-time control.

To learn more about these simulation partners, see testing with simulation partners.

Next steps