Skip to content

Commit 9fd98c6

Browse files
committed
2 parents 4f8f5ce + a24f738 commit 9fd98c6

8 files changed

+72
-29
lines changed

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To use the ACL integration, your client application must assume the identity of
5858
> [!IMPORTANT]
5959
> Once the enable operation is complete, the nodes in your cache instance reboots to load the new configuration. We recommend performing this operation during your maintenance window or outside your peak business hours. The operation can take up to 30 minutes.
6060
61+
For information on using Microsoft Entra ID with Azure CLI, see the [references pages for identity](/cli/azure/redis/identity).
62+
6163
## Using data access configuration with your cache
6264

6365
If you would like to use a custom access policy instead of Redis Data Owner, go to the **Data Access Configuration** on the Resource menu. For more information, see [Configure a custom data access policy for your application](cache-configure-role-based-access-control.md#configure-a-custom-data-access-policy-for-your-application).
@@ -128,6 +130,8 @@ The following table includes links to code samples, which demonstrate how to con
128130

129131
- When calling the Redis server `AUTH` command periodically, consider adding a jitter so that the `AUTH` commands are staggered, and your Redis server doesn't receive lot of `AUTH` commands at the same time.
130132

131-
## Next steps
133+
## Related content
132134

133135
- [Configure role-based access control with Data Access Policy](cache-configure-role-based-access-control.md)
136+
- [Reference pages for identity](/cli/azure/redis/identity)
137+

articles/dns/dns-private-resolver-get-started-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create and test a private DNS resolver in A
44
services: dns
55
author: greg-lindsay
66
ms.author: greglin
7-
ms.date: 02/28/2024
7+
ms.date: 04/05/2024
88
ms.topic: quickstart
99
ms.service: dns
1010
ms.custom: mode-ui, ignite-2022
@@ -155,6 +155,9 @@ Add or remove specific rules your DNS forwarding ruleset as desired, such as:
155155
- A rule to resolve an on-premises zone: internal.contoso.com.
156156
- A wildcard rule to forward unmatched DNS queries to a protective DNS service.
157157

158+
> [!IMPORTANT]
159+
> The rules shown in this quickstart are examples of rules that can be used for specific scenarios. None of the fowarding rules described in this article are required. Be careful to test your forwarding rules and ensure that the rules don't cause DNS resolution issues.
160+
158161
### Delete a rule from the forwarding ruleset
159162

160163
Individual rules can be deleted or disabled. In this example, a rule is deleted.

articles/dns/dns-private-resolver-get-started-powershell.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to create and manage your first p
44
services: dns
55
author: greg-lindsay
66
ms.author: greglin
7-
ms.date: 02/28/2024
7+
ms.date: 04/05/2024
88
ms.topic: quickstart
99
ms.service: dns
1010
ms.custom: devx-track-azurepowershell, mode-api, ignite-2022
@@ -230,6 +230,8 @@ $virtualNetworkLink2.ToJsonString()
230230

231231
## Create forwarding rules
232232

233+
234+
233235
Create a forwarding rule for a ruleset to one or more target DNS servers. You must specify the fully qualified domain name (FQDN) with a trailing dot. The **New-AzDnsResolverTargetDnsServerObject** cmdlet sets the default port as 53, but you can also specify a unique port.
234236

235237
```Azure PowerShell
@@ -247,6 +249,9 @@ In this example:
247249
- 192.168.1.2 and 192.168.1.3 are on-premises DNS servers.
248250
- 10.5.5.5 is a protective DNS service.
249251

252+
> [!IMPORTANT]
253+
> The rules shown in this quickstart are examples of rules that can be used for specific scenarios. None of the fowarding rules described in this article are required. Be careful to test your forwarding rules and ensure that the rules don't cause DNS resolution issues.
254+
250255
## Test the private resolver
251256

252257
You should now be able to send DNS traffic to your DNS resolver and resolve records based on your forwarding rulesets, including:

articles/search/cognitive-search-skill-ocr.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The **Optical character recognition (OCR)** skill recognizes printed and handwri
1919
An OCR skill uses the machine learning models provided by [Azure AI Vision](../ai-services/computer-vision/overview.md) API [v3.2](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005) in Azure AI services. The **OCR** skill maps to the following functionality:
2020

2121
+ For the languages listed under [Azure AI Vision language support](../ai-services/computer-vision/language-support.md#optical-character-recognition-ocr), the [Read API](../ai-services/computer-vision/overview-ocr.md) is used.
22-
+ For Greek and Serbian Cyrillic, the [legacy OCR](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/56f91f2e778daf14a499f20d) API is used.
22+
23+
+ For Greek and Serbian Cyrillic, the legacy [OCR in version 3.2](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.2) API is used.
2324

2425
The **OCR** skill extracts text from image files. Supported file formats include:
2526

@@ -41,7 +42,7 @@ Parameters are case-sensitive.
4142

4243
| Parameter name | Description |
4344
|--------------------|-------------|
44-
| `detectOrientation` | Detects image orientation. Valid values are `true` or `false`. </p>This parameter only applies if the [legacy OCR](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/56f91f2e778daf14a499f20d) API is used. |
45+
| `detectOrientation` | Detects image orientation. Valid values are `true` or `false`. </p>This parameter only applies if the [legacy OCR version 3.2](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.2) API is used. |
4546
| `defaultLanguageCode` | Language code of the input text. Supported languages include all of the [generally available languages](../ai-services/computer-vision/language-support.md#analyze-image) of Azure AI Vision. You can also specify `unk` (Unknown). </p>If the language code is unspecified or null, the language is set to English. If the language is explicitly set to `unk`, all languages found are auto-detected and returned.|
4647
| `lineEnding` | The value to use as a line separator. Possible values: "Space", "CarriageReturn", "LineFeed". The default is "Space". |
4748

@@ -210,8 +211,6 @@ The above skillset example assumes that a normalized-images field exists. To gen
210211
}
211212
```
212213

213-
214-
215214
## See also
216215

217216
+ [What is optical character recognition](../ai-services/computer-vision/overview-ocr.md)

articles/search/search-indexer-howto-access-private.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 02/22/2024
13+
ms.date: 04/03/2024
1414
---
1515

1616
# Make outbound connections through a shared private link
@@ -28,12 +28,15 @@ Shared private link is a premium feature that's billed by usage. When you set up
2828

2929
Azure AI Search makes outbound calls to other Azure PaaS resources in the following scenarios:
3030

31-
+ Indexer connection requests to supported data sources
32-
+ Indexer (skillset) connections to Azure Storage for caching enrichments or writing to a knowledge store
31+
+ Indexer or search engine connects to Azure OpenAI for text-to-vector embeddings
32+
+ Indexer connects to supported data sources
33+
+ Indexer (skillset) connections to Azure Storage for caching enrichments, debug session sate, or writing to a knowledge store
3334
+ Encryption key requests to Azure Key Vault
3435
+ Custom skill requests to Azure Functions or similar resource
3536

36-
In service-to-service communications, Azure AI Search typically sends a request over a public internet connection. However, if your data, key vault, or function should be accessed through a [private endpoint](../private-link/private-endpoint-overview.md), you must create a *shared private link*.
37+
Shared private links only work for Azure-to-Azure connections. If you're connecting to OpenAI or another external model, the connection must be over the public internet.
38+
39+
Shared private links are for operations and data accessed through a [private endpoint](../private-link/private-endpoint-overview.md) for Azure resources or clients that run in an Azure virtual network.
3740

3841
A shared private link is:
3942

@@ -51,21 +54,24 @@ There are two scenarios for using [Azure Private Link](../private-link/private-l
5154

5255
+ Scenario two: [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network.
5356

57+
Scenario one is covered in this article.
58+
5459
While both scenarios have a dependency on Azure Private Link, they are independent. You can create a shared private link without having to configure your own search service for a private endpoint.
5560

5661
### Limitations
5762

5863
When evaluating shared private links for your scenario, remember these constraints.
5964

60-
+ Several of the resource types used in a shared private link are in preview. If you're connecting to a preview resource (Azure Database for MySQL, Azure Functions, or Azure SQL Managed Instance), use a preview version of the Management REST API to create the shared private link. These versions include `2020-08-01-preview` or `2021-04-01-preview`.
65+
+ Several of the resource types used in a shared private link are in preview. If you're connecting to a preview resource (Azure Database for MySQL, Azure Functions, or Azure SQL Managed Instance), use a preview version of the Management REST API to create the shared private link. These versions include `2020-08-01-preview`, `2021-04-01-preview`, and `2024-03-01-preview`.
6166

6267
+ Indexer execution must use the private execution environment that's specific to your search service. Private endpoint connections aren't supported from the multitenant environment. The configuration setting for this requirement is covered in this article.
6368

6469
## Prerequisites
6570

6671
+ An Azure AI Search at the Basic tier or higher. If you're using [AI enrichment](cognitive-search-concept-intro.md) and skillsets, the tier must be Standard 2 (S2) or higher. See [Service limits](search-limits-quotas-capacity.md#shared-private-link-resource-limits) for details.
6772

68-
+ An Azure PaaS resource from the following list of supported resource types, configured to run in a virtual network.
73+
+ An Azure PaaS resource from the following list of [supported resource types](#supported-resource-types), configured to run in a virtual network.
74+
6975

7076
+ Permissions on both Azure AI Search and the data source:
7177

@@ -275,11 +281,14 @@ A `202 Accepted` response is returned on success. The process of creating an out
275281

276282
## 2 - Approve the private endpoint connection
277283

278-
Approval of the private endpoint connection is granted on the Azure PaaS side. If the service consumer has a role assignment on the service provider resource, the approval will be automatic. Otherwise, manual approval is required. For details, see [Manage Azure private endpoints](/azure/private-link/manage-private-endpoint).
284+
Approval of the private endpoint connection is granted on the Azure PaaS side. Explicit approval by the resource owner is required. The following steps cover approval using the Azure portal, but here are some links to approve the connection programmatically from the Azure PaaS side:
285+
286+
+ On Azure Storage, use [Private Endpoint Connections - Put](/rest/api/storagerp/private-endpoint-connections/put)
287+
+ On Azure Cosmos DB, use [Private Endpoint Connections - Create Or Update](/rest/api/cosmos-db-resource-provider/private-endpoint-connections/create-or-update)
279288

280-
This section assumes manual approval and the portal for this step, but you can also use the REST APIs of the Azure PaaS resource. [Private Endpoint Connections (Storage Resource Provider)](/rest/api/storagerp/privateendpointconnections) and [Private Endpoint Connections (Cosmos DB Resource Provider)](/rest/api/cosmos-db-resource-provider/2023-03-15/private-endpoint-connections) are two examples.
289+
Using the Azure portal, perform the following steps:
281290

282-
1. In the Azure portal, open the **Networking** page of the Azure PaaS resource.[text](https://ms.portal.azure.com/#blade%2FHubsExtension%2FResourceMenuBlade%2Fid%2F%2Fsubscriptions%2Fa5b1ca8b-bab3-4c26-aebe-4cf7ec4791a0%2FresourceGroups%2Ftest-private-endpoint%2Fproviders%2FMicrosoft.Network%2FprivateEndpoints%2Ftest-private-endpoint)
291+
1. Open the **Networking** page of the Azure PaaS resource.[text](https://ms.portal.azure.com/#blade%2FHubsExtension%2FResourceMenuBlade%2Fid%2F%2Fsubscriptions%2Fa5b1ca8b-bab3-4c26-aebe-4cf7ec4791a0%2FresourceGroups%2Ftest-private-endpoint%2Fproviders%2FMicrosoft.Network%2FprivateEndpoints%2Ftest-private-endpoint)
283292

284293
1. Find the section that lists the private endpoint connections. The following example is for a storage account.
285294

articles/search/search-manage-azure-cli.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- devx-track-azurecli
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 02/21/2024
14+
ms.date: 04/05/2024
1515
---
1616

1717
# Manage your Azure AI Search service with the Azure CLI
@@ -21,10 +21,12 @@ ms.date: 02/21/2024
2121
> * [Azure CLI](search-manage-azure-cli.md)
2222
> * [REST API](search-manage-rest.md)
2323
24-
You can run Azure CLI commands and scripts on Windows, macOS, Linux, or in [Azure Cloud Shell](../cloud-shell/overview.md) to create and configure Azure AI Search. The [**az search**](/cli/azure/search) module extends the [Azure CLI](/cli/) with full parity to the [Search Management REST APIs](/rest/api/searchmanagement) and the ability to perform the following tasks:
24+
You can run Azure CLI commands and scripts on Windows, macOS, Linux, or in Azure Cloud Shell to create and configure Azure AI Search.
25+
26+
Use the [**az search module**](/cli/azure/search) to perform the following tasks:
2527

2628
> [!div class="checklist"]
27-
> * [List search services in a subscription](#list-search-services)
29+
> * [List search services in a subscription](#list-services-in-a-subscription)
2830
> * [Return service information](#get-search-service-information)
2931
> * [Create or delete a service](#create-or-delete-a-service)
3032
> * [Create a service with a private endpoint](#create-a-service-with-a-private-endpoint)
@@ -45,7 +47,7 @@ Preview administration features are typically not available in the **az search**
4547

4648
Azure CLI versions are [listed on GitHub](https://github.com/Azure/azure-cli/releases).
4749

48-
<a name="list-search-services"></a>
50+
The [**az search**](/cli/azure/search) module extends the [Azure CLI](/cli/) with full parity to the stable versions of the [Search Management REST APIs](/rest/api/searchmanagement).
4951

5052
## List services in a subscription
5153

articles/search/search-manage-powershell.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: PowerShell scripts using `Az.Search` module
2+
title: PowerShell scripts using Azure Search PowerShell module
33
titleSuffix: Azure AI Search
44
description: Create and configure an Azure AI Search service with PowerShell. You can scale a service up or down, manage admin and query api-keys, and query for system information.
55

@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.devlang: powershell
1111
ms.topic: how-to
12-
ms.date: 02/21/2024
12+
ms.date: 04/05/2024
1313
ms.custom:
1414
- devx-track-azurepowershell
1515
- ignite-2023
@@ -22,7 +22,9 @@ ms.custom:
2222
> * [Azure CLI](search-manage-azure-cli.md)
2323
> * [REST API](search-manage-rest.md)
2424
25-
You can run PowerShell cmdlets and scripts on Windows, Linux, or in [Azure Cloud Shell](../cloud-shell/overview.md) to create and configure Azure AI Search. The **Az.Search** module extends [Azure PowerShell](/powershell/) with full parity to the [Search Management REST APIs](/rest/api/searchmanagement) and the ability to perform the following tasks:
25+
You can run PowerShell cmdlets and scripts on Windows, Linux, or in Azure Cloud Shell to create and configure Azure AI Search.
26+
27+
Use the [**Az.Search** module](/powershell/module/az.search/) to perform the following tasks:
2628

2729
> [!div class="checklist"]
2830
> * [List search services in a subscription](#list-search-services)
@@ -42,6 +44,8 @@ You can't use tools or APIs to transfer content, such as an index, from one serv
4244

4345
Preview administration features are typically not available in the **Az.Search** module. If you want to use a preview feature, [use the Management REST API](search-manage-rest.md) and a preview API version.
4446

47+
The [**Az.Search** module](/powershell/module/az.search/) extends [Azure PowerShell](/powershell/) with full parity to the stable versions of the [Search Management REST APIs](/rest/api/searchmanagement).
48+
4549
<a name="check-versions-and-load"></a>
4650

4751
## Check versions and load modules

0 commit comments

Comments
 (0)