Skip to content

Commit 472728c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mdb-troubleshooting-toc
2 parents 54347ed + dd2bbe4 commit 472728c

File tree

604 files changed

+3314
-2231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+3314
-2231
lines changed

articles/ai-services/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.author: eur
1414
manager: nitinme
1515
ms.custom: ignite-2023
16-
ms.date: 3/19/2024
16+
ms.date: 8/20/2024
1717
highlightedContent:
1818
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1919
items:
@@ -23,9 +23,9 @@ highlightedContent:
2323
- title: What is Azure AI Studio?
2424
itemType: overview
2525
url: ../ai-studio/what-is-ai-studio.md
26-
- title: Azure AI Studio copilot tutorial
26+
- title: Build your own copilot with Azure AI SDKs
2727
itemType: tutorial
28-
url: ../ai-studio/tutorials/deploy-copilot-ai-studio.md
28+
url: ../ai-studio/tutorials/copilot-sdk-build-rag.md
2929
- title: Responsible use of AI
3030
itemType: concept
3131
url: responsible-use-of-ai-overview.md

articles/ai-services/language-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: Language support
33
titleSuffix: Azure AI services
44
description: Azure AI services enable you to build applications that see, hear, speak with, and understand your users.
5-
#services: cognitive-services
65
author: laujan
76
manager: nitinme
87
ms.service: azure-ai-services
98
ms.topic: conceptual
10-
ms.date: 07/08/2024
9+
ms.date: 8/20/2024
1110
ms.author: lajanuar
1211
---
1312

articles/ai-services/multi-service-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-services
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell, build-2024
1010
ms.topic: quickstart
11-
ms.date: 8/1/2024
11+
ms.date: 8/20/2024
1212
ms.author: eur
1313
zone_pivot_groups: programming-languages-portal-cli-ps
1414
---
@@ -17,7 +17,7 @@ zone_pivot_groups: programming-languages-portal-cli-ps
1717

1818
Learn how to create and manage an Azure AI services resource. An Azure AI services resource allows you to access multiple Azure AI services with a single set of credentials.
1919

20-
You can access Azure AI services through two different resources:
20+
You can access Azure AI services through two different resource kinds:
2121

2222
* Azure AI services multi-service resource:
2323
* Access multiple Azure AI services with a single set of credentials.

articles/ai-services/openai/quotas-limits.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: conceptual
13-
ms.date: 08/14/2024
13+
ms.date: 08/16/2024
1414
ms.author: mbullwin
1515
---
1616

@@ -50,27 +50,28 @@ The following sections provide you with a quick guide to the default quotas and
5050
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |
5151
| Max number of custom headers in API requests<sup>1</sup> | 10 |
5252

53-
<sup>1</sup> Our current APIs allow up to 10 custom headers, which are passed through the pipeline, and returned. We have noticed some customers now exceed this header count resulting in HTTP 431 errors. There is no solution for this error, other than to reduce header volume. **In future API versions we will no longer pass through custom headers**. We recommend customers not depend on custom headers in future system architectures.
54-
53+
<sup>1</sup> Our current APIs allow up to 10 custom headers, which are passed through the pipeline, and returned. We have noticed some customers now exceed this header count resulting in HTTP 431 errors. There is no solution for this error, other than to reduce header volume. **In future API versions we will no longer pass through custom headers**. We recommend customers not depend on custom headers in future system architectures.
5554

5655
## Regional quota limits
5756

5857
[!INCLUDE [Quota](./includes/model-matrix/quota.md)]
5958

6059
[!INCLUDE [Quota](./includes/global-batch-limits.md)]
6160

62-
## gpt-4o rate limits
61+
## gpt-4o & GPT-4 Turbo rate limits
6362

64-
`gpt-4o` and `gpt-4o-mini` have rate limit tiers with higher limits for certain customer types.
63+
`gpt-4o` and `gpt-4o-mini`, and `gpt-4` (`turbo-2024-04-09`) have rate limit tiers with higher limits for certain customer types.
6564

66-
### gpt-4o global standard
65+
### gpt-4o & GPT-4 Turbo global standard
6766

6867
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
6968
|---|---|:---:|:---:|
7069
|`gpt-4o`|Enterprise agreement | 30 M | 180 K |
7170
|`gpt-4o-mini` | Enterprise agreement | 50 M | 300 K |
71+
|`gpt-4` (turbo-2024-04-09) | Enterprise agreement | 2 M | 12 K |
7272
|`gpt-4o` |Default | 450 K | 2.7 K |
7373
|`gpt-4o-mini` | Default | 2 M | 12 K |
74+
|`gpt-4` (turbo-2024-04-09) | Default | 450 K | 2.7 K |
7475

7576
M = million | K = thousand
7677

articles/ai-services/personalizer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ landingContent:
9191
- text: Code Samples
9292
url: https://github.com/Azure-Samples/cognitive-services-personalizer-samples
9393
- text: REST API (1.0)
94-
url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Rank
94+
url: https://personalizer-api-docs.developer.azure-api.net/api-details#api=personalizer-client-v1-0&operation=Rank
9595
- text: REST APIs (v1.1 Preview)
96-
url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api-v1-1-preview-3/operations/Rank
96+
url: https://personalizer-api-docs.developer.azure-api.net/api-details#api=personalizer-client-v1-1-preview-3&operation=Rank
9797
- title: About Reinforcement learning
9898
linkLists:
9999
- linkListType: overview

