Skip to content

Commit d90cfe1

Browse files
committed
h2, line breaks
1 parent 1192a2d commit d90cfe1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/search/search-manage-powershell.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ ms.date: 02/11/2020
2020
> * [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.search)
2121
> * [Python](https://pypi.python.org/pypi/azure-mgmt-search/0.1.0)>
2222
23-
You can run PowerShell cmdlets and scripts on Windows, Linux, or in [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview) to create and configure Azure Cognitive Search.
24-
25-
The **Az.Search** module extends [Azure PowerShell](https://docs.microsoft.com/powershell/) with full parity to the [Search Management REST APIs](https://docs.microsoft.com/rest/api/searchmanagement) and the ability to perform the following tasks:
23+
You can run PowerShell cmdlets and scripts on Windows, Linux, or in [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview) to create and configure Azure Cognitive Search. The **Az.Search** module extends [Azure PowerShell](https://docs.microsoft.com/powershell/) with full parity to the [Search Management REST APIs](https://docs.microsoft.com/rest/api/searchmanagement) and the ability to perform the following tasks:
2624

2725
> [!div class="checklist"]
2826
> * [List search services in a subscription](#list-search-services)
@@ -86,7 +84,7 @@ Select-AzSubscription -SubscriptionName ContosoSubscription
8684

8785
<a name="list-search-services"></a>
8886

89-
## List all Azure Cognitive Search services in your subscription
87+
## List services in a subscription
9088

9189
The following commands are from [**Az.Resources**](https://docs.microsoft.com/powershell/module/az.resources/?view=azps-1.4.0#resources), returning information about existing resources and services already provisioned in your subscription. If you don't know how many search services are already created, these commands return that information, saving you a trip to the portal.
9290

0 commit comments

Comments
 (0)