Skip to content

Commit c97766b

Browse files
authored
Merge pull request #276995 from MicrosoftDocs/main
6/3/2024 AM Publish
2 parents accb4d5 + 411460e commit c97766b

File tree

79 files changed

+192
-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.

79 files changed

+192
-266
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ To use the Content Safety APIs, you must create your Azure AI Content Safety res
115115
|Region | Moderation APIs | Prompt Shields | Protected material<br>detection | Groundedness<br>detection | Incident response | Blocklists |
116116
|---|---|---|---|---|---|---|
117117
| East US |||||||
118-
| East US 2 || | || | |
119-
| West US | | | | || |
120-
| West US 2 || | | | | |
121-
| Central US || | | | | |
122-
| North Central US || | | | | |
123-
| South Central US || | | | | |
124-
| Canada East || | | | | |
125-
| Switzerland North || | | | | |
126-
| Sweden Central || | ||| |
127-
| UK South || | | | | |
128-
| France Central || | | | | |
118+
| East US 2 || | || | |
119+
| West US | | | | || |
120+
| West US 2 || | | | | |
121+
| Central US || | | | | |
122+
| North Central US || | | | | |
123+
| South Central US || | | | | |
124+
| Canada East || | | | | |
125+
| Switzerland North || | | | | |
126+
| Sweden Central || | ||| |
127+
| UK South || | | | | |
128+
| France Central || | | | | |
129129
| West Europe |||| | ||
130-
| Japan East || | | | | |
131-
| Australia East||| | | | |
130+
| Japan East || | | | | |
131+
| Australia East||| | | | |
132132

133133
Feel free to [contact us](mailto:[email protected]) if you need other regions for your business.
134134

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here's a table of the built-in roles and their permissions for the hub:
4242
| Owner | Full access to the hub, including the ability to manage and create new hubs and assign permissions. This role is automatically assigned to the hub creator|
4343
| Contributor | User has full access to the hub, including the ability to create new hubs, but isn't able to manage hub permissions on the existing resource. |
4444
| Azure AI Developer | Perform all actions except create new hubs and manage the hub permissions. For example, users can create projects, compute, and connections. Users can assign permissions within their project. Users can interact with existing Azure AI resources such as Azure OpenAI, Azure AI Search, and Azure AI services. |
45+
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
4546
| Reader | Read only access to the hub. This role is automatically assigned to all project members within the hub. |
4647

4748

@@ -95,6 +96,7 @@ Here's a table of the built-in roles and their permissions for the project:
9596
| Owner | Full access to the project, including the ability to assign permissions to project users. |
9697
| Contributor | User has full access to the project but can't assign permissions to project users. |
9798
| Azure AI Developer | User can perform most actions, including create deployments, but can't assign permissions to project users. |
99+
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
98100
| Reader | Read only access to the project. |
99101

100102
When a user is granted access to a project (for example, through the AI Studio permission management), two more roles are automatically assigned to the user. The first role is Reader on the hub. The second role is the Inference Deployment Operator role, which allows the user to create deployments on the resource group that the project is in. This role is composed of these two permissions: ```"Microsoft.Authorization/*/read"``` and ```"Microsoft.Resources/deployments/*"```.

articles/ai-studio/how-to/deploy-jais-models.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ Response:
253253

