Skip to content

Commit a5223c0

Browse files
committed
Move REST specific next steps to rest pivot
1 parent 3266958 commit a5223c0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/search/includes/quickstarts/search-get-started-vector-rest.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,4 +1130,10 @@ If you want to keep the search service, but delete the index and documents, you
11301130
DELETE {{baseUrl}}/indexes/hotels-vector-quickstart?api-version=2024-07-01 HTTP/1.1
11311131
Content-Type: application/json
11321132
Authorization: Bearer {{token}}
1133-
```
1133+
```
1134+
1135+
## Next steps
1136+
1137+
As a next step, we recommend learning how to invoke REST API calls [without API keys](search-get-started-rbac.md).
1138+
1139+
You might also want to review the demo code for [Python](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python), [C#](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-dotnet), or [JavaScript](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-javascript).

articles/search/search-get-started-vector.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,3 @@ zone_pivot_groups: search-get-started-vector-search
2525
[!INCLUDE [REST quickstart](includes/quickstarts/search-get-started-vector-rest.md)]
2626

2727
::: zone-end
28-
29-
30-
## Next steps
31-
32-
As a next step, we recommend learning how to invoke REST API calls [without API keys](search-get-started-rbac.md).
33-
34-
You might also want to review the demo code for [Python](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python), [C#](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-dotnet), or [JavaScript](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-javascript).

0 commit comments

Comments
 (0)