Skip to content

Commit dc2d9a2

Browse files
Merge pull request #305068 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-04 17:00 UTC
2 parents 2f511f3 + a437e8f commit dc2d9a2

17 files changed

Lines changed: 417 additions & 58 deletions

articles/app-service/configure-authentication-provider-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article shows you how to configure authentication for Azure App Service or
2323

2424
Before your application can sign in users, you need to register it in a workforce tenant or an external tenant. If you're making your app available to employee or business guests, register your app in a workforce tenant. If your app is for consumers and business customers, register it in an external tenant.
2525

26-
1. Sign in to the [Azure portal] and go to your app.
26+
1. Sign in to the [Azure portal] and go to your App Service app or Functions app.
2727

2828
1. On your app's left menu, select **Settings** > **Authentication**, and then select **Add identity provider**.
2929

articles/azure-netapp-files/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
href: azure-netapp-files-network-topologies.md
8080
- name: Resource limits for Azure NetApp Files
8181
href: azure-netapp-files-resource-limits.md
82+
- name: Migrating data into Azure NetApp Files
83+
href: migrate-data.md
8284
- name: Understand large volumes
8385
href: large-volumes.md
8486
- name: Requirements and considerations for large volumes
@@ -327,6 +329,8 @@
327329
items:
328330
- name: Create a dual-protocol volume
329331
href: create-volumes-dual-protocol.md
332+
- name: Migrate volumes to Azure NetApp Files
333+
href: migrate-volumes.md
330334
- name: Manage volume access and encryption
331335
items:
332336
- name: Configure export policy for NFS or dual protocol

articles/azure-netapp-files/application-volume-group-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Volume placement within the application volume group enables administrators to e
5656

5757
#### Data locality and latency optimization
5858

59-
Volume placement within the application volume group allows you to optimize data locality and minimize latency for applications with stringent performance requirements. By deploying volumes closer to compute resources, administrators can reduce data access latency and improve application responsiveness particularly for latency-sensitive workloads such as database applications.
59+
Optimizing data locality and minimizing latency for applications with stringent performance requirements can be achieved through volume placement using application volume group. By deploying volumes using application volume group rather than individually, you can significantly reduce data access latency and enhance application responsiveness. This approach is particularly beneficial for latency-sensitive workloads, such as database applications.
6060

6161
#### Cost optimization
6262

@@ -119,4 +119,4 @@ Application volume group is a pivotal concept in modern data management, providi
119119
* [Understand Azure NetApp Files application volume group for SAP HANA](application-volume-group-introduction.md)
120120
* [Requirements and considerations for application volume group for SAP HANA](application-volume-group-considerations.md)
121121
* [Understand application volume group for Oracle](application-volume-group-oracle-introduction.md)
122-
* [Requirements and considerations for application volume group for Oracle](application-volume-group-oracle-considerations.md)
122+
* [Requirements and considerations for application volume group for Oracle](application-volume-group-oracle-considerations.md)

articles/azure-netapp-files/faq-data-migration-protection.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ This article answers frequently asked questions (FAQs) about Azure NetApp Files
1414

1515
## How do I migrate data to Azure NetApp Files?
1616

17-
Azure NetApp Files provides NFS and SMB volumes. You can use any file-based copy tool to migrate data to the service.
17+
Azure NetApp Files provides NFS and SMB volumes. You can use any file-based copy tool to migrate data to the service. To migrate volumes from on-premises ONTAP storage systems, you can also use Azure NetApp Files [migration assistant tool](migrate-volumes.md) for efficient migration with more flexible cutover time.
1818

