Skip to content

Commit a9e2650

Browse files
committed
Removed a redundant link.
1 parent 0a5271e commit a9e2650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Depending on the [indexer configuration](#PartsOfBlobToIndex), the blob indexer
141141
* **metadata\_storage\_last\_modified** (Edm.DateTimeOffset) - last modified timestamp for the blob. Azure Search uses this timestamp to identify changed blobs, to avoid reindexing everything after the initial indexing.
142142
* **metadata\_storage\_size** (Edm.Int64) - blob size in bytes.
143143
* **metadata\_storage\_content\_md5** (Edm.String) - MD5 hash of the blob content, if available.
144-
* **metadata\_storage\_sas\_token** (Edm.String) - A temporary [Shared Access Signature (SAS)](https://docs.microsoft.com/azure/storage/common/storage-dotnet-shared-access-signature-part-1) token that can be used by [custom skills](cognitive-search-custom-skill-interface.md) to get access to the blob. This token should not be stored for later use as it might expire.
144+
* **metadata\_storage\_sas\_token** (Edm.String) - A temporary SAS token that can be used by [custom skills](cognitive-search-custom-skill-interface.md) to get access to the blob. This token should not be stored for later use as it might expire.
145145

146146
* Metadata properties specific to each document format are extracted into the fields listed [here](#ContentSpecificMetadata).
147147

0 commit comments

Comments
 (0)