Skip to content

Commit 8c135f2

Browse files
committed
Fixed blocking and non-blocking issues
1 parent dc18d21 commit 8c135f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/cognitive-search-how-to-debug-skillset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A debug session is a cached indexer and skillset execution, scoped to a single d
2525

2626
+ An Azure Storage account, used to save session state.
2727

28-
+ A **Storage Blob Data Contributor** role assingement in Azure Storage.
28+
+ A **Storage Blob Data Contributor** role assignment in Azure Storage.
2929

3030
+ If the Azure Storage account is behind a firewall, configure it to [allow Search service access](search-indexer-howto-access-ip-restricted.md).
3131

@@ -159,7 +159,7 @@ Custom skills can be more challenging to debug because the code runs externally.
159159
```
160160

161161
> [!NOTE]
162-
> By default, Azure Functions are exposed on 7071. Other tools and configurations might require that you provide a different port.
162+
> By default, Azure functions are exposed on 7071. Other tools and configurations might require that you provide a different port.
163163

164164
1. When ngrok starts, copy and save the public forwarding URL for the next step. The forwarding URL is randomly generated.
165165

articles/search/search-sku-manage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There is no meter on the number of queries, query responses, or documents ingest
5252

5353
Data traffic might also incur networking costs. See the [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
5454

55-
Several premium features such as ([knowledge store](knowledge-store-concept-intro.md), [Debug Sessions](cognitive-search-debug-session.md), and [enrichment cache](cognitive-search-incremental-indexing-conceptual.md)) have a dependency on Azure Storage. The meters for Azure Storage apply in this case, and the associated storage costs of using these features will be included in the Azure Storage bill.
55+
Several premium features such as [knowledge store](knowledge-store-concept-intro.md), [Debug Sessions](cognitive-search-debug-session.md), and [enrichment cache](cognitive-search-incremental-indexing-conceptual.md) have a dependency on Azure Storage. The meters for Azure Storage apply in this case, and the associated storage costs of using these features will be included in the Azure Storage bill.
5656

5757
[Customer-managed keys](search-security-manage-encryption-keys.md) provide double encryption of sensitive content. This feature requires a billable [Azure Key Vault](https://azure.microsoft.com/pricing/details/key-vault/)).
5858

0 commit comments

Comments
 (0)