254254
| **Sample Type** | **Sample Notebook** |
255255
|----------------|----------------------------------------|
256-
| CLI using CURL and Python web requests | [webrequests.ipynb](
257-
https://aka.ms/jais/webrequests-sample) |
256+
| CLI using CURL and Python web requests | [webrequests.ipynb](https://aka.ms/jais/webrequests-sample) |
258257
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/jais/openaisdk) |
259258
| LiteLLM | [litellm.ipynb](https://aka.ms/jais/litellm-sample) |
260259

articles/ai-studio/how-to/develop/ai-template-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: eric-urban
1818
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
1919

2020
> [!TIP]
21-
> Discover the latest templates in our curated [AZD templates collection](https://aka.ms/azd-ai-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/developer/azure-developer-cli/overview).
21+
> Discover the latest templates in our curated [AZD templates collection](https://aka.ms/azd-ai-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
2222
2323
## Start with a sample application
2424

articles/aks/start-stop-nodepools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You might not need to continuously run your AKS workloads. For example, you migh
1919
* The cluster and node pool must be running.
2020
* You can't stop node pools from clusters which use the [Node Autoprovisioning (NAP)](node-autoprovision.md) feature.
2121

22+
2223
## Before you begin
2324

2425
This article assumes you have an existing AKS cluster. If you need an AKS cluster, create one using the [Azure CLI][aks-quickstart-cli], [Azure PowerShell][aks-quickstart-powershell], or the [Azure portal][aks-quickstart-portal].
@@ -56,6 +57,10 @@ This article assumes you have an existing AKS cluster. If you need an AKS cluste
5657
> [!NOTE]
5758
> If the `provisioningState` shows `Stopping`, your node pool is still in the process of stopping.
5859
60+
61+
> [!NOTE]
62+
> Stopping the node pool will stop its Cluster Autoscaler, and starts it back when starting the node pool. So if you manually modify the number of VMSS instances in the pool while it's stopped, Cluster Autoscaler might show inconsistencies.
63+
5964
---
6065
6166
## Start a stopped AKS node pool

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If Maven isn't your preferred development tool, check out our similar tutorials
4444

4545
### [Spring Boot](#tab/springboot)
4646

47-
1. Download and extract the [default Spring Boot web application template](https://github.com/rd-1-2022/rest-service). This repository is cloned for you when you run the [Spring CLI](https://docs.spring.io/spring-cli/reference/creating-new-projects.html) command `spring boot new my-webapp`.
47+
1. Download and extract the [default Spring Boot web application template](https://github.com/rd-1-2022/rest-service). This repository is cloned for you when you run the [Spring CLI](https://docs.spring.io/spring-cli/reference/getting-started.html) command `spring boot new my-webapp`.
4848

4949
```bash
5050
git clone https://github.com/rd-1-2022/rest-service my-webapp

articles/automation/change-tracking/enable-vms-monitoring-agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Azure Automation Change Tracking for single machine and multiple m
33
description: This article tells how to enable the Change Tracking feature for single machine and multiple machines at scale from the Azure portal.
44
services: automation
55
ms.subservice: change-inventory-management
6-
ms.date: 04/10/2024
6+
ms.date: 06/03/2024
77
ms.topic: conceptual
88
---
99

@@ -163,7 +163,8 @@ Using the Deploy if not exist (DINE) policy, you can enable Change tracking with
163163
:::image type="content" source="media/enable-vms-monitoring-agent/build-template.png" alt-text="Screenshot to get started with building a template.":::
164164
1. In the **Edit template**, select **Load file** to upload the *CtDcrCreation.json* file.
165165
1. Select **Save**.
166-
1. In the **Custom deployment** > **Basics** tab, provide **Subscription** and **Resource group** where you want to deploy the Data Collection Rule. The **Data Collection Rule Name** is optional.
166+
1. In the **Custom deployment** > **Basics** tab, provide **Subscription** and **Resource group** where you want to deploy the Data Collection Rule. The **Data Collection Rule Name** is optional. The resource group must be same as the resource group associated with the Log Analytic workspace id chosen here.
167+
167168
:::image type="content" source="media/enable-vms-monitoring-agent/build-template-basics.png" alt-text="Screenshot to provide subscription and resource group details to deploy data collection rule.":::
168169

169170
>[!NOTE]

articles/azure-arc/servers/agent-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Azure Connected Machine agent
33
description: This article provides a detailed overview of the Azure Connected Machine agent, which supports monitoring virtual machines hosted in hybrid environments.
4-
ms.date: 12/06/2023
4+
ms.date: 06/03/2024
55
ms.topic: conceptual
66
---
77

@@ -257,6 +257,12 @@ Agent deployment and machine connection require certain [prerequisites](prerequi
257257

258258
We provide several options for deploying the agent. For more information, see [Plan for deployment](plan-at-scale-deployment.md) and [Deployment options](deployment-options.md).
259259

260+
## Disaster Recovery
261+
262+
There are no customer-enabled disaster recovery options for Arc-enabled servers. In the event of an outage in an Azure region, the system will failover to another region in the same [Azure geography](https://azure.microsoft.com/explore/global-infrastructure/geographies/) (if one exists). While this failover procedure is automatic, it does take some time. The Connected Machine agent will be disconnected during this period and will show a status of **Disconnected** until the failover is complete. The system will failback to its original region once the outage has been restored.
263+
264+
An outage of Azure Arc won't affect the customer workload itself; only management of the applicable servers via Arc will be impaired.
265+
260266
## Next steps
261267

262268
* To begin evaluating Azure Arc-enabled servers, see [Quickstart: Connect hybrid machines with Azure Arc-enabled servers](learn/quick-enable-hybrid-vm.md).

articles/azure-arc/servers/overview.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Arc-enabled servers Overview
33
description: Learn how to use Azure Arc-enabled servers to manage servers hosted outside of Azure like an Azure resource.
4-
ms.date: 05/11/2023
4+
ms.date: 06/03/2024
55
ms.topic: overview
66
---
77

@@ -91,12 +91,6 @@ To learn more about resource type limits, see the [Resource instance limit](../.
9191

9292
Azure Arc-enabled servers stores customer data. By default, customer data stays within the region the customer deploys the service instance in. For region with data residency requirements, customer data is always kept within the same region.
9393

94-
## Disaster Recovery
95-
96-
There are no customer-enabled disaster recovery options for Arc-enabled servers. In the event of an outage in an Azure region, the system will failover to another region in the same [Azure geography](https://azure.microsoft.com/explore/global-infrastructure/geographies/) (if one exists). While this failover procedure is automatic, it does take some time. The Connected Machine agent will be disconnected during this period and will show a status of **Disconnected** until the failover is complete. The system will failback to its original region once the outage has been restored.
97-
98-
An outage of Azure Arc won't affect the customer workload itself; only management of the applicable servers via Arc will be impaired.
99-
10094
## Next steps
10195

10296
* Before evaluating or enabling Azure Arc-enabled servers across multiple hybrid machines, review the [Connected Machine agent overview](agent-overview.md) to understand requirements, technical details about the agent, and deployment methods.

articles/azure-cache-for-redis/cache-best-practices-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If your Azure Cache for Redis client application runs on a Linux-based container
3232

3333
## Potential connection collision with _Istio/Envoy_
3434

35-
Currently, Azure Cache for Redis uses ports 15xxx for clustered caches to expose cluster nodes to client applications. As documented [here](https://istio.io/latest/docs/ops/deployment/requirements/#ports-used-by-istio), the same ports are also used by _Istio.io_ sidecar proxy called _Envoy_ and could interfere with creating connections, especially on port 15001 and 15006.
35+
Currently, Azure Cache for Redis uses ports 15xxx for clustered caches to expose cluster nodes to client applications. As documented [here](https://istio.io/latest/docs/ops/deployment/application-requirements/#ports-used-by-istio), the same ports are also used by _Istio.io_ sidecar proxy called _Envoy_ and could interfere with creating connections, especially on port 15001 and 15006.
3636

3737
When using _Istio_ with an Azure Cache for Redis cluster, consider excluding the potential collision ports with an [istio annotation](https://istio.io/latest/docs/reference/config/annotations/).
3838

0 commit comments

Comments
 (0)