Skip to content

Commit 0cb4d5b

Browse files
author
Derek Legenzoff
committed
other small improvements
1 parent 5335b49 commit 0cb4d5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/search-how-to-alias.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ POST /aliases?api-version=2021-04-30-preview
4545

4646
### [**Azure portal**](#tab/portal)
4747

48+
Follow the steps below to create an index alias in the Azure portal.
49+
4850
1. Navigate to your search service in the [Azure portal](https://portal.azure.com).
4951
1. Find and select **Aliases**
5052
1. Select **+ Add Alias**
@@ -66,7 +68,7 @@ SearchAlias myAlias = new SearchAlias("my-alias", "hotel-quickstart-index");
6668
adminClient.CreateAlias(myAlias);
6769
```
6870

69-
Index Aliases are also supported in the latest preview SDKs for [Java](https://search.maven.org/artifact/com.azure/azure-search-documents/11.6.0-beta.1/jar), [Python](https://pypi.org/project/azure-search-documents/11.4.0b1/), and [JavaScript](https://www.npmjs.com/package/@azure/search-documents/v/11.3.0-beta.8).
71+
Index aliases are also supported in the latest preview SDKs for [Java](https://search.maven.org/artifact/com.azure/azure-search-documents/11.6.0-beta.1/jar), [Python](https://pypi.org/project/azure-search-documents/11.4.0b1/), and [JavaScript](https://www.npmjs.com/package/@azure/search-documents/v/11.3.0-beta.8).
7072

7173
---
7274

0 commit comments

Comments
 (0)