Skip to content

Commit 2940650

Browse files
committed
edits
1 parent 0cea741 commit 2940650

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/search-knowledge-source-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ To achieve the fastest possible response times, follow these best practices:
8585

8686
## Delete a knowledge source
8787

88-
Before you can delete a knowledge source, you must delete or update the knowledge agent that references it. The associated index is a standalone object in Azure AI Search and doesn't need to be deleted or updated in tandem with the knowledge source.
88+
Before you can delete a knowledge source, you must delete or update any knowledge agent that references it. The associated index is a standalone object in Azure AI Search and doesn't need to be deleted or updated in tandem with the knowledge source, but no references to the knowledge source can exist if you want to delete it.
8989

90-
1. Get the knowledge agent definition.
90+
If you try to delete a knowledge source that's in use, the action fails and a list of affected knowledge agents is returned.
91+
92+
1. Get the knowledge agent definition to confirm knowledge source references.
9193

9294
```http
9395
### Get the knowledge agent

0 commit comments

Comments
 (0)