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.
2 parents 67141c2 + 0bc3752 commit d522b59Copy full SHA for d522b59
articles/container-apps/aspire-dashboard.md
@@ -6,7 +6,7 @@ author: craigshoemaker
6
ms.service: azure-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