You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/how-to-use-path-based-routing.md
+79-1Lines changed: 79 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,89 @@ az containerapp env http-route-config create \
152
152
--query properties.fqdn
153
153
```
154
154
155
-
Your HTTP route configuration fully qualified domain name (FQDN) looks like this example: `my-route-config.ambitiouspebble-11ba6155.eastus.azurecontainerapps.io`
155
+
Your HTTP route configuration's fully qualified domain name (FQDN) looks like this example: `my-route-config.ambitiouspebble-11ba6155.eastus.azurecontainerapps.io`
156
156
157
157
::: zone-end
158
158
159
159
::: zone pivot="bicep"
160
160
161
+
1. Create the following Bicep file and save it as `routing.bicep`.
0 commit comments