Skip to content

Commit a350d75

Browse files
authored
Update search-howto-index-changed-deleted-blobs.md
Correcting issues
1 parent 54a992f commit a350d75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-index-changed-deleted-blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For this deletion detection approach, Cognitive Search depends on the [native bl
6060

6161
The following screenshot shows where you can find this feature in the portal.
6262

63-
:::image type="content" source="media/search-indexing-changed-deleted-blobs/new-data-source.jpg" alt-text="portal data source" border="true":::
63+
:::image type="content" source="media/search-indexing-changed-deleted-blobs/new-data-source.png" alt-text="portal data source" border="true":::
6464

6565
1. On the **New Data Source** form, fill out the required fields, select the **Track deletions** checkbox and choose **Native blob soft delete**. Then hit **Save** to enable the feature on Data Source creation.
6666

@@ -71,7 +71,7 @@ For this deletion detection approach, Cognitive Search depends on the [native bl
7171

7272
An example of using REST API to set soft deletion detection policy on the data source is shown below.
7373

74-
```http
74+
```http
7575
PUT https://[service name].search.windows.net/datasources/blob-datasource?api-version=2020-06-30-Preview
7676
Content-Type: application/json
7777
api-key: [admin key]
@@ -84,7 +84,7 @@ An example of using REST API to set soft deletion detection policy on the data s
8484
"@odata.type" :"#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy"
8585
}
8686
}
87-
```
87+
```
8888

8989
1. [Run the indexer](/rest/api/searchservice/run-indexer) or set the indexer to run [on a schedule](search-howto-schedule-indexers.md). When the indexer runs and processes a blob having a soft delete state, the corresponding search document will be removed from the index.
9090

0 commit comments

Comments
 (0)