Skip to content

Commit 5999f39

Browse files
committed
fixed typo
1 parent 4d1fab5 commit 5999f39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/service-configure-firewall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ There are a few drawbacks to locking down the public endpoint.
5959

6060
1. Choose **Selected IP addresses**. Avoid the **Disabled** option unless you're configuring a [private endpoint](service-create-private-endpoint.md).
6161

62-
:::image type="content" source="media/service-configure-firewall/azure-portal-firewall.png" alt-text="Screenshot showing the network access options in the Azure portal.":::
62+
:::image type="content" source="media/service-configure-firewall/azure-portal-firewall.png" alt-text="Screenshot showing the network access options in the Azure portal." lightbox="media/service-configure-firewall/azure-portal-firewall.png" :::
6363

6464
1. Under **IP Firewall**, select **Add your client IP address**. This step creates an inbound rule for the public IP address of your personal device to Azure AI Search. See [Allow access from the Azure portal IP address](#allow-access-from-the-azure-portal-ip-address) for details.
6565

66-
:::image type="content" source="media/service-configure-firewall/azure-portal-firewall-all.png" alt-text="Screenshot showing how to configure the IP firewall in the Azure portal.":::
66+
:::image type="content" source="media/service-configure-firewall/azure-portal-firewall-all.png" alt-text="Screenshot showing how to configure the IP firewall in the Azure portal." lightbox="media/service-configure-firewall/azure-portal-firewall-all.png":::
6767

6868
1. Add other client IP addresses for other devices and services that send requests to a search service.
6969

@@ -73,7 +73,7 @@ There are a few drawbacks to locking down the public endpoint.
7373

7474
1. Under **Exceptions**, select **Allow Azure services on the trusted services list to access this search service**.
7575

76-
:::image type="content" source="media/service-configure-firewall/exceptions.png" alt-text="Screenshot showing the exceptions checkbox on the network configuration page.":::
76+
:::image type="content" source="media/service-configure-firewall/exceptions.png" alt-text="Screenshot showing the exceptions checkbox on the network configuration page." lightbox="media/service-configure-firewall/exceptions.png":::
7777

7878
The trusted service list includes:
7979

@@ -95,7 +95,7 @@ When requests originate from IP addresses that aren't in the allowed list, a gen
9595

9696
## Allow access from the Azure portal IP address
9797

98-
The Azure portal has its own connection to Azure AI Search, separate from your local device and browser. If you use the Azure portal to manage your search service, you need to add the portal IP address as described in this section, and plus your client IP address as described in the previous section.
98+
The Azure portal has its own connection to Azure AI Search, separate from your local device and browser. If you use the Azure portal to manage your search service, you need to add the portal IP address as described in this section, and your client IP address as described in the previous section.
9999

100100
When IP rules are configured, some features of the Azure portal are disabled. For example, you can view and manage service level information, but portal access to the import wizards, indexes, indexers, and other top-level resources are restricted.
101101

0 commit comments

Comments
 (0)