Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Create a new NSG: In the Azure portal, navigate to the Network Security Groups and click on the "Add" button to create a new NSG.

  2. Attach NSG to the Application Gateway subnet: Once the NSG has been created, navigate to the subnet where your WAF v2 Application Gateway is deployed and attach the NSG to that subnet.

  3. Create Inbound Security Rules: Create inbound security rules in the NSG to allow traffic to reach the Application Gateway.

  4. Create Outbound Security Rules: Create outbound security rules in the NSG to allow traffic to leave the Application Gateway.

  5. Test the configuration: Once the NSG rules have been configured, test the connectivity to the Application Gateway to ensure that the NSG is working as expected.

  6. Monitor NSG logs: Monitor the NSG logs to identify any potential security threats and take necessary actions to mitigate them.

  7. Modify NSG rules as needed: Depending on the application requirements, you may need to modify the NSG rules to allow or block certain traffic. Continuously monitor and modify the NSG rules as needed.