Skip to content

Commit 6296bae

Browse files
Merge pull request #306576 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-07 11:00 UTC
2 parents 9ed27cd + a954763 commit 6296bae

198 files changed

Lines changed: 402 additions & 394 deletions

File tree

Some content is hidden

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

articles/azure-maps/power-bi-visual-manage-access.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: This article demonstrates how to manage Azure Maps Power BI visual within your organization.
55
author: deniseatmicrosoft
66
ms.author: limingchen
7-
ms.date: 06/13/2025
7+
ms.date: 10/03/2025
88
ms.topic: how-to
99
ms.service: azure-maps
1010
ms.subservice: power-bi-visual
@@ -29,20 +29,23 @@ When enabled, users in the organization can create and view reports that use the
2929

3030
### Process data outside your region or boundary
3131

32-
When enabled, data sent to Azure Maps can be processed outside your tenants geographic region, compliance boundary, or national cloud instance. This is required because Azure Maps services aren't available in all geographic regions or national clouds.
32+
When enabled, data sent to Azure Maps can be processed outside your tenant's geographic region, compliance boundary, or national cloud instance. This is required because Azure Maps services aren't available in all geographic regions or national clouds.
3333

3434
- Enable this setting to access more capabilities provided by Microsoft Online Services subprocessors.
3535
- Disabling this setting can limit Azure Maps features if services are unavailable in your compliance region.
3636

37-
:::image type="content" source="media/power-bi-visual/settings-enable-subprocessing.png" alt-text="Screenshot showing that data sent to Azure Maps can be processed outside your tenant’s geographic region, compliance boundary, or national cloud instance.":::
37+
:::image type="content" source="media/power-bi-visual/settings-enable-subprocessing.png" alt-text="Screenshot showing that data sent to Azure Maps can be processed outside your tenant's geographic region, compliance boundary, or national cloud instance.":::
38+
39+
> [!IMPORTANT]
40+
> The Azure Maps Power BI visual is currently only available in the United States and European Union regions. If your tenant is located outside these regions, the Azure Maps Power BI visual won't function unless you enable this tenant setting. Enabling this setting allows Power BI to route data to supported Azure Maps endpoints in the US or EU, ensuring that the Azure Maps Power BI visual works even if your tenant is in an unsupported region. Disabling this setting blocks the Azure Maps Power BI visual features for tenants outside the US and EU.
3841
3942
### Allow Microsoft subprocessors to process data
4043

4144
Some Azure Maps features, like the selection tool, can utilize third-party mapping capabilities provided by Microsoft Online Services subprocessors.
4245

4346
- Only essential data is shared with these subprocessors, and is used solely to support Azure Maps services.
4447
- Data can be stored and processed in the United States or other countries where Microsoft or its subprocessors operate.
45-
- To enable this setting, "Data sent to Azure Maps can be processed outside your tenants geographic region, compliance boundary, or national cloud instance" must also be enabled.
48+
- To enable this setting, "Data sent to Azure Maps can be processed outside your tenant's geographic region, compliance boundary, or national cloud instance" must also be enabled.
4649

4750
:::image type="content" source="media/power-bi-visual/settings-processed-by-subprocessors.png" alt-text="Screenshot showing that data sent to Azure Maps can be processed by Microsoft Online Services subprocessors.":::
4851

articles/migrate/target-right-sizing.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ When you create an assessment, the assessment identifies the appropriate level o
5252

5353
For example, let us consider for a server with 16 vCPUs attached. The performance history selected is one week and the percentile utilization is the 95th percentile. The assessment sorts the performance data sample points for the last week. It sorts them in ascending order and picks the 95th percentile value for right-sizing. Based on the above values, the assessment identifies that this server utilizes only 20% of CPU available at 95th percentile. Thus only 4 vCPUs are enough to manage the load for the given server. To confirm, the user can add a comfort factor which is used as a multiplier over the identified usage to provide a safety headroom and ensure availability of the server even if some spike happens over expectation. Consider that if the user asks for 1.5x as the comfort factor, the final recommendation is an 8 core VM.
5454

55+
For storage right sizing the disk size for the target disks are identified based on the actual utilization of storage allocated the to the server on-premises. In case the machine has only one disk, the assessment provides two probable disk targets. One target disk is of the size of allocated disk and the other is of the size calculated based on actual utilization. In case there are multiple disks attached to the server on-premises and the utilization is not available for each disk the recommended disk is identified by using total utilization at VM level and considering normal distribution across all the disks. For ease of migration three probables are provided sized at allocated size, at 50% of allocated size and at 25% of allocated size and you can choose the correct disk based on exact utilization.
56+
57+
For example, let us consider an on-premises server with 128 GB disk attached to it. If the utilization of disk is 40% then there would be two probable disks one of size 128 GB and other of size 64 GB. The recommended disk will be the one of size 64 GB (There are no disks of size 51.2 GB that is 40% of allocated size. The target disk is the next possible size available as the disk sizes increase by powers of 2). In case the on-premises server has 2 disks of size 128 GB and 64 GB and the utilization identified for the server is 40%. For disk 1 the probable disks would be of size 128 GB, 64GB and 32GB and the recommended disk would be of size 64 GB. For disk 2 the probable disks would be of size 64 GB, 32 GB and 16 GB and the recommended disk would be of size 32 GB.
58+
59+
5560
> [!Note]
56-
> Since the appliance does not collect any performance data for web apps, they will be assessed only for As-is on premises sizing. Servers and SQL databases can be assessed for targets using both performance-based and as-is on premises sizing.
61+
> Since the appliance does not collect any performance data for web apps, they will be assessed only for As-is on premises sizing. Servers and SQL, MySQL and PostgreSQL databases can be assessed for targets using both performance-based and as-is on premises sizing.
5762
5863
## Next steps
59-
[Review the Azure VM assessment report](review-assessment.md)
64+
[Review the Azure VM assessment report](review-assessment.md)

