Skip to content

Commit 8b21d47

Browse files
authored
Merge pull request #2180 from MicrosoftDocs/main
1/7/2025 AM Publish
2 parents 40791b4 + 4996669 commit 8b21d47

File tree

8 files changed

+26
-14
lines changed

8 files changed

+26
-14
lines changed

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Pay-per-token billing is available only to users whose Azure subscription belong
165165

166166
### Network isolation for models deployed via serverless APIs
167167

168-
Managed computes for models deployed as serverless APIs follow the public network access flag setting of the Azure AI Foundry hub that has the project in which the deployment exists. To help secure your managed compute, disable the public network access flag on your Azure AI Foundry hub. You can help secure inbound communication from a client to your managed compute by using a private endpoint for the hub.
168+
Endpoints for models deployed as serverless APIs follow the public network access flag setting of the Azure AI Foundry hub that has the project in which the deployment exists. To help secure your serverless API endpoint, disable the public network access flag on your Azure AI Foundry hub. You can help secure inbound communication from a client to your endpoint by using a private endpoint for the hub.
169169

170170
To set the public network access flag for the Azure AI Foundry hub:
171171

@@ -177,11 +177,11 @@ To set the public network access flag for the Azure AI Foundry hub:
177177

178178
#### Limitations
179179

180-
* If you have an Azure AI Foundry hub with a managed compute created before July 11, 2024, managed computes added to projects in this hub won't follow the networking configuration of the hub. Instead, you need to create a new managed compute for the hub and create new serverless API deployments in the project so that the new deployments can follow the hub's networking configuration.
180+
* If you have an Azure AI Foundry hub with a private endpoint created before July 11, 2024, serverless API endpoints added to projects in this hub won't follow the networking configuration of the hub. Instead, you need to create a new private endpoint for the hub and create new serverless API deployments in the project so that the new deployments can follow the hub's networking configuration.
181181

182-
* If you have an Azure AI Foundry hub with MaaS deployments created before July 11, 2024, and you enable a managed compute on this hub, the existing MaaS deployments won't follow the hub's networking configuration. For serverless API deployments in the hub to follow the hub's networking configuration, you need to create the deployments again.
182+
* If you have an Azure AI Foundry hub with MaaS deployments created before July 11, 2024, and you enable a private endpoint on this hub, the existing serverless API deployments won't follow the hub's networking configuration. For serverless API deployments in the hub to follow the hub's networking configuration, you need to create the deployments again.
183183

184-
* Currently, [Azure OpenAI On Your Data](/azure/ai-services/openai/concepts/use-your-data) support isn't available for MaaS deployments in private hubs, because private hubs have the public network access flag disabled.
184+
* Currently, [Azure OpenAI On Your Data](/azure/ai-services/openai/concepts/use-your-data) support isn't available for serverless API deployments in private hubs, because private hubs have the public network access flag disabled.
185185

186186
* Any network configuration change (for example, enabling or disabling the public network access flag) might take up to five minutes to propagate.
187187

articles/machine-learning/azure-machine-learning-release-notes-cli-v2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
2424
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
2525
`https://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us`
2626

27+
## 2024-12-17
28+
29+
### Azure Machine Learning CLI (v2) v2.33.0
30+
31+
- `az ml workspace create --provision-network-now`
32+
- Added `--provision-network-now` property to trigger the provisioning of the managed network when creating a workspace with the managed network enabled, or else it does nothing.
33+
- `az ml capability-host`
34+
- Added create operation.
35+
- Added get operation.
36+
- Added delete operation.
37+
2738
## 2024-09-18
2839

2940
### Azure Machine Learning CLI (v2) v2.30.0

articles/machine-learning/concept-model-lifecycle-retirement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Models in the model catalog are continually refreshed with newer and more capabl
2222
> This article describes deprecation and retirement only for models that can be deployed to __serverless APIs__, not managed compute. To learn more about the differences between deployment to serverless APIs and managed computes, see [Model Catalog and Collections](concept-model-catalog.md).
2323
2424
> [!NOTE]
25-
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure Open AI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
25+
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure OpenAI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
2626
2727
## Model lifecycle stages
2828

