You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/aspire-dashboard.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: devx-track-azurecli, devx-track-dotnet
8
8
ms.topic: how-to
9
-
ms.date: 07/18/2024
9
+
ms.date: 1/14/2025
10
10
ms.author: cshoe
11
11
zone_pivot_groups: azure-azd-cli-portal
12
12
---
@@ -40,30 +40,28 @@ The dashboard is secured against unauthorized access and modification. To use th
40
40
41
41
You can enable the .NET Aspire Dashboard on any existing container app using the following steps.
42
42
43
-
1. Go to the Azure portal.
43
+
1. Go to the [Azure portal](https://portal.azure.com).
44
44
45
-
1.Open the *Overview* window of your container app.
45
+
1.Browse to your container app.
46
46
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.
48
48
49
-
This action opens the .NET Aspire Dashboardsettings 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.
50
50
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.
52
52
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*.
56
54
57
55
::: zone-end
58
56
59
57
::: zone pivot="azurecli"
60
58
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.
0 commit comments