This template creates an Application Gateway and configures it for URL Path Based Routing.
This Azure Resource Manager (ARM) template was created by a member of the community and not by Microsoft. Each ARM template is licensed to you under a licence agreement by its owner, not Microsoft. Microsoft is not responsible for ARM templates provided and licensed by community members and does not screen for security, compatibility or performance. Community ARM templates are not supported under any Microsoft support programme or service and are made available AS IS without warranty of any kind.
Parameters
Parameter Name | Description |
---|---|
addressPrefix | Address prefix for the Virtual Network |
subnetPrefix | Subnet prefix |
skuName | Sku Name |
capacity | Number of instances |
backendIpAddressDefault | IP Address of Default Backend Server |
backendIpAddressForPathRule1 | IP Address of Backend Server for Path Rule 1 match |
backendIpAddressForPathRule2 | IP Address of Backend Server for Path Rule 2 match |
pathMatch1 | Path match string for Path Rule 1 |
pathMatch2 | Path match string for Path Rule 2 |
Use the template
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-application-gateway-url-path-based-routing/azuredeploy.jsonInstall and configure Azure PowerShell
Command line
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-application-gateway-url-path-based-routing/azuredeploy.jsonInstall and Configure the Azure Cross-Platform Command-Line Interface