19-
For more information about the Azure File Migration Program, see [Migrate the critical file data you need to power your applications](https://techcommunity.microsoft.com/t5/azure-storage-blog/migrate-the-critical-file-data-you-need-to-power-your/ba-p/3038751). Also, see [Azure Storage migration tools comparison - Unstructured data](../storage/solution-integration/validated-partners/data-management/migration-tools-comparison.md).
19+
When migrating data from ONTAP based storage volumes, ensure Azure NetApp Files is available in the target Azure region. You must validate network connectivity between the source and the Azure NetApp Files target volume IP address. Data transfer between on-premises storage and the Azure NetApp Files service is supported over [ExpressRoute](../expressroute/expressroute-prerequisites.md). The virtual machine that the data transfer tool runs on should have access to both the source and destination volumes.
20+
21+
Create the target Azure NetApp Files volume in the region and availability zone of your choice. For more information, follow the steps in [migrate volumes to Azure NetApp Files](migrate-volumes.md).
22+
23+
For more information about the Azure Files Migration Program, see [Migrate the critical file data you need to power your applications](https://techcommunity.microsoft.com/t5/azure-storage-blog/migrate-the-critical-file-data-you-need-to-power-your/ba-p/3038751). Also, see [Azure Storage migration tools comparison - Unstructured data](../storage/solution-integration/validated-partners/data-management/migration-tools-comparison.md).
2024

2125
NetApp offers a SaaS-based solution, [NetApp Cloud Sync](https://docs.netapp.com/us-en/occm38/concept_cloud_sync.html). The solution enables you to replicate NFS or SMB data to Azure NetApp Files NFS exports or SMB shares.
2226

23-
You can also use a wide array of free tools to copy data. For NFS, you can use workloads tools such as [rsync](https://rsync.samba.org/examples.html) to copy and synchronize source data into an Azure NetApp Files volume. For SMB, you can use workloads [robocopy](/windows-server/administration/windows-commands/robocopy) in the same manner. These tools can also replicate file or folder permissions.
27+
You can also use a wide array of free tools to copy data. For NFS, you can use workloads tools such as [rsync](https://rsync.samba.org/examples.html) to copy and synchronize source data into an Azure NetApp Files volume. For SMB, you can use [robocopy](/windows-server/administration/windows-commands/robocopy) in the same manner. These tools can also replicate file or folder permissions.
2428

2529
Migration of certain structured datasets (such as databases) is best done using database-native tools (for example, SQL Server AOAG, Oracle Data Guard, and so on).
2630

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: b-ahibbard
3+
ms.service: azure-netapp-files
4+
ms.topic: include
5+
ms.date: 08/25/2025
6+
ms.author: anfdocs
7+
ms.custom: include file
8+
9+
# migrate-data.md
10+
# migrate-volumes.md
11+
---
12+
13+
>[!NOTE]
14+
>The migration assistant copies all volume contents including directories, files, file metadata (for example owner, creation date, modified date), and existing snapshots. You are responsible for ensuring that the Azure NetApp Files target volume is configured with LDAP or Active Directory.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Migrating data into Azure NetApp Files volumes
3+
description: Learn about different options and strategies for migrating data into Azure NetApp Files volumes.
4+
ms.service: azure-netapp-files
5+
ms.topic: conceptual
6+
author: b-ahibbard
7+
ms.author: anfdocs
8+
ms.date: 09/04/2025
9+
---
10+
# Migrating data into Azure NetApp Files volumes
11+
12+
Azure NetApp Files supports several methods to migrate data. You can migrate data into Azure NetApp Files from on-premises environments, across regions, and availability zones.
13+
14+
## Migrate data from on-premises ONTAP based volumes
15+
16+
The Azure NetApp Files [migration assistant](migrate-volumes.md) feature helps you accelerate and simplify migrations of business-critical applications and data to Azure. Benefits include:
17+
18+
* Efficient and cost-effective data migration leveraging ONTAP's built-in replication engine for seamless transition from on-premises or Cloud Volumes ONTAP storage to Azure NetApp Files.
19+
* Storage-efficient data transfer that reduces network transfer costs for both baseline and incremental updates.
20+
* Low cutover/downtime window, ensuring faster and more efficient final updates, thus minimizing disruption to your operations.
21+
22+
To use Azure NetApp Files migration assistant, you need to establish connectivity between your on-premises storage cluster and the target volume in your Azure NetApp Files region of choice. For detailed instructions, see [Migrate volumes to Azure NetApp Files](migrate-volumes.md).
23+
24+
25+
[!INCLUDE [Migration assistant volume configuration](includes/migration-assistant.md)]
26+
27+
## Migrate data from on-premises using other tools
28+
29+
If your source data doesn't reside on an ONTAP-based system or if connectivity from on-premises storage to Azure can't be established, you can use other migration tools. For more information, see [How do I migrate data to Azure NetApp Files?](faq-data-migration-protection.md#how-do-i-migrate-data-to-azure-netapp-files)
30+
31+
## Migrate data between Azure NetApp Files regions
32+
33+
To migrate data between Azure regions, use [Azure NetApp Files cross-region replication](replication.md).
34+
35+
## Migrate data between Azure NetApp Files availability zones
36+
37+
To migrate data from one Azure region to another Azure region, use [Azure NetApp Files cross-zone replication](replication.md).
38+
39+
## Next steps
40+
41+
* [Migrate volumes to Azure NetApp Files](migrate-volumes.md)
42+
* [Azure NetApp Files replication](replication.md)
43+
* [Data migration and protection FAQs for Azure NetApp Files](faq-data-migration-protection.md)
44+

0 commit comments

Comments
 (0)