Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deangrant/23044b4a226f33320b63a410e3db6601 to your computer and use it in GitHub Desktop.
Save deangrant/23044b4a226f33320b63a410e3db6601 to your computer and use it in GitHub Desktop.
Get the details of a azure application gateway rewrite rule set.
GATEWAY_NAME={{ The name of the application gateway }}
REWRITE_RULE={{ The name of the rewrite rule set }}
RESOURCE_GROUP={{ The name of the resource group }}
az network application-gateway rewrite-rule set show --gateway-name $GATEWAY_NAME \
--name $REWRITE_RULE \
--resource-group $RESOURCE_GROUP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment