Skip to content

Commit 2a7b012

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mrb_04_17_2024_fine_tuning
2 parents 50964b8 + 55cd03b commit 2a7b012

File tree

854 files changed

+8006
-6715
lines changed

Some content is hidden

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

854 files changed

+8006
-6715
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3857,6 +3857,11 @@
38573857
{
38583858
"source_path_from_root": "/articles/orbital/overview-analytics.md",
38593859
"redirect_url": "/azure/orbital/overview",
3860+
"redirect_document_id": false
3861+
},
3862+
{
3863+
"source_path_from_root": "/articles/aks/intro-kubernetes.md",
3864+
"redirect_url": "/azure/aks/what-is-aks",
38603865
"redirect_document_id": false
38613866
},
38623867
{

articles/ai-services/speech-service/includes/quickstarts/intent-recognition/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now we'll add some basic UI for input boxes, reference the Speech SDK's JavaScri
5151
<td><h1 style="font-weight:500;">Microsoft Azure AI Speech SDK JavaScript Quickstart</h1></td>
5252
</tr>
5353
<tr>
54-
<td align="right"><a href="https://learn.microsoft.com~/articles/ai-services/speech-service/get-started" target="_blank">Subscription</a>:</td>
54+
<td align="right"><a href="https://learn.microsoft.com/azure/ai-services/speech-service/overview" target="_blank">Subscription</a>:</td>
5555
<td><input id="subscriptionKey" type="text" size="40" value="subscription"></td>
5656
</tr>
5757
<tr>

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Real-time speech to text with diariazation is now generally available.
1414

1515
Check out [Real-time diarization quickstart](../../get-started-stt-diarization.md) to learn more about how to create speech to text applications that use diarization to distinguish between the different speakers who participate in the conversation.
1616

17+
#### Speech to Text model Update
18+
19+
[Real-time Speech to Text](../../how-to-recognize-speech.md) has released new models with bilingual capabilities. The `en-IN` model now support both English and Hindi bilingual scenarios and offers improved accuracy. Arabic locales (`ar-AE`, `ar-BH`, `ar-DZ`, `ar-IL`, `ar-IQ`, `ar-KW`, `ar-LB`, `ar-LY`, `ar-MA`, `ar-OM`, `ar-PS`, `ar-QA`, `ar-SA`, `ar-SY`, `ar-TN`, `ar-YE`) are now equipped with bilingual support for English, enhanced accuracy and call center support.
20+
21+
[Batch transcription](../../batch-transcription.md) has launched models with new architecture for `es-ES`, `es-MX`, `fr-FR`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, `zh-CN`. These models significantly enhance readability and entity recognition.
22+
1723
### March 2024 release
1824

1925
#### Whisper general availability (GA)

articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ ms.author: eur
77
ms.custom: references_regions
88
---
99

10+
### April 2024 release
11+
12+
#### Text to speech avatar
13+
14+
- You can now set a static background image for your avatars. To utilize this feature, simply use the `avatarConfig.backgroundImage` property and specify a URL pointing to the desired image. For detials, refer to [How to edit the background](../../text-to-speech-avatar/batch-synthesis-avatar-properties.md#how-to-edit-the-background).
15+
1016
### March 2024 release
1117

1218
#### Prebuilt neural voice

articles/ai-services/speech-service/role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If Speech Studio uses your Microsoft Entra token, but the Speech resource doesn'
5959

6060
| Authentication credential | Feature availability |
6161
| ---| ---|
62-
|Speech resource key|Full access limited only by the assigned role permissions.|
62+
|Speech resource key|Full access. Role configuration is ignored if resource key is used.|
6363
|Microsoft Entra token with custom subdomain and private endpoint|Full access limited only by the assigned role permissions.|
6464
|Microsoft Entra token without custom subdomain and private endpoint (not recommended)|Features are limited. For example, the Speech resource can be used to train a custom speech model or custom neural voice. But you can't use a custom speech model or custom neural voice.|
6565

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Overview
44
items:
55
- name: What is AKS?
6-
href: intro-kubernetes.md
6+
href: what-is-aks.md
77
- name: Quotas and regional limits
88
href: quotas-skus-regions.md
99
- name: Track releases and region availability

articles/aks/best-practices-performance-scale-large.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can leverage API Priority and Fairness (APF) to throttle specific clients an
5252

5353
Kubernetes clients are the applications clients, such as operators or monitoring agents, deployed in the Kubernetes cluster that need to communicate with the kube-api server to perform read or mutate operations. It's important to optimize the behavior of these clients to minimize the load they add to the kube-api server and Kubernetes control plane.
5454

55-
AKS doesn't expose control plane and API server metrics via Prometheus or through platform metrics. However, you can analyze API server traffic and client behavior through Kube Audit logs. For more information, see [Troubleshoot the Kubernetes control plane](/troubleshoot/azure/azure-kubernetes/troubleshoot-apiserver-etcd).
55+
You can analyze API server traffic and client behavior through Kube Audit logs. For more information, see [Troubleshoot the Kubernetes control plane](/troubleshoot/azure/azure-kubernetes/troubleshoot-apiserver-etcd).
5656

5757
LIST requests can be expensive. When working with lists that might have more than a few thousand small objects or more than a few hundred large objects, you should consider the following guidelines:
5858

@@ -87,7 +87,7 @@ Always upgrade your Kubernetes clusters to the latest version. Newer versions co
8787

8888
As you scale your AKS clusters to larger scale points, keep the following feature limitations in mind:
8989

90-
* AKS supports scaling up to 5,000 nodes by default for all Standard Tier / LTS clusters. AKS scales your cluster's control plane at runtime based on cluster size and API server resource utilization. If you cannot scale up to the supported limit, enable [control plane metrics (Preview)](./monitor-control-plane-metrics.md) with the [Azure Monitor managed service for Prometheus](../azure-monitor/essentials/prometheus-metrics-overview.md) to monitor the control plane. To help troubleshoot scaling performance or reliability issues, see the following resources:
90+
* AKS supports scaling up to 5,000 nodes by default for all Standard Tier / LTS clusters. AKS scales your cluster's control plane at runtime based on cluster size and API server resource utilization. If you can't scale up to the supported limit, enable [control plane metrics (Preview)](./monitor-control-plane-metrics.md) with the [Azure Monitor managed service for Prometheus](../azure-monitor/essentials/prometheus-metrics-overview.md) to monitor the control plane. To help troubleshoot scaling performance or reliability issues, see the following resources:
9191
* [AKS at scale troubleshooting guide](/troubleshoot/azure/azure-kubernetes/aks-at-scale-troubleshoot-guide)
9292
* [Troubleshoot the Kubernetes control plane](/troubleshoot/azure/azure-kubernetes/troubleshoot-apiserver-etcd)
9393

articles/aks/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ landingContent:
2222
- linkListType: overview
2323
links:
2424
- text: What is AKS?
25-
url: intro-kubernetes.md
25+
url: what-is-aks.md
2626
- text: Get started with AKS
2727
url: /azure/architecture/reference-architectures/containers/aks-start-here
2828
- linkListType: whats-new

articles/aks/intro-kubernetes.md

Lines changed: 0 additions & 194 deletions
This file was deleted.
70.8 KB
Loading

0 commit comments

Comments
 (0)