Skip to content

Commit d522b59

Browse files
Merge pull request #281197 from Akhilesh-microsoft/ACA/aspire_dashboard
Quick fix for aspire dashboard and ms.date [Github issue - 122827]
2 parents 67141c2 + 0bc3752 commit d522b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/aspire-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli, devx-track-dotnet
88
ms.topic: how-to
9-
ms.date: 05/09/2024
9+
ms.date: 07/18/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-azd-cli-portal
1212
---
@@ -66,7 +66,7 @@ You can enable the .NET Aspire Dashboard on any existing container app using the
6666
```azurecli
6767
dotnet new aspire-starter
6868
azd init --location westus2
69-
azd config set alpha.aspire.dashboard on
69+
azd config set aspire.dashboard on
7070
azd up
7171
```
7272

0 commit comments

Comments
 (0)