-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Section Link:

Reason:
msrest.exceptions.SerializationError: 'S' is not valid value for enum <enum 'SkuName'>
Suggestion:
az search service create --resource-group <your-resource-group-name> --name <your-resource-name> --sku Standard
Section Link:

Reason:
In azure-search-documents README.md, the corresponding links for [Azure Portal] and [Azure CLI] are shown below:
azure_cli: https://docs.microsoft.com/cli/azure
azure_portal: https://portal.azure.com
Suggestion:
If you need to create the resource, you can use the [Azure portal][create_search_service_docs], [Azure PowerShell][create_search_service_ps], or the [Azure CLI][create_search_service_cli].
create_search_service_docs: https://docs.microsoft.com/azure/search/search-create-service-portal
create_search_service_ps: https://docs.microsoft.com/azure/search/search-manage-powershell#create-or-delete-a-service
create_search_service_cli: https://docs.microsoft.com/cli/azure/search/service?view=azure-cli-latest#az-search-service-create
3.
Section Link:

Reason:
Examples summary is missing.
