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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ You can enable the Aspire Dashboard on any existing container app using the foll
55
55
56
56
You can also find the Aspire Dashboard settings by browsing to your Container Apps environment and selecting *Monitoring* > *Logging options*.
57
57
58
+
>[!NOTE]
59
+
> Custom domains aren't supported for accessing the Aspire Dashboard. You must use the default domain name provided by Azure Container Apps, such as: `https://<dotnet-component-name>.ext.<cluster-name>.<region>.azurecontainerapps.io`
60
+
58
61
::: zone-end
59
62
60
63
::: zone pivot="azurecli"
@@ -70,6 +73,9 @@ az containerapp env dotnet-component create \
70
73
71
74
The `create` command returns the dashboard URL that you can open in a browser.
72
75
76
+
>[!NOTE]
77
+
> Custom domains aren't supported for accessing the Aspire Dashboard. You must use the default domain name provided by Azure Container Apps, such as: `https://<dotnet-component-name>.ext.<cluster-name>.<region>.azurecontainerapps.io`
78
+
73
79
::: zone-end
74
80
75
81
::: zone pivot="azd"
@@ -85,6 +91,9 @@ azd up
85
91
86
92
The `up` command returns the dashboard URL that you can open in a browser.
87
93
94
+
>[!NOTE]
95
+
> Custom domains aren't supported for accessing the Aspire Dashboard. You must use the default domain name provided by Azure Container Apps, such as: `https://<dotnet-component-name>.ext.<cluster-name>.<region>.azurecontainerapps.io`
96
+
88
97
::: zone-end
89
98
90
99
## Troubleshooting
@@ -115,6 +124,7 @@ Refer to the following items if you have issues enabling your dashboard:
115
124
-**Verify Dashboard Access:**
116
125
- Test by attempting to access the Aspire dashboard. If you continue to get the error, please reach out to our team.
117
126
127
+
- Custom domains aren't supported for accessing the Aspire Dashboard. You must use the default domain name provided by Azure Container Apps, such as: `https://<dotnet-component-name>.ext.<cluster-name>.<region>.azurecontainerapps.io`
0 commit comments