articles/site-recovery/alternative-vm-size-failover-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Alternative Virtual machine size recommendation in Azure Site Recovery failover flow
33
description: Summarizes guidance for alternative virtual machine size recommendation in Azure Site Recovery failover flow.
44
services: site-recovery
5-
author: jyothisuri
5+
author: Jeronika-MS
66
ms.service: azure-site-recovery
77
ms.topic: concept-article
88
ms.date: 09/11/2025
9-
ms.author: jsuri
9+
ms.author: v-gajeronika
1010
---
1111

1212
# Alternative virtual machine size recommendation in Azure Site Recovery failover flow

articles/site-recovery/asr-arm-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure Resource Manager Templates
33
description: Azure Resource Manager templates for using Azure Site Recovery features.
44
services: site-recovery
5-
author: jyothisuri
5+
author: Jeronika-MS
66
ms.service: azure-site-recovery
77
ms.topic: sample
88
ms.date: 07/08/2024
9-
ms.author: jsuri
9+
ms.author: v-gajeronika
1010
ms.custom: engagement-fy23, devx-track-arm-template
1111
# Customer intent: "As a cloud administrator, I want to utilize Azure Resource Manager templates for configuring Azure Site Recovery, so that I can efficiently manage disaster recovery processes for my Azure virtual machines."
1212
---

articles/site-recovery/avs-tutorial-dr-drill-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Run a disaster recovery drill from Azure VMware Solution to Azure by using Azure Site Recovery
33
description: Learn how to run a disaster recovery drill from an Azure VMware Solution private cloud to Azure, by using Azure Site Recovery.
4-
author: jyothisuri
4+
author: Jeronika-MS
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
77
ms.date: 02/19/2024
8-
ms.author: jsuri
8+
ms.author: v-gajeronika
99
ms.custom: MVC
1010

1111
# Customer intent: "As a cloud administrator, I want to run a disaster recovery drill from Azure VMware Solution to Azure, so that I can validate my replication strategy and ensure system resilience without data loss."

articles/site-recovery/avs-tutorial-failback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Fail back Azure VMware Solution VMsfrom Azure with Azure Site Recovery
33
description: Learn how to failback to the Azure VMware Solution private cloud after failover to Azure, during disaster recovery.
4-
author: jyothisuri
4+
author: Jeronika-MS
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
77
ms.date: 09/30/2020
8-
ms.author: jsuri
8+
ms.author: v-gajeronika
99
ms.custom: MVC
1010

1111
# Customer intent: As a cloud administrator, I want to fail back Azure VMs to the Azure VMware Solution private cloud, so that I can ensure business continuity and recover from disaster scenarios effectively.

articles/site-recovery/avs-tutorial-failover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Fail over Azure VMware Solution VMs to Azure by using Site Recovery
33
description: Learn how to fail over Azure VMware Solution VMs to Azure in Azure Site Recovery.
4-
author: jyothisuri
4+
author: Jeronika-MS
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
77
ms.date: 02/19/2024
8-
ms.author: jsuri
8+
ms.author: v-gajeronika
99
ms.custom: MVC, engagement-fy23
1010
# Customer intent: As a cloud administrator, I want to fail over Azure VMware Solution VMs to Azure using disaster recovery tools, so that I can ensure business continuity and protect against data loss during outages.
1111
---

articles/site-recovery/avs-tutorial-prepare-avs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Prepare Azure VMware Solution for disaster recovery to Azure Site Recovery
33
description: Learn how to prepare Azure VMware Solution servers for disaster recovery to Azure by using the Azure Site Recovery service.
4-
author: jyothisuri
4+
author: Jeronika-MS
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
77
ms.date: 3/22/2024
8-
ms.author: jsuri
8+
ms.author: v-gajeronika
99
ms.custom: MVC, engagement-fy23
1010
# Customer intent: "As a cloud administrator, I want to prepare Azure VMware Solution servers for disaster recovery, so that I can ensure my virtual machines can be efficiently replicated and restored in case of a failure."
1111
---

articles/site-recovery/avs-tutorial-prepare-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Prepare Azure Site Recovery resources for disaster recovery of Azure VMware Solution VMs
33
description: Learn how to prepare Azure resources for disaster recovery of Azure VMware Solution machines by using Azure Site Recovery.
44
services: site-recovery
5-
author: jyothisuri
5+
author: Jeronika-MS
66
ms.service: azure-site-recovery
77
ms.topic: tutorial
88
ms.date: 02/19/2024
9-
ms.author: jsuri
9+
ms.author: v-gajeronika
1010
ms.custom:
1111
- MVC
1212
- engagement-fy23

articles/site-recovery/avs-tutorial-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Set up Azure Site Recovery for Azure VMware Solution VMs
33
description: Learn how to set up disaster recovery to Azure for Azure VMware Solution VMs, by using Azure Site Recovery.
4-
author: jyothisuri
4+
author: Jeronika-MS
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
77
ms.date: 08/29/2023
8-
ms.author: jsuri
8+
ms.author: v-gajeronika
99
ms.custom: MVC, engagement-fy23
1010

1111
# Customer intent: "As a cloud administrator, I want to set up disaster recovery for Azure VMware Solution VMs, so that I can ensure business continuity and minimize downtime during outages."

0 commit comments

Comments
 (0)