Skip to content

Commit 146de42

Browse files
authored
Merge pull request #263979 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 1b10f14 + 200ed24 commit 146de42

File tree

12 files changed

+50
-14
lines changed

12 files changed

+50
-14
lines changed

articles/ai-services/speech-service/batch-transcription-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get transcription results, first check the [status](#get-transcription-status
2323
To get the status of the transcription job, call the [Transcriptions_Get](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Transcriptions_Get) operation of the [Speech to text REST API](rest-speech-to-text.md).
2424

2525
> [!IMPORTANT]
26-
> Batch transcription jobs are scheduled on a best-effort basis. At pick hours it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned with `Running` status the moment it moves to the batch transcription backend system, which happens almost immediately when base model is used, and slightly slower for custom models. Thus the amount of time a transcription job spends in `Running` state doesn't correspond to the actual transcription time, but also includes waiting time in the internal queues.
26+
> Batch transcription jobs are scheduled on a best-effort basis. At peak hours, it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned the `Running` status the moment it moves to the batch transcription backend system. When the base model is used, this assignment happens almost immediately; it's slightly slower for custom models. Thus, the amount of time a transcription job spends in the `Running` state doesn't correspond to the actual transcription time but also includes waiting time in the internal queues.
2727
2828
Make an HTTP GET request using the URI as shown in the following example. Replace `YourTranscriptionId` with your transcription ID, replace `YourSubscriptionKey` with your Speech resource key, and replace `YourServiceRegion` with your Speech resource region.
2929

@@ -77,7 +77,7 @@ The `status` property indicates the current status of the transcriptions. The tr
7777
::: zone pivot="speech-cli"
7878

7979
> [!IMPORTANT]
80-
> Batch transcription jobs are scheduled on a best-effort basis. At pick hours it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned with `Running` status the moment it moves to the batch transcription backend system, which happens almost immediately when base model is used, and slightly slower for custom models. Thus the amount of time a transcription job spends in `Running` state doesn't correspond to the actual transcription time, but also includes waiting time in the internal queues.
80+
> Batch transcription jobs are scheduled on a best-effort basis. At peak hours, it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned the `Running` status the moment it moves to the batch transcription backend system. When the base model is used, this assignment happens almost immediately; it's slightly slower for custom models. Thus, the amount of time a transcription job spends in the `Running` state doesn't correspond to the actual transcription time but also includes waiting time in the internal queues.
8181
8282
To get the status of the transcription job, use the `spx batch transcription status` command. Construct the request parameters according to the following instructions:
8383

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,16 @@ You can get pronunciation assessment scores for:
617617
- Syllable groups
618618
- Phonemes in [SAPI](/previous-versions/windows/desktop/ee431828(v=vs.85)#american-english-phoneme-table) or [IPA](https://en.wikipedia.org/wiki/IPA) format
619619

620+
## Supported features per locale
621+
622+
The following table summarizes which feature are supported per locale. You can read more on the specific feature in the sections below.
623+
624+
| Phoneme alphabet | IPA | SAPI |
625+
|-----------|-------------|-------------|
626+
| Phoneme name | `en-US` | `en-US`, `en-GB`, `zh-CN` |
627+
| Syllable group | `en-US` | `en-US`, `en-GB` |
628+
| Spoken phoneme | `en-US` | `en-US`, `en-GB` |
629+
620630
## Syllable groups
621631

622632
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.

articles/ai-services/speech-service/regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following regions are supported for Speech service features such as speech t
4444
| Europe | France Central | `francecentral` |
4545
| Europe | Germany West Central | `germanywestcentral` |
4646
| Europe | Norway East | `norwayeast` |
47-
| Europe | Sweden Central | `swedentcentral`<sup>8</sup> |
47+
| Europe | Sweden Central | `swedencentral`<sup>8</sup> |
4848
| Europe | Switzerland North | `switzerlandnorth` <sup>6</sup>|
4949
| Europe | Switzerland West | `switzerlandwest` |
5050
| Europe | UK South | `uksouth` <sup>1,2,3,4,7</sup>|

articles/ai-services/speech-service/text-to-speech-avatar/real-time-synthesis-avatar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The following code snippet shows how to set avatar character and style:
7676

7777
```JavaScript
7878
const avatarConfig = new SpeechSDK.AvatarConfig(
79-
"lisa", // Set avatar character here.
80-
"casual-sitting", // Set avatar style here.
79+
"lisa", // Set avatar character here.
80+
"casual-sitting", // Set avatar style here.
8181
);
8282
```
8383

@@ -138,7 +138,7 @@ var avatarSynthesizer = new SpeechSDK.AvatarSynthesizer(speechConfig, avatarConf
138138

139139
// Start avatar and establish WebRTC connection
140140
avatarSynthesizer.startAvatarAsync(peerConnection).then(
141-
(r) => { console.log("Avatar started.") }
141+
(r) => { console.log("Avatar started.") }
142142
).catch(
143143
(error) => { console.log("Avatar failed to start. Error: " + error) }
144144
);

articles/aks/deploy-confidential-containers-default-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
271271
command:
272272
- /bin/skr
273273
volumeMounts:
274-
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64d
274+
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64
275275
name: endor-loc
276276
- image: "mcr.microsoft.com/acc/samples/kafka/consumer:1.0"
277277
imagePullPolicy: Always
@@ -297,7 +297,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
297297
volumes:
298298
- name: endor-loc
299299
hostPath:
300-
path: /opt/confidential-containers/share/kata-containers/reference-info-base64d
300+
path: /opt/confidential-containers/share/kata-containers/reference-info-base64
301301
---
302302
apiVersion: v1
303303
kind: Service

articles/iot-hub-device-update/create-update-group.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,17 @@ az iot du device group show \
197197

198198
---
199199

200+
## Removing a device from a device group
201+
202+
To remove a device from a device group, the ADUGroup tag value must be changed to "null".
203+
204+
```JSON
205+
"tags": {
206+
"ADUGroup": "null"
207+
}
208+
```
209+
This will delete the ADUGroup tag from the device twin and remove the device from its device group.
210+
200211
## Deleting device groups
201212

202213
While device groups are automatically created, groups, device classes and deployments are not automatically cleaned up so as to retain them for historical records or other user needs. Device groups can be deleted through Azure portal by individually selecting and deleting the desired groups, or by calling the DELETE API on the group. [Learn more](/cli/azure/iot/du/device/group#az-iot-du-device-group-delete)

articles/iot-operations/connect-to-cloud/tutorial-connect-event-grid.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,16 @@ d84481ae-9181-xxxx-xxxx-xxxxxxxxxxxx
6363

6464
Then, use Azure CLI to assign publisher and subscriber roles to IoT MQ for the topic space you created. Replace `<MQ_ID>` with the principal ID you found in the previous step, and replace `<SUBSCRIPTION_ID>`, `<RESOURCE_GROUP>`, `<EG_NAME>` with your values matching the Event Grid namespace you created.
6565

66+
Assigning the publisher role:
67+
68+
```azurecli
69+
az role assignment create --assignee <MQ_ID> --role "EventGrid TopicSpaces Publisher" --scope /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.EventGrid/namespaces/<EG_NAME>/topicSpaces/tutorial
70+
```
71+
72+
Assigning the subscriber role:
73+
6674
```azurecli
67-
az role assignment create --assignee <MQ_ID> --role "EventGrid TopicSpaces Publisher" --role "EventGrid TopicSpaces Subscriber" --scope /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.EventGrid/namespaces/<EG_NAME>/topicSpaces/tutorial
75+
az role assignment create --assignee <MQ_ID> --role "EventGrid TopicSpaces Subscriber" --scope /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.EventGrid/namespaces/<EG_NAME>/topicSpaces/tutorial
6876
```
6977

7078
> [!TIP]

articles/machine-learning/concept-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SDK v2 is useful in the following scenarios:
9292

9393
## Should I use v1 or v2?
9494

95-
Support for CLI v2 will end on September 30, 2025.
95+
Support for CLI v1 will end on September 30, 2025.
9696

9797
We encourage you to migrate your code for both CLI and SDK v1 to CLI and SDK v2. For more information, see [Upgrade to v2](how-to-migrate-from-v1.md).
9898

articles/openshift/configure-azure-ad-ui.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ Scroll down to the **Claims** section and update the **Preferred Username** to u
118118
If you now logout of the OpenShift Web Console and try to login again, you'll be presented with a new option to login with **Microsoft Entra ID**. You may need to wait for a few minutes.
119119

120120
![Login screen with Microsoft Entra option](media/aro4-login-2.png)
121+
122+
123+
> [!NOTE]
124+
> If you encounter the error like "AADSTS50011: The redirect URI https\://oauth-openshift.apps.xxxxxxxxxx.xxxxxxx.aroapp.io/oauth2callback/xxxx specified in the request does not match the redirect URIs configured", you can follow the troubleshooting guide [Azure AD (OIDC) login failed when Redirect URI is not set correctly](https://access.redhat.com/solutions/7016893) to solve the issue.

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Replace `<placeholders>` with the values for your SAP HANA installation.
275275

276276
To install SAP HANA system replication, review chapter 4 in the [SAP HANA SR Performance Optimized Scenario](https://www.suse.com/products/sles-for-sap/resource-library/sap-best-practices/) guide.
277277

278-
1. **[A]** Run the **hdblcm** program from the HANA DVD.
278+
1. **[A]** Run the **hdblcm** program from the HANA installation media.
279279

280280
When you're prompted, enter the following values:
281281

0 commit comments

Comments
 (0)