Skip to content

Commit 4faf42a

Browse files
authored
Merge pull request #272935 from MicrosoftDocs/main
4/22/2024 AM Publish
2 parents a72097c + 4830a07 commit 4faf42a

File tree

104 files changed

+6983
-266
lines changed

Some content is hidden

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

104 files changed

+6983
-266
lines changed

articles/ai-services/speech-service/batch-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To submit a batch synthesis request, construct the HTTP PUT request path and bod
4848
- Optionally you can set the `description`, `timeToLiveInHours`, and other properties. For more information, see [batch synthesis properties](batch-synthesis-properties.md).
4949

5050
> [!NOTE]
51-
> The maximum JSON payload size that will be accepted is 2 megabytes. Each Speech resource can have up to 300 batch synthesis jobs that are running concurrently.
51+
> The maximum JSON payload size that will be accepted is 2 megabytes.
5252
5353
Set the required `YourSynthesisId` in path. The `YourSynthesisId` have to be unique. It must be 3-64 long, contains only numbers, letters, hyphens, underscores and dots, starts and ends with a letter or number.
5454

articles/ai-services/speech-service/speech-services-quotas-and-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ These limits aren't adjustable. For more information on batch synthesis latency,
8686

8787
| Quota | Free (F0) | Standard (S0) |
8888
|-----|-----|-----|
89-
|REST API limit | Not available for F0 | 50 requests per 5 seconds |
90-
| Max JSON payload size to create a synthesis job | N/A | 500 kilobytes |
91-
| Concurrent active synthesis jobs | N/A | 200 |
92-
| Max number of text inputs per synthesis job | N/A | 1000 |
89+
|REST API limit | Not available for F0 | 100 requests per 10 seconds |
90+
| Max JSON payload size to create a synthesis job | N/A | 2 megabytes |
91+
| Concurrent active synthesis jobs | N/A | No limit |
92+
| Max number of text inputs per synthesis job | N/A | 10000 |
9393
|Max time to live for a synthesis job since it being in the final state | N/A | Up to 31 days (specified using properties) |
9494

9595
#### Custom neural voice - professional

articles/aks/quickstart-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this quickstart, you create an AKS cluster and subscribe to AKS events.
2121
* [Azure CLI][azure-cli-install] or [Azure PowerShell][azure-powershell-install] installed.
2222

2323
> [!NOTE]
24-
> In case there are issues specifically with EventGrid notifications, as can be seen here [Service Outages](https://azure.status.microsoft/status), please note that AKS operations wont be impacted and they are independent of Event Grid outages.
24+
> In case there are issues specifically with EventGrid notifications, as can be seen here [Service Outages](https://azure.status.microsoft/status), please note that AKS operations won't be impacted and they are independent of Event Grid outages.
2525
2626
## Create an AKS cluster
2727

articles/app-service/environment/version-comparison.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service Environment version comparison'
33
description: This article provides an overview of the App Service Environment versions and feature differences between them.
44
author: seligj95
5-
ms.date: 7/24/2023
5+
ms.date: 4/22/2024
66
ms.author: jordanselig
77
ms.topic: article
88
---
@@ -65,6 +65,7 @@ App Service Environment v3 runs on the latest [Virtual Machine Scale Sets](../..
6565
|---------|---------|---------|---------|
6666
|IP-based Transport Layer Security (TLS) or Secure Sockets Layer (SSL) binding with your apps |Yes |Yes |No |
6767
|Custom domain suffix |Yes (requires SNI based TLS connection) |Yes (only supported with certain API versions) |[Yes](how-to-custom-domain-suffix.md) |
68+
|Default host name|If you have a custom domain suffix, the default host name includes your custom domain suffix and is in the form *APP-NAME.internal.contoso.com*. |If you have a custom domain suffix, the default host name includes your custom domain suffix and is in the form *APP-NAME.internal.contoso.com*. |The default host name always uses the App Service Environment default domain suffix and is in the form *APP-NAME.ASE-NAME.appserviceenvironment.net*. App Service Environment v3 keeps the default domain suffix when you add a custom domain suffix. If you add a custom domain suffix, the custom domain suffix configuration is under the `customDnsSuffixConfiguration` property. |
6869
|Support for App Service Managed Certificates |No |No |No |
6970

7071
### Backup and restore
@@ -185,4 +186,4 @@ Due to hardware changes between the versions, there are some regions where App S
185186
> [App Service Environment v3 Networking](networking.md)
186187
187188
> [!div class="nextstepaction"]
188-
> [Using an App Service Environment v3](using.md)
189+
> [Using an App Service Environment v3](using.md)

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":::

0 commit comments

Comments
 (0)