@@ -72,4 +72,4 @@ Models labeled _Retired_ are no longer available for use. You can't create new d
7272
## Related content
7373

7474
- [Model Catalog and Collections](concept-model-catalog.md)
75-
- [Data, privacy, and security for use of models through the Model Catalog](concept-data-privacy.md)
75+
- [Data, privacy, and security for use of models through the Model Catalog](concept-data-privacy.md)

articles/search/includes/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-ai-search
55
ms.custom:
66
- ignite-2023
77
ms.topic: include
8-
ms.date: 11/01/2024
8+
ms.date: 01/07/2025
99
---
1010

1111
Build a Java console application using the [Azure.Search.Documents](/java/api/overview/azure/search) library to create, load, and query a search index.

articles/search/includes/quickstarts/python-semantic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ semantic_config = SemanticConfiguration(
106106
# Create the semantic settings with the configuration
107107
semantic_search = SemanticSearch(configurations=[semantic_config])
108108

109-
semantic_settings = SemanticSearch(configurations=[semantic_config])
110109
scoring_profiles = []
111110
suggester = [{'name': 'sg', 'source_fields': ['Tags', 'Address/City', 'Address/Country']}]
112111

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ The wizard supports Azure AI Vision image retrieval through multimodal embedding
193193

194194
1. Make sure your Azure AI Search service is in the same region.
195195

196-
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services OpenAI User** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
196+
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services User** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
197197

198198
After you finish these steps, you should be able to select the Azure AI Vision vectorizer in the **Import and vectorize data** wizard.
199199

200200
> [!NOTE]
201-
> If you can't select an Azure AI Vision vectorizer, make sure you have an Azure AI Vision resource in a supported region. Also make sure that your search service's managed identity has **Cognitive Services OpenAI User** permissions.
201+
> If you can't select an Azure AI Vision vectorizer, make sure you have an Azure AI Vision resource in a supported region. Also make sure that your search service's managed identity has **Cognitive Services User** permissions.
202202
203203
### [Azure AI Foundry model catalog](#tab/model-catalog)
204204

@@ -331,7 +331,7 @@ Chunking is built in and nonconfigurable. The effective settings are:
331331

332332
1. Specify whether you want your search service to authenticate using an API key or managed identity.
333333

334-
+ The identity should have a **Cognitive Services OpenAI User** role on the Azure AI multi-services account.
334+
+ The identity should have a **Cognitive Services User** role on the Azure AI multi-services account.
335335

336336
1. Select the checkbox that acknowledges the billing effects of using these resources.
337337

articles/search/search-get-started-text.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ ms.custom:
1414
- devx-track-python
1515
- ignite-2023
1616
ms.topic: quickstart
17-
ms.date: 11/01/2024
17+
ms.date: 01/07/2025
1818
---
1919

2020
# Quickstart: Full text search using the Azure SDKs
2121

2222
Learn how to use the *Azure.Search.Documents* client library in an Azure SDK to create, load, and query a search index using sample data for [full text search](search-lucene-query-architecture.md). Full text search uses Apache Lucene for indexing and queries, and a BM25 ranking algorithm for scoring results.
2323

24+
This quickstart creates and queries a small hotels-quickstart index containing data about 4 hotels.
25+
2426
This quickstart has steps for the following SDKs:
2527

2628
+ [Azure SDK for .NET](?tabs=dotnet#create-load-and-query-an-index)

articles/search/search-limits-quotas-capacity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: conceptual
11-
ms.date: 12/09/2024
11+
ms.date: 01/07/2025
1212
ms.custom:
1313
- references_regions
1414
- build-2024
@@ -69,7 +69,7 @@ Maximum number of documents per index are:
6969
+ 288 billion on L1
7070
+ 576 billion on L2
7171

72-
Each instance of a complex collection counts as a separate document in terms of these limits.
72+
You can check the number of documents in the Azure portal and through REST calls that include `search=*` and `count=true`.
7373

7474
Maximum size of each document is approximately 16 megabytes. Document size is actually a limit on the size of the indexing API request payload, which is 16 megabytes. That payload can be a single document, or a batch of documents. For a batch with a single document, the maximum document size is 16 MB of JSON.
7575

0 commit comments

Comments
 (0)