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
# Use path-based routing with Azure Container Apps (preview)
15
15
16
-
In this article, you learn how to use path-based routing with Azure Container Apps.
16
+
In this article, you learn how to use path-based routing with Azure Container Apps. With path-based routing, you create a fully qualified domain name (FQDN) on your container apps environment. You then use rules to route requests to this FQDN to different container apps, depending on the path.
If you're not going to continue to use this application, run the following command to delete the resource group along with all the resources created in this quickstart.
249
258
250
-
>[!CAUTION]
259
+
>[!CAUTION]
251
260
> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this quickstart exist in the specified resource group, they will also be deleted.
252
261
253
262
```azurecli
@@ -261,4 +270,5 @@ az group delete --name my-container-apps
261
270
262
271
-[Quickstart and samples](https://github.com/Tratcher/HttpRouteConfigBicep/tree/master)
0 commit comments