We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a01970 commit 0bc3752Copy full SHA for 0bc3752
articles/container-apps/aspire-dashboard.md
@@ -6,7 +6,7 @@ author: craigshoemaker
6
ms.service: container-apps
7
ms.custom: devx-track-azurecli, devx-track-dotnet
8
ms.topic: how-to
9
-ms.date: 05/09/2024
+ms.date: 07/18/2024
10
ms.author: cshoe
11
zone_pivot_groups: azure-azd-cli-portal
12
---
@@ -66,7 +66,7 @@ You can enable the .NET Aspire Dashboard on any existing container app using the
66
```azurecli
67
dotnet new aspire-starter
68
azd init --location westus2
69
-azd config set alpha.aspire.dashboard on
+azd config set aspire.dashboard on
70
azd up
71
```
72
0 commit comments