Skip to content

Commit ed55f3e

Browse files
authored
Merge pull request #303071 from curib/master
Update planned maintenance doc + resolve merge conflicts
2 parents 108dd65 + 8d02f19 commit ed55f3e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-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_NAMNE>.ext.<CLUSTER_NAME>.<REGION>.azurecontainerapps.io`
118128

119129
## Related content
120130

64.3 KB
Loading

articles/container-apps/planned-maintenance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Use the following steps to review the maintenance history in the Azure portal.
119119

120120
1. Select **Diagnose and solve problems**.
121121

122+
1. Search for the **Scheduled Maintenance Events** detector.
123+
124+
:::image type="content" source="media/planned-maintenance/azure-container-apps-planned-maintenance-search.png" alt-text="Screenshot of an Azure Container Apps diagnostics scheduled maintenance search." lightbox="media/planned-maintenance/azure-container-apps-planned-maintenance-search.png":::
125+
122126
In the *Diagnose and solve problems* window, you can view the configured maintenance window and upgrade events that occurred in the last month. As you hover your mouse over the bars in the chart, you can see the start time for each upgrade event.
123127

124128
:::image type="content" source="media/planned-maintenance/azure-container-apps-planned-maintenance-upgrade-events.png" alt-text="Screenshot of an Azure Container Apps planned maintenance event history graph." lightbox="media/planned-maintenance/azure-container-apps-planned-maintenance-upgrade-events.png":::

0 commit comments

Comments
 (0)