Skip to content

Commit d4b61aa

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into wkspcas
2 parents 5ac6f66 + cf64e4d commit d4b61aa

File tree

12 files changed

+65
-51
lines changed

12 files changed

+65
-51
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/defender-for-iot/organizations/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Cloud features may be dependent on a specific sensor version. Such features are
3838
| Version / Patch | Release date | Scope | Supported until |
3939
| ------- | ------------ | ----------- | ------------------- |
4040
| **25.1** | | | |
41+
| 25.1.2 | 05/2025 | Minor |04/2026 |
4142
| 25.1.1 |03/2025 | Minor |02/2026 |
4243
| 25.1.0 |03/2025 | Major |02/2026 |
4344
| **24.1** | | | |
@@ -82,6 +83,14 @@ To understand whether a feature is supported in your sensor version, check the r
8283

8384
## Versions 25.1.x
8485

86+
### Version 25.1.2
87+
88+
**Release date**: 05/2025
89+
90+
**Supported until**: 04/2026
91+
92+
This version includes bug fixes for stability improvements.
93+
8594
### Version 25.1.1
8695

8796
**Release date**: 04/2025

articles/digital-twins/how-to-use-azure-digital-twins-explorer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ If you choose a property that isn't present on every twin, any twins in the grap
211211

212212
You can rearrange the twins into different configurations by clicking and dragging them around the Twin Graph screen.
213213

214-
You can also apply one of several layout algorithms to the graph from the options in the **Choose Layout** menu.
214+
You can also apply one of several layout algorithms to the graph from the options in the **Choose layout** menu.
215215

216-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-layout.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Graph panel. The Choose Layout button is highlighted, showing a menu with the layout options Cola, Dagre, fCoSE, and Klay." lightbox="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-layout.png":::
216+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-layout.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Graph panel. The Choose Layout button is highlighted, showing a menu with layout options." lightbox="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-layout.png":::
217217

218218
### Control twin graph expansion
219219

@@ -356,9 +356,9 @@ You can also view a model's full definition by selecting it in the **Model Graph
356356

357357
You can rearrange the models into different configurations by clicking and dragging them around the Model Graph screen.
358358

359-
You can also apply one of several layout algorithms to the model graph from the options in the **Choose Layout** menu.
359+
You can also apply one of several layout algorithms to the model graph from the options in the **Choose layout** menu.
360360

361-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/model-graph-panel-layout.png" alt-text="Screenshot of Azure Digital Twins Explorer Model Graph panel. The Choose Layout button is highlighted, showing a menu with the layout options Cola, Dagre, fCoSE, Klay, and d3Force." lightbox="media/how-to-use-azure-digital-twins-explorer/model-graph-panel-layout.png":::
361+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/model-graph-panel-layout.png" alt-text="Screenshot of Azure Digital Twins Explorer Model Graph panel. The Choose Layout button is highlighted, showing a menu with layout options." lightbox="media/how-to-use-azure-digital-twins-explorer/model-graph-panel-layout.png":::
362362

363363
### Filter and highlight model graph elements
364364

5.46 KB
Loading
8.54 KB
Loading

articles/expressroute/expressroute-howto-gateway-migration-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When creating an ExpressRoute virtual network gateway, you must select a [gatewa
2121
- Ensure you have an existing [ExpressRoute virtual network gateway](expressroute-howto-add-gateway-portal-resource-manager.md) in your Azure subscription.
2222

2323
> [!TIP]
24-
> You can now deploy two ExpressRoute gateways within the same virtual network. To do this, create a second ExpressRoute gateway with its admin state set to **disabled**. Once the second gateway is deployed, initiate the *Prepare* step in the migration tool. This step will establish the connection without redeploying the gateway, as it is already in place. Finally, run the *Migrate* step, which will change the new gateway's admin state to **_enabled_**, completing the migration process. This method minimizes the migration or maintenance window, significantly reducing downtime when transitioning from a non-zonal to a zone-redundant gateway.
24+
> You can now deploy two ExpressRoute gateways within the same virtual network. To do this, create a second ExpressRoute gateway with its admin state set to **disabled**. Once the second gateway is deployed, initiate the *Prepare* step in the migration tool. This step establishes the connection without redeploying the gateway, as it's already in place. Finally, run the *Migrate* step, which will change the new gateway's admin state to **_enabled_**, completing the migration process. This method minimizes the migration or maintenance window, significantly reducing downtime when transitioning from a non-zonal to a zone-redundant gateway.
2525
2626
## Steps to migrate to a new gateway in Azure portal
2727

@@ -50,11 +50,11 @@ Follow these steps to migrate to a new gateway using the Azure portal:
5050
5151
1. Select **Prepare** to create the new gateway. This operation can take up to 45 minutes.
5252

53-
1. After the new gateway is created, proceed to the **Migrate** stage. Select the new gateway (for example, **myERGateway_migrated**) to transfer settings from the old gateway to the new one. All network traffic and data path connections transfer without interruptions. Select **Migrate Traffic** to start the process. This step can take up to 5 minutes.
53+
1. After the new gateway is created, proceed to the **Migrate** stage. Select the new gateway (for example, **myERGateway_migrated**) to transfer settings from the old gateway to the new one. All network traffic and data path connections transfer. Select **Migrate Traffic** to start the process. This step can take up to 5 minutes.
5454

5555
:::image type="content" source="media/gateway-migration/migrate-traffic-step.png" alt-text="Screenshot of migrating traffic for migrating a virtual network gateway." lightbox="media/gateway-migration/migrate-traffic-step.png":::
5656

57-
1. Once traffic migration is complete, proceed to the **Commit** stage. Finalize the migration by deleting the old gateway. Select **Commit Migration** to complete this step without downtime.
57+
1. Once traffic migration is complete, proceed to the **Commit** stage. Finalize the migration by deleting the old gateway. Select **Commit Migration** to complete this step.
5858

5959
:::image type="content" source="media/gateway-migration/commit-step.png" alt-text="Screenshot of the commit step for migrating a virtual network gateway." lightbox="media/gateway-migration/commit-step.png":::
6060

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)