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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Read real time app data with .NET Aspire Dashboard in Azure Container Apps
3
-
description: Use real time log data with .NET Aspire Dashboard in Azure Container Apps.
2
+
title: Read real time app data with Aspire Dashboard in Azure Container Apps
3
+
description: Use real time log data with Aspire Dashboard in Azure Container Apps.
4
4
services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
@@ -11,13 +11,13 @@ ms.author: cshoe
11
11
zone_pivot_groups: azure-azd-cli-portal
12
12
---
13
13
14
-
# Read real time app data with .NET Aspire Dashboard in Azure Container Apps (preview)
14
+
# Read real time app data with Aspire Dashboard in Azure Container Apps (preview)
15
15
16
-
The [.NET Aspire Dashboard](/dotnet/aspire/fundamentals/dashboard/overview) displays live data about how applications and other resources are running within an environment.
16
+
The [Aspire Dashboard](/dotnet/aspire/fundamentals/dashboard/overview) displays live data about how applications and other resources are running within an environment.
17
17
18
-
The following image is a screenshot of a trace visualization generated by the .NET Aspire Dashboard.
18
+
The following image is a screenshot of a trace visualization generated by the Aspire Dashboard.
19
19
20
-
:::image type="content" source="media/aspire-dashboard/aspire-dashboard-trace.png" alt-text="Screenshot of a .NET Aspire Dashboard trace window.":::
20
+
:::image type="content" source="media/aspire-dashboard/aspire-dashboard-trace.png" alt-text="Screenshot of an Aspire Dashboard trace window.":::
21
21
22
22
The information displayed on the dashboard comes from two sources:
23
23
@@ -38,25 +38,25 @@ The dashboard is secured against unauthorized access and modification. To use th
38
38
> [!TIP]
39
39
> While you have the portal as an option, the recommended approach to enabling your dashboard is with [azd](aspire-dashboard.md?pivots=azd). If you run into an problems using the portal, [create an issue in the Container Apps GitHub repo](https://github.com/microsoft/azure-container-apps/issues).
40
40
41
-
You can enable the .NET Aspire Dashboard on any existing container app using the following steps.
41
+
You can enable the Aspire Dashboard on any existing container app using the following steps.
42
42
43
43
1. Go to the [Azure portal](https://portal.azure.com).
44
44
45
45
1. Browse to your container app.
46
46
47
-
1. In the *Overview* page, find the *.NET Aspire Dashboard* label, and select **enable**. This action opens the .NET Aspire Dashboard settings page.
47
+
1. In the *Overview* page, find the *Aspire Dashboard* label, and select **enable**. This action opens the Aspire Dashboard settings page.
48
48
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.
49
+
1. In the settings page, next to the *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 Aspire Dashboard.
50
50
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.
51
+
1. In the *Overview* page for your container app, find the *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
-
You can also find the .NET Aspire Dashboard settings by browsing to your Container Apps environment and selecting *Monitoring* > *Logging options*.
53
+
You can also find the Aspire Dashboard settings by browsing to your Container Apps environment and selecting *Monitoring* > *Logging options*.
54
54
55
55
::: zone-end
56
56
57
57
::: zone pivot="azurecli"
58
58
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.
59
+
You can enable the Aspire Dashboard on any existing container app environment by using the following commands. Replace the `<PLACEHOLDERS>` with your values.
60
60
61
61
```azurecli
62
62
az containerapp env dotnet-component create \
@@ -71,7 +71,7 @@ The `create` command returns the dashboard URL that you can open in a browser.
71
71
72
72
::: zone pivot="azd"
73
73
74
-
You can enable the .NET Aspire Dashboard on any existing container app using the following steps.
74
+
You can enable the Aspire Dashboard on any existing container app using the following steps.
75
75
76
76
```azurecli
77
77
dotnet new aspire-starter
@@ -116,4 +116,4 @@ Refer to the following items if you have issues enabling your dashboard:
Copy file name to clipboardExpand all lines: articles/container-apps/dotnet-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Features such as anti-forgery, authentication, SignalR, Blazor Server, and Razor
122
122
123
123
ASP.NET Core has special features protect and unprotect data, such as session data and anti-forgery tokens. By default, data protection keys are stored on the file system, which isn't suitable for a cloud-native environment.
124
124
125
-
If you're deploying a .NET Aspire application, data protection is automatically configured for you. In all other situations, you need to [configure data protection manually](/aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps?view=aspnetcore-8.0&tabs=login-azure-cli&preserve-view=true#connect-the-azure-services).
125
+
If you're deploying an Aspire application, data protection is automatically configured for you. In all other situations, you need to [configure data protection manually](/aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps?view=aspnetcore-8.0&tabs=login-azure-cli&preserve-view=true#connect-the-azure-services).
126
126
127
127
#### Configure ASP.NET Core SignalR
128
128
@@ -134,5 +134,5 @@ ASP.NET Core Blazor Server apps store state on the server, which means that each
134
134
135
135
## Related information
136
136
137
-
*[Deploy a .NET Aspire app](/dotnet/aspire/deployment/azure/aca-deployment)
137
+
*[Deploy an Aspire app](/dotnet/aspire/deployment/azure/aca-deployment)
138
138
*[Deploy and scale an ASP.NET Core app](/aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps)
0 commit comments