Skip to content

Commit ada6acf

Browse files
authored
Merge pull request #270515 from MicrosoftDocs/main
3/28/2024 AM Publish
2 parents f8b45d9 + 2bf9661 commit ada6acf

File tree

62 files changed

+746
-530
lines changed

Some content is hidden

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

62 files changed

+746
-530
lines changed

articles/ai-services/speech-service/speech-synthesis-markup-pronunciation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,37 @@ The supported values for attributes of the `phoneme` element were [described pre
3838

3939
```xml
4040
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
41-
<voice name="en-US-AvaMultilingualNeural">
41+
<voice name="en-US-AvaNeural">
4242
<phoneme alphabet="ipa" ph="tə.ˈmeɪ.toʊ"> tomato </phoneme>
4343
</voice>
4444
</speak>
4545
```
4646
```xml
4747
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
48-
<voice name="en-US-AvaMultilingualNeural">
48+
<voice name="en-US-AvaNeural">
4949
<phoneme alphabet="ipa" ph="təmeɪˈtoʊ"> tomato </phoneme>
5050
</voice>
5151
</speak>
5252
```
5353
```xml
5454
<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-US">
55-
<voice name="en-US-AvaMultilingualNeural">
55+
<voice name="en-US-AvaNeural">
5656
<phoneme alphabet="sapi" ph="iy eh n y uw eh s"> en-US </phoneme>
5757
</voice>
5858
</speak>
5959
```
6060

6161
```xml
6262
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
63-
<voice name="en-US-AvaMultilingualNeural">
63+
<voice name="en-US-AvaNeural">
6464
<s>His name is Mike <phoneme alphabet="ups" ph="JH AU"> Zhou </phoneme></s>
6565
</voice>
6666
</speak>
6767
```
6868

6969
```xml
7070
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
71-
<voice name="en-US-AvaMultilingualNeural">
71+
<voice name="en-US-AvaNeural">
7272
<phoneme alphabet='x-sampa' ph='he."lou'>hello</phoneme>
7373
</voice>
7474
</speak>
@@ -99,7 +99,7 @@ After you publish your custom lexicon, you can reference it from your SSML. The
9999
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis"
100100
xmlns:mstts="http://www.w3.org/2001/mstts"
101101
xml:lang="en-US">
102-
<voice name="en-US-AvaMultilingualNeural">
102+
<voice name="en-US-AvaNeural">
103103
<lexicon uri="https://www.example.com/customlexicon.xml"/>
104104
BTW, we will be there probably at 8:00 tomorrow morning.
105105
Could you help leave a message to Robert Benigni for me?

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment v2 to App Service
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-azurecli
7-
ms.date: 3/26/2024
7+
ms.date: 3/28/2024
88
ms.author: jordanselig
99
---
1010
# Use the side-by-side migration feature to migrate App Service Environment v2 to App Service Environment v3 (Preview)
@@ -143,7 +143,7 @@ For related commands to check if your subscription or resource group has locks,
143143

144144
## 8. Prepare your configurations
145145

146-
If your existing App Service Environment uses a custom domain suffix, you can [configure one for your new App Service Environment v3 resource during the migration process](./side-by-side-migrate.md#add-a-custom-domain-suffix-optional). Configuring a custom domain suffix is optional. If your App Service Environment v2 has a custom domain suffix and you don't want to use it on your new App Service Environment v3, skip this step. If you previously didn't have a custom domain suffix but want one, you can configure one at this point or at any time once migration is complete. For more information on App Service Environment v3 custom domain suffixes, including requirements, step-by-step instructions, and best practices, see [Custom domain suffix for App Service Environments](./how-to-custom-domain-suffix.md).
146+
If your existing App Service Environment uses a custom domain suffix, you need to [configure one for your new App Service Environment v3 resource during the migration process](./side-by-side-migrate.md#add-a-custom-domain-suffix-optional). Migration fails if you don't configure a custom domain suffix and are using one currently. For more information on App Service Environment v3 custom domain suffixes, including requirements, step-by-step instructions, and best practices, see [Custom domain suffix for App Service Environments](./how-to-custom-domain-suffix.md).
147147

148148
> [!NOTE]
149149
> If you're configuring a custom domain suffix, when you're adding the network permissions on your Azure key vault, be sure that your key vault allows access from your App Service Environment v3's new subnet.

articles/app-service/environment/side-by-side-migrate.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the side-by-side migration
33
description: Overview of the side-by-side migration feature for migration to App Service Environment v3.
44
author: seligj95
55
ms.topic: article
6-
ms.date: 3/27/2024
6+
ms.date: 3/28/2024
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -50,11 +50,11 @@ The following App Service Environment configurations can be migrated using the s
5050
|---------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
5151
|[Internal Load Balancer (ILB)](create-ilb-ase.md) App Service Environment v2 |ILB App Service Environment v3 |
5252
|[External (ELB/internet facing with public IP)](create-external-ase.md) App Service Environment v2 |ELB App Service Environment v3 |
53-
|ILB App Service Environment v2 with a custom domain suffix |ILB App Service Environment v3 (custom domain suffix is optional) |
53+
|ILB App Service Environment v2 with a custom domain suffix |ILB App Service Environment v3 with a custom domain suffix |
5454

5555
App Service Environment v3 can be deployed as [zone redundant](../../availability-zones/migrate-app-service-environment.md). Zone redundancy can be enabled as long as your App Service Environment v3 is [in a region that supports zone redundancy](./overview.md#regions).
5656

57-
If you want your new App Service Environment v3 to use a custom domain suffix and you aren't using one currently, custom domain suffix can be configured during the migration set-up or at any time once migration is complete. For more information, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md). If your existing environment has a custom domain suffix and you no longer want to use it, don't configure a custom domain suffix during the migration set-up.
57+
If you want your new App Service Environment v3 to use a custom domain suffix and you aren't using one currently, custom domain suffix can be configured at any time once migration is complete. For more information, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md). If your existing environment has a custom domain suffix and you no longer want to use it, you must configure a custom domain suffix for the migration. You can remove the custom domain suffix after migration is complete.
5858

5959
## Side-by-side migration feature limitations
6060

@@ -63,6 +63,8 @@ The following are limitations when using the side-by-side migration feature:
6363
- Your new App Service Environment v3 is in a different subnet but the same virtual network as your existing environment.
6464
- You can't change the region your App Service Environment is located in.
6565
- ELB App Service Environment can’t be migrated to ILB App Service Environment v3 and vice versa.
66+
- If your existing App Service Environment uses a custom domain suffix, you have to configure custom domain suffix for your App Service Environment v3 during the migration process.
67+
- If you no longer want to use a custom domain suffix, you can remove it once the migration is complete.
6668
- The side-by-side migration feature is only available using the CLI or via REST API. The feature isn't available in the Azure portal.
6769

6870
App Service Environment v3 doesn't support the following features that you might be using with your current App Service Environment v2.
@@ -111,6 +113,7 @@ If your App Service Environment doesn't pass the validation checks or you try to
111113
|Your InteralLoadBalancingMode is not currently supported.|App Service Environments that have InternalLoadBalancingMode set to certain values can't be migrated using the migration feature at this time. The InternalLoadBalancingMode must be manually changed by the Microsoft team. |Open a support case to engage support to resolve your issue. Request an update to the InternalLoadBalancingMode to allow migration. |
112114
|Migration is invalid. Your ASE needs to be upgraded to the latest build to ensure successful migration. We will upgrade your ASE now. Please try migrating again in few hours once platform upgrade has finished. |Your App Service Environment isn't on the minimum build required for migration. An upgrade is started. Your App Service Environment won't be impacted, but you won't be able to scale or make changes to your App Service Environment while the upgrade is in progress. You won't be able to migrate until the upgrade finishes. |Wait until the upgrade finishes and then migrate. |
113115
|Full migration cannot be called before IP addresses are generated. |This error appears if you attempt to migrate before finishing the premigration steps. |Ensure you complete all premigration steps before you attempt to migrate. See the [step-by-step guide for migrating](how-to-side-by-side-migrate.md). |
116+
|Full migration cannot be called on Ase with custom dns suffix set but without an AseV3 Custom Dns Suffix Configuration configured. |Your existing App Service Environment uses a custom domain suffix. You have to configure custom domain suffix for your App Service Environment v3 during the migration process. |Configure a [custom domain suffix](./how-to-custom-domain-suffix.md). If you no longer want to use a custom domain suffix, you can remove it once the migration is complete. |
114117

115118
## Overview of the migration process using the side-by-side migration feature
116119

@@ -168,7 +171,7 @@ Azure Policy can be used to deny resource creation and modification to certain p
168171

169172
### Add a custom domain suffix (optional)
170173

171-
If your existing App Service Environment uses a custom domain suffix, you can configure a custom domain suffix for your new App Service Environment v3. Custom domain suffix on App Service Environment v3 is implemented differently than on App Service Environment v2. You need to provide the custom domain name, managed identity, and certificate, which must be stored in Azure Key Vault. For more information on App Service Environment v3 custom domain suffix including requirements, step-by-step instructions, and best practices, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md). Configuring a custom domain suffix is optional. If your App Service Environment v2 has a custom domain suffix and you don't want to use it on your new App Service Environment v3, don't configure a custom domain suffix during the migration set-up.
174+
If your existing App Service Environment uses a custom domain suffix, you must configure a custom domain suffix for your new App Service Environment v3. Custom domain suffix on App Service Environment v3 is implemented differently than on App Service Environment v2. You need to provide the custom domain name, managed identity, and certificate, which must be stored in Azure Key Vault. For more information on App Service Environment v3 custom domain suffix including requirements, step-by-step instructions, and best practices, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md). If your App Service Environment v2 has a custom domain suffix, you must configure a custom domain suffix for your new environment even if you no longer want to use it. Once migration is complete, you can remove the custom domain suffix configuration if needed.
172175

173176
### Migrate to App Service Environment v3
174177

0 commit comments

Comments
 (0)