Skip to content

Commit bc5c0bf

Browse files
authored
Merge pull request #106005 from HeidiSteen/heidist-master
Standardized the "clean up" section
2 parents 35365cf + f82810d commit bc5c0bf

6 files changed

+16
-8
lines changed

articles/search/cognitive-search-tutorial-blob-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,9 @@ Finally, you learned how to test results and reset the system for further iterat
941941
942942
## Clean up resources
943943
944-
The fastest way to clean up after a tutorial is by deleting the resource group containing the Azure Cognitive Search service and Azure Blob service. Assuming you put both services in the same group, delete the resource group now to permanently delete everything in it, including the services and any stored content that you created for this tutorial. In the portal, the resource group name is on the Overview page of each service.
944+
When you're working in your own subscription, at the end of a project, it's a good idea to remove the resources that you no longer need. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
945+
946+
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
945947
946948
## Next steps
947949

articles/search/cognitive-search-tutorial-blob-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@ Finally, you learned how to test the results and reset the system for further it
541541

542542
## Clean up resources
543543

544-
The fastest way to clean up after a tutorial is by deleting the resource group containing the Azure Cognitive Search service and Azure Blob service. Assuming you put both services in the same group, delete the resource group to permanently delete everything in it, including the services and any stored content that you created for this tutorial. In the portal, the resource group name is on the Overview page of each service.
544+
When you're working in your own subscription, at the end of a project, it's a good idea to remove the resources that you no longer need. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
545+
546+
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
545547

546548
## Next steps
547549

articles/search/cognitive-search-tutorial-blob.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ To re-index your documents with the new definitions:
499499
You can use the portal to delete indexes, indexers, and skillsets, or use **DELETE** and provide URLs to each object. The following command deletes an indexer.
500500

501501
```http
502-
DELETE https://[YOUR-SERVICE-NAME]].search.windows.net/indexers/cog-search-demo-idxr?api-version=2019-05-06
502+
DELETE https://[YOUR-SERVICE-NAME].search.windows.net/indexers/cog-search-demo-idxr?api-version=2019-05-06
503503
```
504504

505505
Status code 204 is returned on successful deletion.
@@ -514,7 +514,9 @@ Finally, you learned how to test results and reset the system for further iterat
514514

515515
## Clean up resources
516516

517-
The fastest way to clean up after a tutorial is by deleting the resource group containing the Azure Cognitive Search service and Azure Blob service. Assuming you put both services in the same group, delete the resource group now to permanently delete everything in it, including the services and any stored content that you created for this tutorial. In the portal, the resource group name is on the Overview page of each service.
517+
When you're working in your own subscription, at the end of a project, it's a good idea to remove the resources that you no longer need. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
518+
519+
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
518520

519521
## Next steps
520522

articles/search/search-indexer-tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ When you're working in your own subscription, at the end of a project, it's a go
233233

234234
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
235235

236-
If you are using a free service, remember that you are limited to three indexes, indexers, and data sources. You can delete individual items in the portal to stay under the limit.
237-
238236
## Next steps
239237

240238
In Azure Cognitive Search, indexers are available for multiple Azure data sources. As a next step, explore the indexer for Azure Blob storage.

articles/search/search-semi-structured-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ The `$filter` parameter only works with metadata that were marked filterable at
283283

284284
## Clean up resources
285285

286-
The fastest way to clean up after a tutorial is by deleting the resource group containing the Azure Cognitive Search service. You can delete the resource group now to permanently delete everything in it. In the portal, the resource group name is on the Overview page of Azure Cognitive Search service.
286+
When you're working in your own subscription, at the end of a project, it's a good idea to remove the resources that you no longer need. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
287+
288+
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
287289

288290
## Next steps
289291

articles/search/tutorial-multiple-data-sources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ Click on the hotel-rooms-sample index in the list. You will see a Search Explore
337337

338338
## Clean up resources
339339

340-
The fastest way to clean up after a tutorial is by deleting the resource group containing the Azure Cognitive Search service. You can delete the resource group now to permanently delete everything in it. In the portal, the resource group name is on the Overview page of the Azure Cognitive Search service.
340+
When you're working in your own subscription, at the end of a project, it's a good idea to remove the resources that you no longer need. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
341+
342+
You can find and manage resources in the portal, using the All resources or Resource groups link in the left-navigation pane.
341343

342344
## Next steps
343345

0 commit comments

Comments
 (0)