Skip to content

Commit a7572f3

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into portalPrivateEndpoint
2 parents 0b92c9f + 54b45f5 commit a7572f3

15 files changed

+138
-98
lines changed

articles/ai-studio/how-to/deploy-models-serverless-availability.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
88
ms.date: 5/21/2024
9-
ms.reviewer: mopeakande
10-
reviewer: msakande
11-
ms.author: fasantia
12-
author: santiagxf
9+
ms.author: mopeakande
10+
author: msakande
11+
ms.reviewer: fasantia
12+
reviewer: santiagxf
1313
ms.custom:
1414
- build-2024
1515
- serverless
1616
- references_regions
1717
---
1818

19-
# Region availability for models in Serverless API endpoints | Azure AI Studio
19+
# Region availability for models in serverless API endpoints | Azure AI Studio
2020

2121
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
2222

@@ -26,18 +26,7 @@ Certain models in the model catalog can be deployed as a serverless API with pay
2626

2727
## Region availability
2828

29-
Serverless API endpoints are available in the following regions for the indicated models:
30-
31-
| Model | East US 2 | West US 3 | Sweden Central | France Central |
32-
| ----------------- | ----------- | -------------- | -------------- | -------------- |
33-
| Mistral-Small | **✓** | | **✓** | |
34-
| Mistral-Large | **✓** | | **✓** | **✓** |
35-
| Cohere Command R | **✓** | | **✓** | |
36-
| Cohere Command R+ | **✓** | | **✓** | |
37-
| Cohere Embed v3 | **✓** | | **✓** | |
38-
| Meta Llama 2 | **✓** | **✓** | | |
39-
| Meta Llama 3 | **✓** | | | |
40-
| Phi-3 | **✓** | | **✓** | |
29+
[!INCLUDE [region-availabilitity-serverless-api](../includes/region-availabilitity-serverless-api.md)]
4130

4231
## Alternatives to region availability
4332

articles/ai-studio/how-to/deploy-models-timegen-1.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,18 @@ You can deploy TimeGEN-1 as a serverless API with pay-as-you-go billing. Nixtla
3131
### Prerequisites
3232

3333
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions don't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
34-
- An [AI Studio hub](../how-to/create-azure-ai-resource.md).
34+
- An [AI Studio hub](../how-to/create-azure-ai-resource.md). The serverless API model deployment offering for TimeGEN-1 is only available with hubs created in these regions:
3535

36-
> [!IMPORTANT]
37-
> The serverless API model deployment offering for TimeGEN-1 is only available with hubs created in the **East US 2** or **Sweden Central** regions.
36+
> [!div class="checklist"]
37+
> * East US
38+
> * East US 2
39+
> * North Central US
40+
> * South Central US
41+
> * West US
42+
> * West US 3
43+
> * Sweden Central
44+
45+
For a list of regions that are available for each of the models supporting serverless API endpoint deployments, see [Region availability for models in serverless API endpoints](deploy-models-serverless-availability.md).
3846

