Day 43: Configuring Azure VM with Application Gateway in 100 days on cloud azure

this error appears with me when trying to create application gateway

  • Resource ‘devops-agw’ was disallowed by policy. (Code: RequestDisallowedByPolicy)
    in Day 43: Configuring Azure VM with Application Gateway

Hi @msaad22

Please provide more details about the configuration you used to create the Application Gateway. You can also refer to the solution linked here and follow its configuration steps to create it correctly.

Hello,

The issue has been resolved.

The deployment was failing because I was using the Standard_v2 SKU for the Application Gateway. After changing the SKU to Basic the deployment completed successfully.

Thank you for your support and assistance.