Skip to content

Commit 269b888

Browse files
committed
[ACA] [328214] Freshness pass on portal instructions for .NET Aspire Dashboard
1 parent 8cc6418 commit 269b888

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/container-apps/aspire-dashboard.md

Lines changed: 9 additions & 11 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: 07/18/2024
9+
ms.date: 1/14/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-azd-cli-portal
1212
---
@@ -40,30 +40,28 @@ The dashboard is secured against unauthorized access and modification. To use th
4040
4141
You can enable the .NET Aspire Dashboard on any existing container app using the following steps.
4242

43-
1. Go to the Azure portal.
43+
1. Go to the [Azure portal](https://portal.azure.com).
4444

45-
1. Open the *Overview* window of your container app.
45+
1. Browse to your container app.
4646

47-
1. Find the *.NET Aspire Dashboard* label, and select the **enable** link.
47+
1. In the *Overview* page, find the *.NET Aspire Dashboard* label, and select **enable**. This action opens the .NET Aspire Dashboard settings page.
4848

49-
This action opens the .NET Aspire Dashboard settings window.
49+
1. In the settings page, next to the *.NET Aspire Dashboard* label, select the **Enabled** checkbox. You can ignore the other settings on this page, as they pertain to logging rather than to the .NET Aspire Dashboard.
5050

51-
1. Next to the *.NET Aspire Dashboard* label, select the **Enabled** checkbox.
51+
1. In the *Overview* page for your container app, find the *.NET Aspire Dashboard* label. The **enable** link has been replaced by an **Open dashboard** link. Select this link. You might need to reload the *Overview* page for the link to appear.
5252

53-
Now the .NET Aspire Dashboard URL is displayed to you.
54-
55-
1. Select the URL to your dashboard.
53+
You can also find the .NET Aspire Dashboard settings by browsing to your Container Apps environment and selecting *Monitoring* > *Logging options*.
5654

5755
::: zone-end
5856

5957
::: zone pivot="azurecli"
6058

61-
You can enable the .NET Aspire Dashboard on any existing container app environment by using the following commands.
59+
You can enable the .NET Aspire Dashboard on any existing container app environment by using the following commands. Replace the `<PLACEHOLDERS>` with your values.
6260

6361
```azurecli
6462
az containerapp env dotnet-component create \
6563
--environment <ENVIRONMENT_NAME> \
66-
--name <CONTAINER_APP_NAME> \
64+
--name aspire-dashboard \
6765
--resource-group <RESOURCE_GROUP_NAME>
6866
```
6967

0 commit comments

Comments
 (0)