3947
- An [Azure AI Studio project](../how-to/create-projects.md).
4048
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Studio. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, visit [Role-based access control in Azure AI Studio](../concepts/rbac-ai-studio.md).
@@ -52,7 +60,7 @@ These steps demonstrate the deployment of TimeGEN-1. To create a deployment:
5260
1. Select **+ Create deployment**.
5361
1. Search for and select **TimeGEN-1**. to open the Model's Details page.
5462
1. Select **Confirm** to open a serverless API deployment window for the model.
55-
1. Select the project in which you want to deploy your model. To deploy the TimeGEN-1 model, your project must be in the **East US 2** or **Sweden Central** region.
63+
1. Select the project in which you want to deploy your model. To deploy the TimeGEN-1 model, your project must be in one of the regions listed in the [Prerequisites](#prerequisites) section.
5664
1. In the deployment wizard, select the link to **Azure Marketplace Terms**, to learn more about the terms of use.
5765
1. Select the **Pricing and terms** tab to learn about pricing for the selected model.
5866
1. Select the **Subscribe and Deploy** button. If this is your first time deploying the model in the project, you have to subscribe your project for the particular offering. This step requires that your account has the **Azure AI Developer role** permissions on the resource group, as listed in the prerequisites. Each project has its own subscription to the particular Azure Marketplace offering of the model, which allows you to control and monitor spending. Currently, you can have only one deployment for each model within a project.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: include file
3+
description: include file
4+
ms.service: azure-ai-studio
5+
ms.topic: include
6+
ms.date: 05/21/2024
7+
ms.author: mopeakande
8+
author: msakande
9+
ms.reviewer: fasantia
10+
reviewer: santiagxf
11+
ms.custom: include file
12+
13+
# Also used in Azure Machine Learning documentation
14+
---
15+
16+
Availability of serverless API endpoints for select models are listed in the following tables:
17+
18+
<!-- | Model | East US | East US 2 | North Central US | South Central US | West US | West US 3 | France Central | Sweden Central |
19+
|:-----------------:|:-----------:|:-----------:|:----------------:|:----------------:|:-----------:|:-----------:|:--------------:|:--------------:|
20+
| Mistral-Small | | **&check;** | | | | | | **&check;** |
21+
| Mistral-Large | | **&check;** | | | | | **&check;** | **&check;** |
22+
| Cohere Command R | | **&check;** | | | | | | **&check;** |
23+
| Cohere Command R+ | | **&check;** | | | | | | **&check;** |
24+
| Cohere Embed v3 | | **&check;** | | | | | | **&check;** |
25+
| Meta Llama 2 | | **&check;** | | | | **&check;** | | |
26+
| Meta Llama 3 | | **&check;** | | | | | | |
27+
| Phi-3 | | **&check;** | | | | | | **&check;** |
28+
| Nixtla TimeGEN-1 | **&check;** | **&check;** | **&check;** | **&check;** | **&check;** | **&check;** | | **&check;** | -->
29+
30+
31+
#### Cohere models
32+
33+
| Region | Cohere Command R | Cohere Command R+ | Cohere Embed v3 |
34+
|----------------|:----------------:|:-----------------:|:---------------:|
35+
| East US 2 | **&check;** | **&check;** | **&check;** |
36+
| Sweden Central | **&check;** | **&check;** | **&check;** |
37+
38+
#### Mistral models
39+
40+
| Region | Mistral-Small | Mistral-Large |
41+
|----------------|:-------------:|:-------------:|
42+
| East US 2 | **&check;** | **&check;** |
43+
| France Central | unavailable | **&check;** |
44+
| Sweden Central | **&check;** | **&check;** |
45+
46+
#### Meta Llama models
47+
48+
| Region | Llama-2 | Llama-3 |
49+
|-----------|:-----------:|:-----------:|
50+
| East US 2 | **&check;** | **&check;** |
51+
| West US 3 | **&check;** | unavailable |
52+
53+
#### Nixtla TimeGEN-1 model
54+
55+
| Region | Nixtla TimeGEN-1 |
56+
|------------------|:----------------:|
57+
| East US | **&check;** |
58+
| East US 2 | **&check;** |
59+
| North Central US | **&check;** |
60+
| South Central US | **&check;** |
61+
| West US | **&check;** |
62+
| West US 3 | **&check;** |
63+
| France Central | unavailable |
64+
| Sweden Central | **&check;** |
65+
66+
#### Phi 3 models
67+
68+
| Region | Phi 3 |
69+
|----------------|:-----------:|
70+
| East US 2 | **&check;** |
71+
| Sweden Central | **&check;** |

articles/azure-arc/kubernetes/extensions-release.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
3-
ms.date: 04/30/2024
3+
ms.date: 05/21/2024
44
ms.topic: how-to
55
description: "See which extensions are currently available for Azure Arc-enabled Kubernetes clusters and view release notes."
66
---
@@ -150,10 +150,13 @@ Flux version: [Release v2.1.2](https://github.com/fluxcd/flux2/releases/tag/v2.1
150150

151151
Changes made for this version:
152152

153-
- Updated source-controller to v1.2.5
153+
- Updated source-controller to v1.2.5 [to address security vulnerability](https://github.com/advisories/GHSA-v554-xwgw-hc3w)
154154

155155
### 1.8.3 (March 2024)
156156

157+
> [!NOTE]
158+
> We recommend upgrading to version 1.8.4 or later due to a [security vulnerability](https://github.com/advisories/GHSA-v554-xwgw-hc3w) that has been fixed starting with 1.8.4.
159+
157160
Flux version: [Release v2.1.2](https://github.com/fluxcd/flux2/releases/tag/v2.1.2)
158161

159162
- source-controller: v1.1.2

articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are a few restrictions when using active geo replication:
4040

4141
## Create or join an active geo-replication group
4242

43-
1. When creating a new Azure Cache for Redis resource, select the **Advanced** tab. Complete the first part of the form including clustering policy. For more information on choosing **Clustering policy**, see [Clustering Policy](quickstart-create-redis-enterprise.md#clustering-policy).
43+
1. When creating a new Azure Cache for Redis resource, select the **Advanced** tab. Complete the first part of the form including clustering policy. For more information on choosing **Clustering policy**, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise).
4444

4545
1. Select **Configure** to set up **Active geo-replication**.
4646

articles/azure-cache-for-redis/cache-redis-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Additionally, **RediSearch** can function as a secondary index, expanding your c
8484
You can use **RediSearch** is used in a wide variety of use-cases, including real-time inventory, enterprise search, and in indexing external databases. [For more information, see the RediSearch documentation page](https://redis.io/search/).
8585

8686
>[!IMPORTANT]
87-
> The RediSearch module requires use of the `Enterprise` clustering policy and the `NoEviction` eviction policy. For more information, see [Clustering Policy](quickstart-create-redis-enterprise.md#clustering-policy) and [Memory Policies](cache-configure.md#memory-policies)
87+
> The RediSearch module requires use of the `Enterprise` clustering policy and the `NoEviction` eviction policy. For more information, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise) and [Memory Policies](cache-configure.md#memory-policies)
8888
>
8989
9090
### RedisBloom

articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
5454

5555
1. Select **Next: Advanced**.
5656

57-
Enable **Non-TLS access only** if you plan to connect to the new cache without using TLS. Disabling TLS is **not** recommended, however. You can't change the eviction policy or clustering policy of an Enterprise cache instance after you create it. If you're using this cache instance in a replication group, be sure to know the policies of your primary nodes before you create the cache. For more information on replication, see [Active geo-replication prerequisites](cache-how-to-active-geo-replication.md#active-geo-replication-prerequisites).
57+
Enable **Non-TLS access only** if you plan to connect to the new cache without using TLS. Disabling TLS is **not** recommended, however.
5858

59-
Set **Clustering policy** to **Enterprise** for a nonclustered cache. For more information on choosing **Clustering policy**, see [Clustering Policy](#clustering-policy).
59+
Set **Clustering policy** to **Enterprise** for a nonclustered cache, or to **OSS** for a clustered cache. For more information on choosing **Clustering policy**, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise).
60+
61+
6062

6163
:::image type="content" source="media/cache-create/cache-clustering-policy.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab.":::
6264

@@ -67,6 +69,14 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
6769
> For more information, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise).
6870
>
6971
72+
> [!IMPORTANT]
73+
> You can't change the clustering policy of an Enterprise cache instance after you create it. If you're using [RediSearch](cache-redis-modules.md#redisearch), the Enterprise cluster policy is required, and `NoEviction` is the only eviction policy supported.
74+
>
75+
76+
> [!IMPORTANT]
77+
> If you're using this cache instance in a geo-replication group, eviction policies cannot be changed after the instance is created. Be sure to know the eviction policies of your primary nodes before you create the cache. For more information on active geo-replication, see [Active geo-replication prerequisites](cache-how-to-active-geo-replication.md#active-geo-replication-prerequisites).
78+
>
79+
7080
> [!IMPORTANT]
7181
> You can't change modules after you create a cache instance. Modules must be enabled at the time you create an Azure Cache for Redis instance. There is no option to enable the configuration of a module after you create a cache.
7282
>
@@ -80,12 +90,7 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
8090
1. Review the settings and select **Create**.
8191

8292
It takes some time for the cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.
83-
84-
## Clustering Policy
85-
86-
The OSS Cluster mode allows clients to communicate with Redis using the same Redis Cluster API as open-source Redis. This mode provides optimal latency and near-linear scalability improvements when scaling the cluster. Your client library must support clustering to use the OSS Cluster mode.
87-
88-
The Enterprise Cluster mode is a simpler configuration that exposes a single endpoint for client connections. This mode allows an application designed to use a standalone, or nonclustered, Redis server to seamlessly operate with a scalable, multi-node, Redis implementation. Enterprise Cluster mode abstracts the Redis Cluster implementation from the client by internally routing requests to the correct node in the cluster. Clients aren't required to support OSS Cluster mode.
93+
8994

9095
## Related content
9196

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Creating a capacity pool enables you to create volumes within it.
3131
```
3232
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
3333
34-
>[!IMPORTANT]
35-
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from 2024-01-01.
36-
34+
>[!IMPORTANT]
35+
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from `2024-01-01`.
36+
3737
## Steps
3838
3939
1. In the Azure portal, go to your NetApp account. From the navigation pane, select **Capacity pools**.

articles/azure-netapp-files/create-cross-zone-replication.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@ Before you begin, you should review the [requirements and considerations for cro
2020

2121
[!INCLUDE [Azure NetApp Files cross-zone-replication supported regions](includes/cross-zone-regions.md)]
2222

23-
## Register the feature
24-
25-
Cross-zone replication is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
26-
27-
1. Register the feature:
28-
29-
```azurepowershell-interactive
30-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossZoneReplication
31-
```
32-
33-
2. Check the status of the feature registration:
34-
35-
> [!NOTE]
36-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
37-
38-
```azurepowershell-interactive
39-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossZoneReplication
40-
```
41-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
42-
4323
## Create the source volume with an availability zone
4424

4525
This process requires that your account is subscribed to the [availability zone volume placement feature](use-availability-zones.md).

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
1313

14-
You can deploy new volumes in the logical availability zone of your choice. You can also populate existing volumes with availability zone information. To better understand availability zones, see [Using availability zones for high availability](use-availability-zones.md).
14+
You can deploy new volumes in the logical availability zone of your choice. You can also populate existing volumes with availability zone information. To better understand availability zones, see [Use availability zones for high availability](use-availability-zones.md).
1515

1616
## Requirements and considerations
1717

@@ -84,26 +84,8 @@ You can deploy new volumes in the logical availability zone of your choice. You
8484
8585
:::image type="content" source="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png" alt-text="Screenshot of volume properties interface." lightbox="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png":::
8686
87-
## Populate an existing volume with availability zone information
87+
## <a name="populate-an-existing-volume-with-availability-zone-information"></a> Populate an existing volume with availability zone information (preview)
8888
89-
1. The feature to populate existing volumes with availability zone information is currently in preview. If you're using this feature for the first time, you need to register the feature first.
90-
1. Register the feature:
91-
92-
```azurepowershell-interactive
93-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
94-
```
95-
2. Check the status of the feature registration:
96-
97-
```azurepowershell-interactive
98-
99-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
100-
```
101-
102-
> [!NOTE]
103-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
104-
105-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
106-
10789
1. Navigate to the volume that you want to populate with availability zone information.
10890
1. Select **Populate availability zone**.
10991
1. The Populate Availability Zone window appears and displays the availability zone in which the Azure NetApp Files volume is deployed.

0 commit comments

Comments
 (0)