Skip to content

Commit f867ef6

Browse files
committed
addressed acrolinx warnings
1 parent 5e20c9b commit f867ef6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 0403/2024
13+
ms.date: 04/03/2024
1414
---
1515

1616
# Make outbound connections through a shared private link

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can run Azure CLI commands and scripts on Windows, macOS, Linux, or in Azure
2626
Use the [**az search module**](/cli/azure/search) to perform the following tasks:
2727

2828
> [!div class="checklist"]
29-
> * [List search services in a subscription](#list-search-services)
29+
> * [List search services in a subscription](#list-services-in-a-subscription)
3030
> * [Return service information](#get-search-service-information)
3131
> * [Create or delete a service](#create-or-delete-a-service)
3232
> * [Create a service with a private endpoint](#create-a-service-with-a-private-endpoint)

articles/search/service-create-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ You can lock down a search service to prevent it from admitting any request from
244244
245245
1. Select **Disabled** on the **Firewalls and virtual networks** tab.
246246
247-
You can also use the [Azure CLI](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update), [Azure PowerShell](/powershell/module/az.search/set-azsearchservice), or the [Management REST API](/rest/api/searchmanagement/services/update), setting `public-access` or `public-network-access` to `disabled`.
247+
You can also use the [Azure CLI](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update&preserve-view=true), [Azure PowerShell](/powershell/module/az.search/set-azsearchservice), or the [Management REST API](/rest/api/searchmanagement/services/update), setting `public-access` or `public-network-access` to `disabled`.
248248
249249
## Clean up resources
250250

0 commit comments

Comments
 (0)