Skip to content

Commit 2691b6e

Browse files
committed
fix zones
1 parent ffa4863 commit 2691b6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,7 @@ When you're working in your own subscription, it's a good idea at the end of a p
358358

359359
You can find and manage resources in the Azure portal by using the **All resources** or **Resource groups** link in the leftmost pane.
360360

361-
If you want to keep the search service, but delete the index and documents, you can use the `SearchIndexClient` object's `delete_index()` method. Find the cell below section titled "Clean up" and execute the cell if you want to delete the `hotels-vector-quickstart` index:
362-
363-
```python
364-
index_client.delete_index(index_name)
365-
print(f"Index '{index_name}' deleted successfully.")
366-
```
367-
368361
## Next steps
369362

370-
- Review the repository of code samples for vector search capabilities in Azure AI Search for [Python](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python)
371-
- Review the other Python and Azure AI Search code samples in the [azure-search-python-samples repo](https://github.com/Azure-Samples/azure-search-python-samples)
363+
- Review the repository of code samples for vector search capabilities in Azure AI Search for [.NET](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-dotnet)
364+
- Review the other .NET and Azure AI Search code samples in the [azure-search-dotnet-samples repo](https://github.com/Azure-Samples/azure-search-dotnet-samples)

zone-pivots/zone-pivot-groups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ groups:
13731373
title: JavaScript
13741374
- id: python
13751375
title: Python
1376+
- id: dotnet
1377+
title: C#
13761378
- id: rest
13771379
title: REST
13781380
- id: typescript

0 commit comments

Comments
 (0)