Skip to content

Commit e56649f

Browse files
committed
fixed broken bookmark link
1 parent ee2b745 commit e56649f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/search/search-howto-index-azure-data-lake-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Add the following metadata properties and values to blobs in Blob Storage. When
256256
| Property name | Property value | Explanation |
257257
| ------------- | -------------- | ----------- |
258258
| `AzureSearch_Skip` |`"true"` |Instructs the blob indexer to completely skip the blob. Neither metadata nor content extraction is attempted. This is useful when a particular blob fails repeatedly and interrupts the indexing process. |
259-
| `AzureSearch_SkipContent` |`"true"` |This is equivalent of `"dataToExtract" : "allMetadata"` setting described [above](#PartsOfBlobToIndex) scoped to a particular blob. |
259+
| `AzureSearch_SkipContent` |`"true"` |This is equivalent to the `"dataToExtract" : "allMetadata"` setting described [above](#PartsOfBlobToIndex) scoped to a particular blob. |
260260

261261
## How to index large datasets
262262

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before learning more about this feature, it is recommended that you have an unde
2727

2828
* [Create a managed identity](search-howto-managed-identities-data-sources.md) for your search service.
2929

30-
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-roles). For data reader access, you'll need the **Cosmos DB Account Reader** role and the identity used to make the request.
30+
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-a-role). For data reader access, you'll need the **Cosmos DB Account Reader** role and the identity used to make the request.
3131

3232
## Create the data source
3333

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ For a code example in C#, see [Index Data Lake Gen2 using Azure AD](https://gith
3232

3333
* [Create a managed identity](search-howto-managed-identities-data-sources.md) for your search service.
3434

35-
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-roles):
35+
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-a-role):
3636

3737
* **Storage Blob Data Reader** for data read access in Blob Storage and ADLS Gen2.
38+
3839
* **Reader and Data** for data read access in Table Storage and File Storage.
3940

4041
## Create the data source

0 commit comments

Comments
 (0)