Skip to content

Typo "Azure blob"→"Azure Blob" #1437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ properties:
uid: '@azure/search-documents.IndexingParametersConfiguration.dataToExtract'
package: '@azure/search-documents'
summary: >-
Specifies the data to extract from Azure blob storage and tells the
Specifies the data to extract from Azure Blob storage and tells the
indexer which data to extract from image content when "imageAction" is set
to a value other than "none". This applies to embedded image content in a
.PDF or other application, or image files such as .jpg and .png, in Azure
Expand Down Expand Up @@ -101,7 +101,7 @@ properties:
package: '@azure/search-documents'
summary: >-
Comma-delimited list of filename extensions to ignore when processing from
Azure blob storage. For example, you could exclude ".png, .mp4" to skip
Azure Blob storage. For example, you could exclude ".png, .mp4" to skip
over those files during indexing.
fullName: excludedFileNameExtensions
remarks: ''
Expand Down Expand Up @@ -197,7 +197,7 @@ properties:
package: '@azure/search-documents'
summary: >-
Comma-delimited list of filename extensions to select when processing from
Azure blob storage. For example, you could focus indexing on specific
Azure Blob storage. For example, you could focus indexing on specific
application files ".docx, .pptx, .msg" to specifically include those file
types.
fullName: indexedFileNameExtensions
Expand Down Expand Up @@ -230,7 +230,7 @@ properties:
- name: parsingMode
uid: '@azure/search-documents.IndexingParametersConfiguration.parsingMode'
package: '@azure/search-documents'
summary: Represents the parsing mode for indexing from an Azure blob data source.
summary: Represents the parsing mode for indexing from an Azure Blob data source.
fullName: parsingMode
remarks: ''
isPreview: false
Expand Down