Skip to content

Commit f9e6d55

Browse files
author
Mark Heffernan
committed
update links
1 parent 8cd6e3d commit f9e6d55

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

articles/search/TOC.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,6 @@
153153
href: search-howto-schedule-indexers.md
154154
- name: Map fields
155155
href: search-indexer-field-mappings.md
156-
- name: Connect using managed identities
157-
items:
158-
- name: Managed identities overview
159-
href: search-howto-managed-identities-data-sources.md
160-
- name: Azure Storage
161-
href: search-howto-managed-identities-storage.md
162-
- name: Azure Cosmos DB
163-
href: search-howto-managed-identities-cosmos-db.md
164-
- name: SQL Database
165-
href: search-howto-managed-identities-sql.md
166156
- name: Data sources
167157
items:
168158
- name: Azure Blobs
@@ -191,6 +181,16 @@
191181
href: search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md
192182
- name: SQL Server VMs
193183
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
184+
- name: Connect using managed identities
185+
items:
186+
- name: Managed identities overview
187+
href: search-howto-managed-identities-data-sources.md
188+
- name: Azure Storage
189+
href: search-howto-managed-identities-storage.md
190+
- name: Azure Cosmos DB
191+
href: search-howto-managed-identities-cosmos-db.md
192+
- name: SQL Database
193+
href: search-howto-managed-identities-sql.md
194194
- name: Ingest using AI
195195
items:
196196
- name: Attach a Cognitive Services resource

articles/search/search-howto-managed-identities-cosmos-db.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ ms.date: 05/18/2020
2020
2121
This page describes how to set up an indexer connection to an Azure Cosmos DB database using a managed identity instead of providing credentials in the data source object connection string.
2222

23-
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer. More information can be found at the following link:
23+
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer for your data source. More information can be found at the following links:
24+
* [Indexer overview](search-indexer-overview.md)
2425
* [Azure Cosmos DB indexer](search-howto-index-cosmosdb.md)
2526

2627
## Set up a connection using a managed identity
@@ -89,7 +90,7 @@ The body of the request contains the data source definition, which should includ
8990
| **dataChangeDetectionPolicy** | Recommended |
9091
|**dataDeletionDetectionPolicy** | Optional |
9192

92-
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.idatasourcesoperations.createorupdatewithhttpmessagesasync) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
93+
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.datasource?view=azure-dotnet) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
9394

9495
### 4 - Create the index
9596

articles/search/search-howto-managed-identities-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ ms.date: 05/18/2020
2020
2121
This page describes how to set up an indexer connection to an Azure SQL database using a managed identity instead of providing credentials in the data source object connection string.
2222

23-
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer. More information can be found at the following link:
23+
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer for your data source. More information can be found at the following links:
24+
* [Indexer overview](search-indexer-overview.md)
2425
* [Azure SQL indexer](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md)
2526

2627
## Set up a connection using a managed identity
@@ -117,7 +118,7 @@ api-key: [admin key]
117118
}
118119
```
119120
120-
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.idatasourcesoperations.createorupdatewithhttpmessagesasync) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
121+
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.datasource?view=azure-dotnet) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
121122
122123
### 6 - Create the index
123124

articles/search/search-howto-managed-identities-storage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ ms.date: 05/18/2020
2020
2121
This page describes how to set up an indexer connection to an Azure storage account using a managed identity instead of providing credentials in the data source object connection string.
2222

23-
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer. More information can be found at the following links:
23+
Before learning more about this feature, it is recommended that you have an understanding of what an indexer is and how to set up an indexer for your data source. More information can be found at the following links:
24+
* [Indexer overview](search-indexer-overview.md)
2425
* [Azure Blob indexer](search-howto-indexing-azure-blob-storage.md)
2526
* [Azure Data Lake Storage Gen2 indexer](search-howto-index-azure-data-lake-storage.md)
2627
* [Azure Table indexer](search-howto-indexing-azure-tables.md)
@@ -90,7 +91,7 @@ api-key: [admin key]
9091
}
9192
```
9293

93-
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.idatasourcesoperations.createorupdatewithhttpmessagesasync) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
94+
The Azure portal and the [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.datasource?view=azure-dotnet) also support the managed identities connection string. The Azure portal requires a feature flag that will be provided to you when signing up for the preview using the link at the top of this page.
9495

9596
### 4 - Create the index
9697

0 commit comments

Comments
 (0)