From 03c245a50c2c8727009a6c8a66bef93e0440faf7 Mon Sep 17 00:00:00 2001 From: Akhilesh Date: Thu, 4 Jul 2024 13:40:40 +0530 Subject: [PATCH] Update azd-dashboard.md file for Updated the file azd-dashboard.ms as aspire.dashboard is no longer alpha now. Thanks --- docs/deployment/azure/includes/azd-dashboard.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/deployment/azure/includes/azd-dashboard.md b/docs/deployment/azure/includes/azd-dashboard.md index 4b99c42810..2a0896e0fd 100644 --- a/docs/deployment/azure/includes/azd-dashboard.md +++ b/docs/deployment/azure/includes/azd-dashboard.md @@ -1,12 +1,8 @@ ## Deploy the .NET Aspire Dashboard -You can deploy the .NET Aspire dashboard as part of your hosted app. This feature is currently in alpha support, so you must enable the `alpha.aspire.dashboard` [feature flag](/azure/developer/azure-developer-cli/feature-versioning). When enabled, the `azd` output logs print an additional URL to the deployed dashboard. +You can deploy the .NET Aspire dashboard as part of your hosted app. This feature is now fully supported. When deploying, the azd output logs print an additional URL to the deployed dashboard. -```azdeveloper -azd config set alpha.aspire.dashboard on -``` - -You can also run `azd monitor` to automatically launch the dashboard. +You can run `azd monitor` to automatically launch the dashboard. ```azdeveloper azd monitor