Skip to content

Commit 5cbe3c1

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into wkspcnet
2 parents 30d1027 + 0caef69 commit 5cbe3c1

File tree

6 files changed

+51
-47
lines changed

6 files changed

+51
-47
lines changed

articles/communication-services/quickstarts/network-security-perimeter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Provide the same network security perimeter name used in **Step 3**.
6565

6666
`az network perimeter profile create --name <network-perimeter-profile-name> --resource-group <resource-group-name> --perimeter-name <network-security-perimeter-name>`
6767

68-
### Step 5: Create an inbound access rule with a public IP address [YC2.1] [YC2.2] prefix for the profile created with the following command
68+
### Step 5: Create an inbound access rule with a public IP address prefix for the profile created with the following command
6969

7070
`az network perimeter profile access-rule create --name <access-rule-name> --profile-name <network-perimeter-profile-name> --perimeter-name <network-security-perimeter-name> --resource-group <resource-group-name> --address-prefixes "[192.0.2.0/24]"`
7171

@@ -90,7 +90,7 @@ Provide the same network security perimeter name used in **Step 3**.
9090
`az network perimeter association create --name <network-perimeter-association-name> --perimeter-name <network-security-perimeter-name> --resource-group <network-perimeter-resource-group> --access-mode Enforced --private-link-resource "{id:<ACSArmId>}" --profile "{id:<networkSecurityPerimeterProfileId>}"`
9191

9292

93-
### Step 7: Verify the allowlisted IP addresses can send email with NSP enabled [YC3.1] [YC3.2] [NM3.3]
93+
### Step 7: Verify the allowlisted IP addresses can send email with NSP enabled
9494

9595
Make sure that the Azure Communication Services resource is connected to a verified email domain. For more information, see [Connect a verified email domain](./email/connect-email-communication-resource.md).
9696

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ StartRecordingOptions recordingOptions = new StartRecordingOptions("<callConnect
495495
Response<RecordingStateResult> response = await callAutomationClient.GetCallRecording()
496496
.StartAsync(recordingOptions);
497497
```
498+
> [!NOTE]
499+
> Recording started with connection Id is started async (204 response code) and recording state change is updated via call back event (Microsoft.Communication.RecordingStateChanged) received on RecordingStateCallbackUri.
500+
Additionally any failures to start recording is reported via a new callback event (Microsoft.Communication.StartRecordingFailed) received on RecordingStateCallbackUri.
498501

499502

500503
## Alpha SDKs

articles/expressroute/expressroute-about-virtual-network-gateways.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ Each virtual network can have only one virtual network gateway per gateway type.
3030

3131
[!INCLUDE [expressroute-gwsku-include](../../includes/expressroute-gwsku-include.md)]
3232

33-
If you want to upgrade your gateway to a higher-capacity gateway SKU, you can use the [Gateway Migration tool](expressroute-about-virtual-network-gateways.md) in either the Azure portal or PowerShell. The following upgrades are supported:
33+
You can upgrade your gateway to a higher-capacity SKU within the same SKU family, that is Non-Az-enabled or Az-enabled gateway.
3434

35-
* Non-Az-enabled SKU on Basic IP to Non-Az-enabled SKU on Standard IP
36-
* Non-Az-enabled SKU on Basic IP to Az-enabled SKU on Standard IP
37-
38-
For more information, see [Migrate to an availability zone-enabled gateway](expressroute-howto-gateway-migration-powershell.md).
35+
For example, you can upgrade:
36+
* From one Non-Az-enabled SKU to another Non-Az-enabled SKU
37+
* From one Az-enabled SKU to another Az-enabled SKU
3938

4039
For all other downgrade scenarios, you need to delete and re-create the gateway, which incurs downtime.
4140

articles/frontdoor/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@
161161
href: tier-migration.md
162162
- name: Classic to Standard/Premium mapping
163163
href: tier-mapping.md
164-
- name: Migrate from Front Door (classic)
164+
- name: Migrate from Front Door (classic) - Portal
165165
href: migrate-tier.md
166+
- name: Migrate from Front Door (classic) - PowerShell
167+
href: migrate-tier-powershell.md
166168
- name: Microsoft CDN (classic) retirement FAQ
167169
href: ../cdn/classic-cdn-retirement-faq.md
168170
- name: Edgio retirement FAQ

0 commit comments

Comments
 (0)