Skip to content

Commit 4909df8

Browse files
authored
Merge pull request #53131 from StefanIvemo/patch-1
corrected errors in RequestRoutingRules JSON
2 parents 1ed0230 + 1aa85f4 commit 4909df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/url-route-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Snippet of PathBasedRouting rule:
108108
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/httpListeners/<listenerName>"
109109
},
110110
"urlPathMap": {
111-
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/ urlPathMaps/{urlpathMapName}"
112-
},
111+
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/urlPathMaps/{urlpathMapName}"
112+
}
113113

114114
}
115115
}

0 commit comments

Comments
 (0)