az search
Manage Azure Search services, admin keys and query keys.
Commands
az search admin-key |
Manage Azure Search admin keys. |
az search admin-key renew |
Regenerates either the primary or secondary admin API key. |
az search admin-key show |
Gets the primary and secondary admin API keys for the specified Azure Search service. |
az search query-key |
Manage Azure Search query keys. |
az search query-key create |
Generates a new query key for the specified Search service. |
az search query-key delete |
Deletes the specified query key. |
az search query-key list |
Returns the list of query API keys for the given Azure Search service. |
az search service |
Manage Azure Search services. |
az search service create |
Creates a Search service in the given resource group. |
az search service delete |
Deletes a Search service in the given resource group, along with its associated resources. |
az search service list |
Gets a list of all Search services in the given resource group. |
az search service show |
Gets the Search service with the given name in the given resource group. |
az search service update |
Update partition and replica of the given search service. |