articles/ai-services/speech-service/audio-processing-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hasyashah
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: overview
9-
ms.date: 1/18/2024
9+
ms.date: 8/20/2024
1010
ms.author: hasshah
1111
---
1212

@@ -46,5 +46,6 @@ Microsoft Audio Stack can be used by any product or application that can meet th
4646
* **Loopback or reference audio** - An audio channel that represents the audio being played out of the device is required to perform acoustic echo cancellation.
4747
* **Input format** - Microsoft Audio Stack supports down sampling for sample rates that are integral multiples of 16 kHz. A minimum sampling rate of 16 kHz is required. Additionally, the following formats are supported: 32-bit IEEE little endian float, 32-bit little endian signed int, 24-bit little endian signed int, 16-bit little endian signed int, and 8-bit signed int.
4848

49-
## Next steps
50-
[Use the Speech SDK for audio processing](audio-processing-speech-sdk.md)
49+
## Related content
50+
51+
- [Use the Speech SDK for audio processing](audio-processing-speech-sdk.md)

articles/ai-services/speech-service/audio-processing-speech-sdk.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hasyashah
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 1/18/2024
9+
ms.date: 8/20/2024
1010
ms.author: hasshah
1111
ms.devlang: cpp
1212
ms.custom: devx-track-csharp
@@ -290,5 +290,6 @@ Microsoft Audio Stack requires the reference channel (also known as loopback cha
290290
| C# | Windows, Linux | [C# docs](/dotnet/api/microsoft.cognitiveservices.speech) |
291291
| Java | Windows, Linux | [Java docs](/java/api/com.microsoft.cognitiveservices.speech) |
292292

293-
## Next steps
294-
[Setup development environment](quickstarts/setup-platform.md)
293+
## Related content
294+
295+
- [Set up development environment](quickstarts/setup-platform.md)

articles/ai-services/speech-service/index-speech-to-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
manager: nitinme
1010
ms.service: azure-ai-speech
1111
ms.topic: landing-page
12-
ms.date: 1/21/2024
12+
ms.date: 8/20/2024
1313
ms.author: eur
1414

1515
landingContent:

articles/ai-services/speech-service/index-text-to-speech.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
manager: nitinme
1010
ms.service: azure-ai-speech
1111
ms.topic: landing-page
12-
ms.date: 1/21/2024
12+
ms.date: 8/20/2024
1313
ms.author: eur
1414

1515
landingContent:

articles/ai-services/speech-service/index.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
manager: nitinme
1313
ms.service: azure-ai-speech
1414
ms.topic: hub-page
15-
ms.date: 2/16/2024
15+
ms.date: 8/20/2024
1616
ms.author: eur
1717

1818
highlightedContent:
@@ -35,9 +35,6 @@ conceptualContent:
3535
items:
3636
- title: Speech to text
3737
links:
38-
- itemType: overview
39-
text: About speech to text
40-
url: speech-to-text.md
4138
- itemType: quickstart
4239
text: Get started with speech to text
4340
url: get-started-speech-to-text.md
@@ -52,9 +49,6 @@ conceptualContent:
5249
url: index-speech-to-text.yml
5350
- title: Text to speech
5451
links:
55-
- itemType: overview
56-
text: About text to speech
57-
url: text-to-speech.md
5852
- itemType: quickstart
5953
text: Get started with text to speech
6054
url: get-started-text-to-speech.md
@@ -76,7 +70,7 @@ conceptualContent:
7670
text: Captioning with speech to text
7771
url: captioning-concepts.md
7872
- itemType: how-to-guide
79-
text: Call Center Overview
73+
text: Call center overview
8074
url: call-center-overview.md
8175
- itemType: overview
8276
text: Pronunciation assessment
@@ -91,9 +85,6 @@ conceptualContent:
9185
url: spx-overview.md
9286
- title: Speaker Recognition
9387
links:
94-
- itemType: overview
95-
text: About Speaker Recognition
96-
url: speaker-recognition-overview.md
9788
- itemType: quickstart
9889
text: Get started with Speaker Recognition
9990
url: ./get-started-speaker-recognition.md
@@ -115,21 +106,7 @@ conceptualContent:
115106
url: whisper-overview.md
116107
- itemType: overview
117108
text: What are OpenAI text to speech voices?
118-
url: openai-voices.md
119-
- title: Intent recognition
120-
links:
121-
- itemType: quickstart
122-
text: Recognize speech, intents, and entities
123-
url: intent-recognition.md
124-
- itemType: how-to-guide
125-
text: Recognize speech intents with CLU
126-
url: get-started-intent-recognition-clu.md
127-
- itemType: how-to-guide
128-
text: Recognize speech intents with simple pattern matching
129-
url: how-to-use-simple-language-pattern-matching.md
130-
- itemType: how-to-guide
131-
text: Recognize speech intents with custom entity matching
132-
url: how-to-use-custom-entity-pattern-matching.md
109+
url: openai-voices.md
133110
- title: Hosting
134111
links:
135112
- itemType: how-to-guide

0 commit comments

Comments
 (0)