diff --git a/docs/azure-docs/providers/azure/search/services/index.md b/docs/azure-docs/providers/azure/search/services/index.md
index acc0a041eb..a5a67a70b2 100644
--- a/docs/azure-docs/providers/azure/search/services/index.md
+++ b/docs/azure-docs/providers/azure/search/services/index.md
@@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a services
resource.
| | `INSERT` | | Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. |
| | `DELETE` | | Deletes a search service in the given resource group, along with its associated resources. |
| | `UPDATE` | | Updates an existing search service in the given resource group. |
-| | `EXEC` | | Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://.search.windows.net). |
+| | `EXEC` | | Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://name.search.windows.net). |
## `SELECT` examples