Skip to content

Commit 108f9de

Browse files
authored
Merge pull request #272767 from MicrosoftDocs/release-preview-site-manager
Release preview site manager--scheduled release at 10am of 4/22
2 parents 62d727f + 9cc0d53 commit 108f9de

File tree

51 files changed

+698
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+698
-0
lines changed

articles/azure-arc/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,7 @@ additionalContent:
169169
- title: Azure IoT Operations Preview – enabled by Azure Arc
170170
summary: Azure IoT Operations is a unified data plane for the edge that helps organizations deploy the industrial metaverse.
171171
url: /azure/iot-operations/
172+
# Card
173+
- title: Azure Arc site manager (preview)
174+
summary: Use Arc sites to represent your on-premises environments and see centralized monitoring information across your edge infrastructure.
175+
url: /azure/azure-arc/site-manager/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Azure
2+
tocHref: /azure
3+
topicHref: /azure/index
4+
items:
5+
- name: Azure Arc
6+
tocHref: /azure/azure-arc
7+
topicHref: /azure/azure-arc
8+
items:
9+
- name: Site manager
10+
tocHref: /azure/azure-arc/site-manager
11+
topicHref: /azure/azure-arc/site-manager
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Frequently asked questions
3+
description: "Frequently asked questions to understand and troubleshoot Azure Arc sites and site manager"
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: azure-arc
7+
#ms.subservice: site-manager
8+
ms.topic: faq #Don't change
9+
ms.date: 02/16/2024
10+
ms.custom: references_regions
11+
12+
#customer intent: As a customer, I want answers to questions so that I can answer my own questions.
13+
14+
---
15+
16+
# Frequently asked questions: Azure Arc site manager (preview)
17+
18+
The following are frequently asked questions and answers for Azure Arc site manager.
19+
20+
**Question:** I have resources in the resource group, which aren't yet supported by site manager. Do I need to move them?
21+
22+
**Answer:** Site manager provides status aggregation for only the supported resource types. Resources of other types won't be managed via site manager. They continue to function normally as they would without otherwise.
23+
24+
**Question:** Does site manager have a subscription or fee for usage?
25+
26+
**Answer:** Site manager is free. However, the Azure services that integrated with sites and site manager might have a fee. Additionally, alerts used with site manager via monitor might have fees as well.
27+
28+
**Question:** What regions are currently supported via site manager? What regions of these supported regions aren't fully supported?
29+
30+
**Answer:** Site manager supports resources that exist in [supported regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=azure-arc&regions=all), with a few exceptions. For the following regions, connectivity and update status aren't supported for Arc-enabled machines or Arc-enabled Kubernetes clusters:
31+
32+
* Brazil South
33+
* UAE North
34+
* South Africa North
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: "How to configure Azure Monitor alerts for a site"
3+
description: "Describes how to create and configure alerts using Azure Monitor to manage resources in an Azure Arc site."
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: azure-arc
7+
#ms.subservice: site-manager
8+
ms.topic: how-to #Don't change
9+
ms.date: 04/18/2024
10+
11+
#customer intent: As a site admin, I want to know where to create a alert in Azure for my site so that I can deploy monitoring for resources in my site.
12+
13+
---
14+
15+
# Monitor sites in Azure Arc
16+
17+
Azure Arc sites provide a centralized view to monitor groups of resources, but don't provide monitoring capabilities for the site overall. Instead, customers can set up alerts and monitoring for supported resources within a site. Once alerts are set up and triggered depending on the alert criteria, Azure Arc site manager (preview) makes the resource alert status visible within the site pages.
18+
19+
If you aren't familiar with Azure Monitor, learn more about how to [monitor Azure resources with Azure Monitor](../../azure-monitor/essentials/monitor-azure-resource.md).
20+
21+
## Prerequisites
22+
23+
* An Azure subscription. If you don't have a service subscription, create a [free trial account in Azure](https://azure.microsoft.com/free/).
24+
* Azure portal access
25+
* Internet connectivity
26+
* A resource group or subscription in Azure with at least one resource for a site. For more information, see [Supported resource types](./overview.md#supported-resource-types).
27+
28+
## Configure alerts for sites in Azure Arc
29+
30+
This section provides basic steps for configuring alerts for sites in Azure Arc. For more detailed information about Azure Monitor, see [Create or edit an alert rule](../../azure-monitor/alerts/alerts-create-metric-alert-rule.md).
31+
32+
To configure alerts for sites in Azure Arc, follow the below steps.
33+
34+
1. Navigate to Azure Monitor by searching for **monitor** within the Azure portal. Select **Monitor** as shown.
35+
36+
:::image type="content" source="./media/how-to-configure-monitor-site/search-monitor.png" alt-text="Screenshot that shows searching for monitor within the Azure portal.":::
37+
38+
1. On the **Monitor** overview, select **Alerts** in either the navigation menu or the boxes shown in the primary screen.
39+
40+
:::image type="content" source="./media/how-to-configure-monitor-site/select-alerts-monitor.png" alt-text="Screenshot that shows selecting the Alerts option on the Monitor overview.":::
41+
42+
1. On the **Alerts** page, you can manage existing alerts or create new ones.
43+
44+
Select **Alert rules** to see all of the alerts currently in effect in your subscription.
45+
46+
Select **Create** to create an alert rule for a specific resource. If a resource is managed as part of a site, any alerts triggered via its rule appear in the site manager overview.
47+
48+
:::image type="content" source="./media/how-to-configure-monitor-site/create-alert-monitor.png" alt-text="Screenshot that shows the Create and Alert rules actions on the Alerts page.":::
49+
50+
By having either existing alert rules or creating a new alert rule, once the rule is in place for resources supported by Azure Arc site monitor, any alerts that are trigger on that resource will be visible on the sites overview tab.
51+
52+
## Next steps
53+
54+
To learn how to view alerts triggered from Azure Monitor for supported resources within site manager, see [How to view alerts in site manager](./how-to-view-alerts.md).
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: "How to create and manage an Azure Arc site"
3+
description: "Describes how to create, view, delete, or modify an Azure Arc site in the Azure portal using site manager."
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: azure-arc
7+
#ms.subservice: site-manager
8+
ms.topic: how-to #Don't change
9+
ms.date: 04/18/2024
10+
11+
#customer intent: As a site admin, I want to know how to create, delete, and modify sites so that I can manage my site.
12+
13+
---
14+
15+
# Create and manage sites
16+
17+
This article guides you through how to create, modify, and delete a site using Azure Arc site manager (preview).
18+
19+
## Prerequisites
20+
21+
* An Azure subscription. If you don't have a service subscription, create a [free trial account in Azure](https://azure.microsoft.com/free/).
22+
* Azure portal access
23+
* Internet connectivity
24+
* A resource group or subscription in Azure with at least one resource for a site. For more information, see [Supported resource types](./overview.md#supported-resource-types).
25+
26+
## Open Azure Arc site manager
27+
28+
In the [Azure portal](https://portal.azure.com), search for and select **Azure Arc**. Select **Site manager (preview)** from the Azure Arc navigation menu.
29+
30+
:::image type="content" source="./media/how-to-crud-site/arc-portal-main.png" alt-text="Screenshot that shows selecting Site manager from the Azure Arc overview.":::
31+
32+
Alternatively, you can also search for Azure Arc site manager directly in the Azure portal using terms such as **site**, **Arc Site**, **site manager** and so on.
33+
34+
## Create a site
35+
36+
Create a site to manage geographically related resources.
37+
38+
1. From the main **Site manager** page in **Azure Arc**, select the blue **Create a site** button.
39+
40+
:::image type="content" source="./media/how-to-crud-site/create-a-site-button.png" alt-text="Screenshot that shows creating a site from the site manager overview.":::
41+
42+
1. Provide the following information about your site:
43+
44+
| Parameter | Description |
45+
|--|--|
46+
| **Site name** | Custom name for site. |
47+
| **Display name** | Custom display name for site. |
48+
| **Site scope** | Either **Subscription** or **Resource group**. The scope can only be defined at the time of creating a site and can't be modified later. All the resources in the scope can be viewed and managed from site manager. |
49+
| **Subscription** | Subscription for the site to be created under. |
50+
| **Resource group** | The resource group for the site, if the scope was set to resource group. |
51+
| **Address** | Physical address for a site. |
52+
53+
1. Once these details are provided, select **Review + create**.
54+
55+
:::image type="content" source="./media/how-to-crud-site/create-a-site-page-los-angeles.png" alt-text="Screenshot that shows all the site details filled in to create a site and then select review + create.":::
56+
57+
1. On the summary page, review and confirm the site details then select **Create** to create your site.
58+
59+
:::image type="content" source="./media/how-to-crud-site/final-create-screen-arc-site.png" alt-text="Screenshot that shows the validation and review page for a new site and then select create.":::
60+
61+
If a site is created from a resource group or subscription that contains resources that are supported by site, these resources will automatically be visible within the created site.
62+
63+
## View and modify a site
64+
65+
Once you create a site, you can access it and its managed resources through site manager.
66+
67+
1. From the main **Site manager** page in **Azure Arc**, select **Sites** to view all existing sites.
68+
69+
:::image type="content" source="./media/how-to-crud-site/sites-button-from-site-manager.png" alt-text="Screenshot that shows selecting Sites to view all sites.":::
70+
71+
1. On the **Sites** page, you can view all existing sites. Select the name of the site that you want to delete.
72+
73+
:::image type="content" source="./media/how-to-crud-site/los-angeles-site-select.png" alt-text="Screenshot that shows selecting a site to manage from the list of sites.":::
74+
75+
1. On a specific site's resource page, you can:
76+
77+
* View resources
78+
* Modify resources (modifications affect the resources elsewhere as well)
79+
* View connectivity status
80+
* View update status
81+
* View alerts
82+
* Add new resources
83+
84+
Currently, only some aspects of a site can be modified. These are as follows:
85+
86+
| Site Attribute | Modification that can be done |
87+
|--|--|
88+
| Display name | Update the display name of a site to a new unique name. |
89+
| Address | Update the address of a site to an existing or new address. |
90+
91+
## Delete a site
92+
93+
Deleting a site doesn't affect the resources, resource group, or subscription in its scope. After a site is deleted, the resources of that site will still exist but can't be viewed or managed from site manager. You can create a new site for the resource group or the subscription after the original site is deleted.
94+
95+
1. From the main **Site manager** page in **Azure Arc**, select **Sites** to view all existing sites.
96+
97+
1. On the **Sites** page, you can view all existing sites. Select the name of the site that you want to delete.
98+
99+
1. On the site's resource page, select **Delete**.
100+
101+
:::image type="content" source="./media/how-to-crud-site/los-angeles-site-main-page-delete.png" alt-text="Screenshot that shows selecting Delete on the details page of a site.":::
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: "How to view alerts for a site"
3+
description: "How to view and create alerts for a site"
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: azure-arc
7+
#ms.subservice: site-manager
8+
ms.topic: how-to #Don't change
9+
ms.date: 04/18/2024
10+
11+
---
12+
13+
# How to view alert status for an Azure Arc site
14+
15+
This article details how to view the alert status for an Azure Arc site. A site's alert status reflects the status of the underlying resources. From the site status view, you can find detailed status information for the supported resources as well.
16+
17+
## Prerequisites
18+
19+
* An Azure subscription. If you don't have a service subscription, create a [free trial account in Azure](https://azure.microsoft.com/free/).
20+
* Azure portal access
21+
* Internet connectivity
22+
* A resource group or subscription in Azure with at least one resource for a site. For more information, see [Supported resource types](./overview.md#supported-resource-types).
23+
* A site created for the associated resource group or subscription. If you don't have one, see [Create and manage sites](./how-to-crud-site.md).
24+
25+
## Alert status colors and meanings
26+
27+
In the Azure portal, status is indicated using color.
28+
29+
* Green: **Up to Date**
30+
* Blue: **Info**
31+
* Purple: **Verbose**
32+
* Yellow: **Warning**
33+
* Orange: **Error**
34+
* Red: **Critical**
35+
36+
## View alert status
37+
38+
View alert status for an Arc site from the main page of Azure Arc site manager (preview).
39+
40+
1. From the [Azure portal](https://portal.azure.com), navigate to **Azure Arc** and select **Site manager (preview)** to open site manager.
41+
42+
1. From Azure Arc site manager, navigate to the **Overview** page.
43+
44+
:::image type="content" source="./media/how-to-view-alerts/overview-sites-page.png" alt-text="Screenshot that shows selecting the overview page from site manager.":::
45+
46+
1. On the **Overview** page, you can view the summarized alert statuses of all sites. This site-level alert status is an aggregation of all the alert statuses of the resources in that site. In the following example, sites are shown with different statuses.
47+
48+
:::image type="content" source="./media/how-to-view-alerts/site-manager-overview-alerts.png" alt-text="Screenshot that shows viewing the alert status on the site manager overview page." lightbox="./media/how-to-view-alerts/site-manager-overview-alerts.png":::
49+
50+
1. To understand which site has which status, select either the **Sites** tab or the blue status text.
51+
52+
:::image type="content" source="./media/how-to-view-alerts/site-manager-overview-alerts-details.png" alt-text="Screenshot of site manager overview page directing to the sites page to view more details." lightbox="./media/how-to-view-alerts/site-manager-overview-alerts-details.png":::
53+
54+
1. The **sites** page shows the top-level status for each site, which reflects the most significant status for the site.
55+
56+
:::image type="content" source="./media/how-to-view-alerts/site-manager-overview-alerts-details-status-site-page.png" alt-text="Screenshot that shows the top level alerts status for each site." lightbox="./media/how-to-view-alerts/site-manager-overview-alerts-details-status-site-page.png":::
57+
58+
1. If there's an alert, select the status text to open details for a given site. You can also select the name of the site to open its details.
59+
60+
1. On a site's resource page, you can view the alert status for each resource within the site, including the resource responsible for the top-level most significant status.
61+
62+
:::image type="content" source="./media/how-to-view-alerts/site-manager-overview-alerts-details-status-los-angeles.png" alt-text="Screenshot that shows the site detail page with alert status for each resource." lightbox="./media/how-to-view-alerts/site-manager-overview-alerts-details-status-los-angeles.png":::
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: "How to view connectivity status"
3+
description: "How to view the connectivity status of an Arc Site and all of its managed resources through the Azure portal."
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: azure-arc
7+
#ms.subservice: site-manager
8+
ms.topic: how-to #Don't change
9+
ms.date: 04/18/2024
10+
11+
# As a site admin, I want to know how to view update status so that I can use my site.
12+
13+
---
14+
# How to view connectivity status for an Arc site
15+
16+
This article details how to view the connectivity status for an Arc site. A site's connectivity status reflects the status of the underlying resources. From the site status view, you can find detailed status information for the supported resources as well.
17+
18+
## Prerequisites
19+
20+
* An Azure subscription. If you don't have a service subscription, create a [free trial account in Azure](https://azure.microsoft.com/free/).
21+
* Azure portal access
22+
* Internet connectivity
23+
* A resource group or subscription in Azure with at least one resource for a site. For more information, see [Supported resource types](./overview.md#supported-resource-types).
24+
* A site created for the associated resource group or subscription. If you don't have one, see [Create and manage sites](./how-to-crud-site.md).
25+
26+
## Connectivity status colors and meanings
27+
28+
In the Azure portal, status is indicated using color.
29+
30+
* Green: **Connected**
31+
* Yellow: **Not Connected Recently**
32+
* Red: **Needs Attention**
33+
34+
## View connectivity status
35+
36+
You can view connectivity status for an Arc site as a whole from the main page of Azure Arc site manager (preview).
37+
38+
1. From the [Azure portal](https://portal.azure.com), navigate to **Azure Arc** and select **Site manager (preview)** to open site manager.
39+
40+
1. From Azure Arc site manager, navigate to the **Overview** page.
41+
42+
:::image type="content" source="./media/how-to-view-connectivity-status/overview-sites-page.png" alt-text="Screenshot that shows selecting the Overview page in site manager.":::
43+
44+
1. On the **Overview** page, you can see a summary of the connectivity statuses of all your sites. The connectivity status of a given site is an aggregation of the connectivity status of its resources. In the following example, sites are shown with different statuses.
45+
46+
:::image type="content" source="./media/how-to-view-connectivity-status/site-connection-overview.png" alt-text="Screenshot that shows the connectivity view in the sites overview page." lightbox="./media/how-to-view-connectivity-status/site-connection-overview.png":::
47+
48+
1. To understand which site has which status, select either the **sites** tab or the blue colored status text to be directed to the **sites** page.
49+
50+
:::image type="content" source="./media/how-to-view-connectivity-status/click-connectivity-status-site-details.png" alt-text="Screenshot that shows selecting the Sites tab to get more detail about connectivity status." lightbox="./media/how-to-view-connectivity-status/click-connectivity-status-site-details.png":::
51+
52+
1. On the **Sites** page, you can view the top-level status for each site. This site-level status reflects the most significant resource-level status for the site.
53+
54+
1. Select the **Needs attention** link to view the resource details.
55+
56+
:::image type="content" source="./media/how-to-view-connectivity-status/site-connectivity-status-from-sites-page.png" alt-text="Screenshot that shows selecting the connectivity status for a site to see the resource details." lightbox="./media/how-to-view-connectivity-status/site-connectivity-status-from-sites-page.png":::
57+
58+
1. On the site's resource page, you can view the connectivity status for each resource within the site, including the resource responsible for the top-level most significant status.
59+
60+
:::image type="content" source="./media/how-to-view-connectivity-status/los-angeles-resource-status-connectivity.png" alt-text="Screenshot that shows using the site details page to identify resources with connectivity issues." lightbox="./media/how-to-view-connectivity-status/los-angeles-resource-status-connectivity.png":::

0 commit comments

Comments
 (0)