Skip to content

Commit 8b2833c

Browse files
committed
Tiny tweaks to shorten headings.
1 parent 7afe342 commit 8b2833c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
href: search-howto-index-cosmosdb.md
172172
- name: Azure Blob Storage indexer
173173
items:
174-
- name: Set up a Blob Storage indexer
174+
- name: Set up a blob indexer
175175
href: search-howto-indexing-azure-blob-storage.md
176176
- name: Index one-to-many blobs
177177
href: search-howto-index-one-to-many-blobs.md

articles/search/search-howto-schedule-indexers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can also run an indexer on demand at any time using the Run Indexer call. Fo
8080

8181
<a name="dotNetSdk"></a>
8282

83-
## Schedule an indexer using the .NET SDK
83+
## Define a schedule using the .NET SDK
8484

8585
You can define the schedule for an indexer using the Azure Search .NET SDK. To do this, include the **schedule** property when creating or updating an Indexer.
8686

0 commit comments

Comments
 (0)