Skip to content

Commit c8b07a8

Browse files
authored
Merge pull request #3015 from MicrosoftDocs/main
2/19/2025 11:00 AM IST Publish
2 parents f9aa01e + f699559 commit c8b07a8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/ai-services/speech-service/speech-services-quotas-and-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ The limits in this table apply per Speech resource when you create a personal vo
137137
| Quota | Free (F0)| Standard (S0) |
138138
|-----|-----|-----|
139139
| New connections per minute | Not available for F0 | 2 new connections per minute |
140-
| Max connection duration with speaking | Not available for F0 | 20 minutes<sup>1</sup> |
140+
| Max connection duration with speaking | Not available for F0 | 30 minutes<sup>1</sup> |
141141
| Max connection duration with idle state | Not available for F0 | 5 minutes |
142142

143-
<sup>1</sup> To ensure continuous operation of the real-time avatar for more than 20 minutes, you can enable auto-reconnect. For information about how to set up auto-reconnect, refer to this [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/browser/avatar/README.md) (search "auto reconnect").
143+
<sup>1</sup> To ensure continuous operation of the real-time avatar for more than 30 minutes, you can enable auto-reconnect. For information about how to set up auto-reconnect, refer to this [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/browser/avatar/README.md) (search "auto reconnect").
144144

145145
#### Audio Content Creation tool
146146

articles/search/search-howto-indexing-azure-tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-ai-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 11/20/2024
14+
ms.date: 02/18/2025
1515
---
1616

1717
# Index data from Azure Table Storage
@@ -26,7 +26,7 @@ This article supplements [**Create an indexer**](search-howto-create-indexers.md
2626

2727
+ Tables containing text. If you have binary data, consider [AI enrichment](cognitive-search-concept-intro.md) for image analysis.
2828

29-
+ Read permissions on Azure Storage. A "full access" connection string includes a key that gives access to the content, but if you're using Azure roles, make sure the [search service managed identity](search-howto-managed-identities-data-sources.md) has **Reader and Data Access** permissions.
29+
+ Read permissions on Azure Storage. A "full access" connection string includes a key that gives access to the content, but if you're using Azure roles, make sure the [search service managed identity](search-howto-managed-identities-data-sources.md) has **Storage Table Data Reader** permissions.
3030

3131
To work through the examples in this article, you need the Azure portal or a [REST client](search-get-started-rest.md). If you're using Azure portal, make sure that access to all public networks is enabled. Other approaches for creating an Azure Table indexer include Azure SDKs.
3232

articles/search/search-howto-managed-identities-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ titleSuffix: Azure AI Search
44
description: Learn how to set up an indexer connection to an Azure Storage account using a managed identity.
55
author: gmndrg
66
ms.author: gimondra
7-
manager: nitinme
7+
manager: vinodva
88

99
ms.service: azure-ai-search
1010
ms.topic: how-to
11-
ms.date: 01/16/2025
11+
ms.date: 02/18/2025
1212
ms.custom:
1313
- subject-rbac-steps
1414
- ignite-2023
@@ -41,10 +41,10 @@ You can use a system-assigned managed identity or a user-assigned managed identi
4141
|------|-----------------|
4242
| Blob indexing using an indexer | Add **Storage Blob Data Reader** |
4343
| ADLS Gen2 indexing using an indexer | Add **Storage Blob Data Reader** |
44-
| Table indexing using an indexer | Add **Reader and Data Access** |
44+
| Table indexing using an indexer | Add **Storage Table Data Reader** |
4545
| File indexing using an indexer | Add **Reader and Data Access** |
4646
| Write to a [knowledge store](knowledge-store-concept-intro.md) | Add **Storage Blob Data Contributor** for object and file projections, and **Reader and Data Access** for table projections. |
47-
| Write to an [enrichment cache](cognitive-search-incremental-indexing-conceptual.md) | Add **Storage Blob Data Contributor** |
47+
| Write to an [enrichment cache](cognitive-search-incremental-indexing-conceptual.md) | Add **Storage Blob Data Contributor** and **Storage Table Data Reader** |
4848
| Save [debug session state](cognitive-search-debug-session.md) | Add **Storage Blob Data Contributor** |
4949

5050
1. Select **Next**.

0 commit comments

Comments
 (0)