Skip to content

Commit 0854601

Browse files
author
Carolina Uribe-Gosselin
committed
add limitation to aspire dashboard
1 parent 9903fda commit 0854601

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/container-apps/aspire-dashboard.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ You can enable the Aspire Dashboard on any existing container app using the foll
5555

5656
You can also find the Aspire Dashboard settings by browsing to your Container Apps environment and selecting *Monitoring* > *Logging options*.
5757

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+
5861
::: zone-end
5962

6063
::: zone pivot="azurecli"
@@ -70,6 +73,9 @@ az containerapp env dotnet-component create \
7073

7174
The `create` command returns the dashboard URL that you can open in a browser.
7275

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+
7379
::: zone-end
7480

7581
::: zone pivot="azd"
@@ -85,6 +91,9 @@ azd up
8591

8692
The `up` command returns the dashboard URL that you can open in a browser.
8793

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+
8897
::: zone-end
8998

9099
## Troubleshooting
@@ -115,6 +124,7 @@ Refer to the following items if you have issues enabling your dashboard:
115124
- **Verify Dashboard Access:**
116125
- Test by attempting to access the Aspire dashboard. If you continue to get the error, please reach out to our team.
117126

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`
118128

119129
## Related content
120130

0 commit comments

Comments
 (0)