Skip to content

Commit 1aa85f4

Browse files
authored
corrected errors in RequestRoutingRules JSON
Removed a space and a misplaced comma.
1 parent 09a124d commit 1aa85f4

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)