Skip to content

Commit c771700

Browse files
committed
Finalized link to resource blade
1 parent 6b699c0 commit c771700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/service-configure-firewall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Network rules aren't required, but it's a security best practice to add them.
2424

2525
Network rules are scoped to data plane operations. Data plane operations include creating or querying indexes, and all other actions described by the [Search REST APIs](/rest/api/searchservice/). Control plane operations target service administration. Those operations specify resource provider endpoints, which are subject to the [network protections supported by Azure Resource Manager](/security/benchmark/azure/baselines/azure-resource-manager-security-baseline).
2626

27-
This article explains how to configure network access to a search service's public endpoint. To block *all* access to the public endpoint, use [private endpoints](service-create-private-endpoint.md) and an Azure virtual network.
27+
This article explains how to configure network access to a search service's public endpoint. To block *all* data plane access to the public endpoint, use [private endpoints](service-create-private-endpoint.md) and an Azure virtual network.
2828

2929
This article assumes the Azure portal for network access configuration. You can also use the [Management REST API](/rest/api/searchmanagement/), [Azure PowerShell](/powershell/module/az.search), or the [Azure CLI](/cli/azure/search).
3030

@@ -104,7 +104,7 @@ For ping, the request times out, but the IP address is visible in the response.
104104

105105
Did you select the trusted services exception? If yes, your Azure resource must have a managed identity (either system or user-assigned, but usually system), and you must use role-based access controls.
106106

107-
Azure resources on the trusted service list include:
107+
The trusted service list for Azure AI Search includes:
108108

109109
+ `Microsoft.CognitiveServices` for Azure OpenAI and Azure AI services
110110
+ `Microsoft.MachineLearningServices` for Azure Machine Learning
@@ -118,7 +118,7 @@ For managed identities on Azure OpenAI and Azure Machine Learning:
118118

119119
For managed identities on Azure AI services:
120120

121-
1. [Find your multiservice account](https://ms.portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/AIServices).
121+
1. [Find your multiservice account](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/microsoft.cognitiveServices%2Faccounts).
122122
1. On the leftmost pane, under **Resource management**, select **Identity**.
123123
1. Set **System-assigned** to **On**.
124124

0 commit comments

Comments
 (0)