Skip to content

Commit 3d1c9b8

Browse files
authored
Merge pull request #263200 from MicrosoftDocs/main
1/15 11:00 AM IST Publlish
2 parents 542997d + 13f2ab4 commit 3d1c9b8

File tree

10 files changed

+23
-17
lines changed

10 files changed

+23
-17
lines changed

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ zone_pivot_groups: programming-languages-ai-services
2222
In this article, you learn how to evaluate pronunciation with speech to text through the Speech SDK. To [get pronunciation assessment results](#get-pronunciation-assessment-results), you apply the `PronunciationAssessmentConfig` settings to a `SpeechRecognizer` object.
2323

2424
> [!NOTE]
25+
> For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=pronunciation-assessment) and [available regions](regions.md#speech-service).
26+
>
2527
> As a baseline, usage of pronunciation assessment costs the same as speech to text for pay-as-you-go or commitment tier [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services). If you [purchase a commitment tier](../commitment-tier.md) for speech to text, the spend for pronunciation assessment goes towards meeting the commitment.
2628
>
2729
> For pricing differences between scripted and unscripted assessment, see [the pricing note](./pronunciation-assessment-tool.md#pricing).
@@ -615,13 +617,12 @@ You can get pronunciation assessment scores for:
615617
- Syllable groups
616618
- Phonemes in [SAPI](/previous-versions/windows/desktop/ee431828(v=vs.85)#american-english-phoneme-table) or [IPA](https://en.wikipedia.org/wiki/IPA) format
617619

618-
> [!NOTE]
619-
> The syllable group, phoneme name, and spoken phoneme of pronunciation assessment are currently only available for the en-US locale. For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=pronunciation-assessment) and [available regions](regions.md#speech-service).
620-
621620
## Syllable groups
622621

623622
Pronunciation assessment can provide syllable-level assessment results. Grouping in syllables is more legible and aligned with speaking habits, as a word is typically pronounced syllable by syllable rather than phoneme by phoneme.
624623

624+
Pronunciation assessment supports syllable groups in `en-US` with IPA and in both `en-US` and `en-GB` with SAPI.
625+
625626
The following table compares example phonemes with the corresponding syllables.
626627

627628
| Sample word | Phonemes | Syllables |
@@ -635,7 +636,9 @@ To request syllable-level results along with phonemes, set the granularity [conf
635636

636637
## Phoneme alphabet format
637638

638-
For the `en-US` locale, the phoneme name is provided together with the score, to help identify which phonemes were pronounced accurately or inaccurately. For other locales, you can only get the phoneme score.
639+
Pronunciation assessment supports phoneme name in `en-US` with IPA and in `en-US`, `en-GB` and `zh-CN` with SAPI.
640+
641+
For locales that support phoneme name, the phoneme name is provided together with the score, to help identify which phonemes were pronounced accurately or inaccurately. For other locales, you can only get the phoneme score.
639642

640643
The following table compares example SAPI phonemes with the corresponding IPA phonemes.
641644

@@ -713,6 +716,8 @@ pronunciationAssessmentConfig?.phonemeAlphabet = "IPA"
713716

714717
With spoken phonemes, you can get confidence scores indicating how likely the spoken phonemes matched the expected phonemes.
715718

719+
Pronunciation assessment supports spoken phonemes in `en-US` with IPA and in both `en-US` and `en-GB` with SAPI.
720+
716721
For example, to obtain the complete spoken sound for the word "Hello", you can concatenate the first spoken phoneme for each expected phoneme with the highest confidence score. In the following assessment result, when you speak the word "hello", the expected IPA phonemes are "h ɛ l oʊ". However, the actual spoken phonemes are "h ə l oʊ". You have five possible candidates for each expected phoneme in this example. The assessment result shows that the most likely spoken phoneme was `"ə"` instead of the expected phoneme `"ɛ"`. The expected phoneme `"ɛ"` only received a confidence score of 47. Other potential matches received confidence scores of 52, 17, and 2.
717722

718723
```json

articles/container-apps/background-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: jorgearteiro
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/02/2021
8+
ms.date: 01/10/2024
99
ms.author: joarteir
1010
ms.custom: devx-track-azurecli, event-tier1-build-2022, devx-track-azurepowershell, build-2023, devx-track-linux
1111
---

articles/key-vault/certificates/quick-create-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart – Azure Key Vault Go client library - Manage certificates
33
description: Learn how to create, retrieve, and delete certificates from an Azure key vault using the Go client library
44
author: Duffney
55
ms.author: jduffney
6-
ms.date: 02/17/2022
6+
ms.date: 01/10/2024
77
ms.service: key-vault
88
ms.subservice: certificates
99
ms.topic: quickstart

articles/key-vault/secrets/quick-create-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Manage secrets by using the Azure Key Vault Go client librar
33
description: Learn how to create, retrieve, and delete secrets from an Azure key vault by using the Go client library.
44
author: Duffney
55
ms.author: jduffney
6-
ms.date: 12/29/2021
6+
ms.date: 01/10/2024
77
ms.service: key-vault
88
ms.subservice: secrets
99
ms.topic: quickstart

articles/service-bus-messaging/service-bus-integrate-with-rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to integrate Service Bus with RabbitMQ
33
description: Step-by-step guide on how to integrate Service Bus with RabbitMQ
44
author: videlalvaro
55
ms.topic: how-to
6-
ms.date: 11/17/2021
6+
ms.date: 01/10/2024
77
ms.author: alvidela
88
ms.custom: contperf-fy22q2
99
---

articles/static-web-apps/authentication-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aaronpowell
66
ms.author: aapowell
77
ms.service: static-web-apps
88
ms.topic: conceptual
9-
ms.date: 10/08/2021
9+
ms.date: 01/10/2024
1010
---
1111

1212
# Custom authentication in Azure Static Web Apps

articles/static-web-apps/publish-gatsby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: aaronpowell
66
ms.service: static-web-apps
77
ms.topic: tutorial
8-
ms.date: 05/10/2021
8+
ms.date: 01/10/2024
99
ms.author: aapowell
1010
ms.custom:
1111
---

articles/static-web-apps/publish-hugo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: aaronpowell
66
ms.service: static-web-apps
77
ms.topic: tutorial
8-
ms.date: 05/11/2021
8+
ms.date: 01/10/2024
99
ms.author: aapowell
1010
---
1111

articles/static-web-apps/publish-vuepress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: aaronpowell
66
ms.service: static-web-apps
77
ms.topic: tutorial
8-
ms.date: 05/11/2021
8+
ms.date: 01/10/2024
99
ms.author: aapowell
1010
ms.custom:
1111
---

articles/virtual-machines/trusted-launch-existing-vm.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Azure Virtual Machines supports enabling Trusted launch on existing [Azure Gener
2020
[Trusted launch](trusted-launch.md) is a way to enable foundational compute security on [Azure Generation 2 VMs](generation-2.md). Trusted launch protects your Virtual Machines against advanced and persistent attack techniques like boot kits and rootkits by combining infrastructure technologies like Secure Boot, vTPM and Boot Integrity Monitoring on your VM.
2121

2222
> [!IMPORTANT]
23-
> Enabling Trusted launch on existing virtual machines (VMs) is currently not supported for following scenarios:
2423
>
25-
> - Azure Generation 1 VMs is currently not supported.
26-
> - Azure Virtual Machine Scale Sets (VMSS) Uniform & Flex are currently not supported.
24+
> - If enabled for Generation 2 VM, **[Server-side encryption with customer-managed keys](disk-encryption.md)** (SSE-CMK) should be disabled before executing Trusted launch upgrade. SSE-CMK encryption should be re-enabled after completion of Trusted launch upgrade.
25+
> - Support for **enabling Trusted launch on existing Azure Generation 1 VMs** is currently in private preview. You can gain access to preview using registration link **https://aka.ms/Gen1ToTLUpgrade**.
26+
> - Enabling Trusted launch on existing Azure virtual machine scale sets (VMSS) Uniform & Flex are currently not supported.
2727
2828
## Prerequisites
2929

@@ -32,7 +32,8 @@ Azure Virtual Machines supports enabling Trusted launch on existing [Azure Gener
3232
- [Trusted launch supported OS Image](trusted-launch.md#operating-systems-supported). For custom OS image or disks, the base image should be **Trusted launch capable**.
3333
- Azure Generation 2 VM(s) is not using [features currently not supported with Trusted launch](trusted-launch.md#unsupported-features).
3434
- Azure Generation 2 VM(s) should be **stopped and deallocated** before enabling Trusted launch security type.
35-
- Azure Backup if enabled for Generation 2 VM(s) should be configured with [Enhanced Backup Policy](../backup/backup-azure-vms-enhanced-policy.md). Trusted launch security type cannot be enabled for Generation 2 VM(s) configured with *Standard Policy* backup protection.
35+
- Azure Backup if enabled for VM(s) should be configured with [Enhanced Backup Policy](../backup/backup-azure-vms-enhanced-policy.md). Trusted launch security type cannot be enabled for Generation 2 VM(s) configured with *Standard Policy* backup protection.
36+
- Existing Azure VM backup can be migrated from *Standard* to *Enhanced* policy using private preview migration feature. Submit on-boarding request to preview using link https://aka.ms/formBackupPolicyMigration.
3637

3738
## Best practices
3839

@@ -54,7 +55,7 @@ This section steps through using the Azure portal to enable Trusted launch on ex
5455
1. Log in to [Azure portal](https://portal.azure.com)
5556
2. Validate virtual machine generation is **V2** and **Stop** VM.
5657

57-
:::image type="content" source="./media/trusted-launch/02-generation-2-to-trusted-launch-stop-vm.png" alt-text="Screenshot of the Gen2 VM to be de-allocated.":::
58+
:::image type="content" source="./media/trusted-launch/02-generation-2-to-trusted-launch-stop-vm.png" alt-text="Screenshot of the Gen2 VM to be deallocated.":::
5859

5960
3. On **Overview** page in VM **Properties**, Select **Standard** under **Security type**. This navigates to **Configuration** page for VM.
6061

0 commit comments

Comments
 (0)