Skip to content

Commit 426d517

Browse files
authored
Merge pull request #279742 from MicrosoftDocs/main
Publish to Live Monday 4AM PST 7/1
2 parents fe8f921 + 4b2c47c commit 426d517

File tree

37 files changed

+379
-149
lines changed

37 files changed

+379
-149
lines changed

articles/ai-services/speech-service/personal-voice-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: references_regions, build-2024
1313

1414
# What is personal voice for text to speech?
1515

16-
With personal voice, you can get AI generated replication of your voice (or users of your application) in a few seconds. You provide a one-minute speech sample as the audio prompt, and then use it to generate speech in any of the more than 90 languages supported across more than 100 locales.
16+
With personal voice, you can enable your users to get AI generated replication of their own voices in a few seconds. With a verbal statement and a short speech sample as the audio prompt, you can create a personal voice for your users and allow them to generate speech in any of the more than 90 languages supported across more than 100 locales.
1717

1818
> [!NOTE]
1919
> Personal voice is available in these regions: West Europe, East US, and South East Asia.

articles/ai-services/speech-service/video-translation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To get started with video translation, refer to [video translation in the studio
6666

6767
## Price
6868

69-
Pricing details for video translation will be effective from June 2024.
69+
For pricing details on video translation, see [Speech service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/). Note that video translation pricing will only be visible for [service regions](#supported-regions-and-languages) where the feature is available.
7070

7171
## Related content
7272

articles/aks/http-proxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following scenarios are **not** supported:
2424
* Different proxy configurations per node pool
2525
* User/Password authentication
2626
* Custom certificate authorities (CAs) for API server communication
27+
* Configuring existing AKS clusters with an HTTP proxy is not supported; the HTTP proxy feature must be enabled at cluster creation time.
2728
* Windows-based clusters
2829
* Node pools using Virtual Machine Availability Sets (VMAS)
2930
* Using * as wildcard attached to a domain suffix for noProxy
Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a virtual machine on System Center Virtual Machine Manager using Azure Arc
33
description: This article helps you create a virtual machine using Azure portal.
4-
ms.date: 11/15/2023
4+
ms.date: 07/01/2024
55
ms.topic: how-to
66
ms.services: azure-arc
77
ms.subservice: azure-arc-scvmm
@@ -20,35 +20,34 @@ Once your administrator has connected an SCVMM management server to Azure, repre
2020

2121
- An Azure subscription and resource group where you have *Arc SCVMM VM Contributor* role.
2222
- A cloud resource on which you have *Arc SCVMM Private Cloud Resource User* role.
23-
- A virtual machine template resource on which you have *Arc SCVMM Private Cloud Resource User role*.
23+
- A virtual machine template resource on which you have *Arc SCVMM Private Cloud Resource User* role.
2424
- A virtual network resource on which you have *Arc SCVMM Private Cloud Resource User* role.
2525

2626
## How to create a VM in Azure portal
2727

2828
1. Go to Azure portal.
29-
2. Select **Azure Arc** as the service and then select **Azure Arc virtual machine** from the left blade.
30-
3. Select **+ Create**, **Create an Azure Arc virtual machine** page opens.
31-
32-
3. Under **Basics** > **Project details**, select the **Subscription** and **Resource group** where you want to deploy the VM.
33-
4. Under **Instance details**, provide the following details:
34-
- Virtual machine name - Specify the name of the virtual machine.
35-
- Custom location - Select the custom location that your administrator has shared with you.
36-
- Virtual machine kind – Select **System Center Virtual Machine Manager**.
37-
- Cloud – Select the target VMM private cloud.
38-
- Availability set - (Optional) Use availability sets to identify virtual machines that you want VMM to keep on separate hosts for improved continuity of service.
39-
5. Under **Template details**, provide the following details:
40-
- Template – Choose the VM template for deployment.
41-
- Override template details - Select the checkbox to override the default CPU cores and memory on the VM templates.
42-
- Specify computer name for the VM, if the VM template has computer name associated with it.
43-
6. Under **Administrator account**, provide the following details and select **Next : Disks >**.
29+
2. You can initiate the creation of a new VM in either of the following two ways:
30+
- Select **Azure Arc** as the service and then select **SCVMM management servers** under **Host environments** from the left blade. Search and select your SCVMM management server. Select **Virtual machines** under **SCVMM inventory** from the left blade and select **Add**.
31+
Or
32+
- Select **Azure Arc** as the service and then select **Machine** under **Azure Arc resources** from the left blade. Select **Add/Create** and select **Create a machine in a connected host environment** from the dropdown.
33+
1. Once the **Create an Azure Arc virtual machine** page opens, under **Basics** > **Project details**, select the **Subscription** and **Resource group** where you want to deploy the VM.
34+
1. Under **Instance details**, provide the following details:
35+
- **Virtual machine name** - Specify the name of the virtual machine.
36+
- **Custom location** - Select the custom location that your administrator has shared with you.
37+
- **Virtual machine kind** - Select **System Center Virtual Machine Manager**.
38+
- **Cloud** - Select the target VMM private cloud.
39+
- **Availability set** - (Optional) Use availability sets to identify virtual machines that you want VMM to keep on separate hosts for improved continuity of service.
40+
1. Under **Template details**, provide the following details:
41+
- **Template** - Choose the VM template for deployment.
42+
- **Override template defaults** - Select the checkbox to override the default CPU cores and memory on the VM templates.
43+
- Specify computer name for the VM if the VM template has computer name associated with it.
44+
1. Keep the **Enable Guest Management** checkbox selected to automatically install Azure connected machine agent immediately after the creation of the VM. [Azure connected machine agent (Arc agent)](../servers/agent-overview.md) is required if you're planning to use Azure management services to govern, patch, monitor, and secure your VM through Azure.
45+
1. Under **Administrator account**, provide the following details and select **Next : Disks >**.
4446
- Username
4547
- Password
4648
- Confirm password
47-
7. Under **Disks**, you can optionally change the disks configured in the template. You can add more disks or update existing disks.
48-
8. Under **Networking**, you can optionally change the network interfaces configured in the template. You can add Network interface cards (NICs) or update the existing NICs. You can also change the network that this NIC will be attached to provided you have appropriate permissions to the network resource.
49-
9. Under **Advanced**, enable processor compatibility mode if required.
50-
10. Under **Tags**, you can optionally add tags to the VM resource.
51-
>[!NOTE]
52-
> Custom properties defined for the VM in VMM will be synced as tags in Azure.
53-
54-
11. Under **Review + create**, review all the properties and select **Create**. The VM will be created in a few minutes.
49+
1. Under **Disks**, you can optionally change the disks configured in the template. You can add more disks or update existing disks.
50+
1. Under **Networking**, you can optionally change the network interfaces configured in the template. You can add Network interface cards (NICs) or update the existing NICs. You can also change the network that this NIC will be attached to provided you have appropriate permissions to the network resource.
51+
1. Under **Advanced**, enable processor compatibility mode if required.
52+
1. Under **Tags**, you can optionally add tags to the VM resource.
53+
1. Under **Review + create**, review all the properties and select **Create**. The VM will be created in a few minutes.
Loading
Loading

0 commit comments

Comments
 (0)