You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-tutorial-blob-dotnet.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ If you don't have an Azure subscription, open a [free account](https://azure.mic
41
41
42
42
1. Right-click the zip file and select **Extract All**. There are 14 files of various types. You'll use 7 for this exercise.
43
43
44
-
You can also download the source code for this tutorial. Source code for this tutorial is in the tutorial-ai-enrichment folder in the [azure-search-dotnet-samples](https://github.com/Azure-Samples/azure-search-dotnet-samples) repository.
44
+
You can also download the source code for this tutorial. Source code is in the tutorial-ai-enrichment folder in the [azure-search-dotnet-samples](https://github.com/Azure-Samples/azure-search-dotnet-samples) repository.
45
45
46
46
## 1 - Create services
47
47
@@ -81,14 +81,14 @@ If possible, create both in the same region and resource group for proximity and
81
81
82
82
1. Before you leave Azure Storage, get a connection string so that you can formulate a connection in Azure Cognitive Search.
83
83
84
-
1. Browse back to the Overview page of your storage account (we used *blobstragewestus* as an example).
84
+
1. Browse back to the Overview page of your storage account (we used *blobstoragewestus* as an example).
85
85
86
86
1. In the left navigation pane, select **Access keys** and copy one of the connection strings.
87
87
88
88
The connection string is a URL similar to the following example:
1. Save the connection string to Notepad. You'll need it later when setting up the data source connection.
@@ -97,7 +97,7 @@ If possible, create both in the same region and resource group for proximity and
97
97
98
98
AI enrichment is backed by Cognitive Services, including Text Analytics and Computer Vision for natural language and image processing. If your objective was to complete an actual prototype or project, you would at this point provision Cognitive Services (in the same region as Azure Cognitive Search) so that you can attach it to indexing operations.
99
99
100
-
For this exercise, however, you can skip resource provisioning because Azure Cognitive Search can connect to Cognitive Services behind the scenes and give you 20 free transactions per indexer run. Since this tutorial uses 7 transactions, the free allocation is sufficient. For larger projects, plan on provisioning Cognitive Services at the pay-as-you-go S0 tier. For more information, see [Attach Cognitive Services](cognitive-search-attach-cognitive-services.md).
100
+
For this exercise, however, you can skip resource provisioning because Azure Cognitive Search can connect to Cognitive Services behind the scenes and give you 20 free transactions per indexer run. Since this tutorial uses 14 transactions, the free allocation is sufficient. For larger projects, plan on provisioning Cognitive Services at the pay-as-you-go S0 tier. For more information, see [Attach Cognitive Services](cognitive-search-attach-cognitive-services.md).
0 commit comments