You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage-mover/service-prerequisites.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,23 @@ Storage Mover utilizes one or more migration agents to facilitate on-premises mi
59
59
60
60
The agent itself is responsible for performing the data transfer tasks during a migration. It connects to various Azure services to receive job assignments, report progress, and send logs. The agent also connects to your on-premises data sources to read the data that needs to be migrated.
61
61
62
-
An agent is deployed by registering it with your storage mover resource. The registration process involves downloading a preconfigured virtual machine image, deploying it within your virtualization environment, and then connecting it to your storage mover resource. Therefore, there are two sets of prerequisites to consider: those related to the agent VM itself, and those related to the registration process.
62
+
Keep in mind, there are two main sets of prerequisites: those for setting up the agent VM itself, and those for completing the registration process.
63
63
64
-
In addition, all prerequisites related to the top-level Storage Mover resource and the Azure Subscription must be met.
64
+
### Agent deployment
65
+
66
+
To begin deploying an agent, you need to create a virtual machine (VM) on your on-premises hypervisor, such as Hyper-V or VMware. Next, download the Agent VM image from [https://aka.ms/StorageMover/agent](https://aka.ms/StorageMover/agent) and follow the setup instructions within the [How to deploy an Azure Storage Mover agent](agent-deploy.md) article.
67
+
68
+
After your agent VM is created and running, you can register it with your Storage Mover resource and ARC services using the Agent VM's shell menu.
65
69
66
-
### Agent registration prerequisites
70
+
### Agent registration
67
71
68
72
To register an agent with your storage mover resource, the following prerequisites must be met:
69
73
70
74
- You need to have an Azure Storage Mover resource deployed in your Azure subscription.
71
75
- You must have the necessary permissions to register an agent, as outlined in the [Permissions](#permissions) section.
72
76
- You need to deploy the agent VM within your network using the provided agent image. The VM must meet the compute, memory, and storage requirements outlined in the next section.
77
+
78
+
The registration process typically involves you connecting to the Agent over SSH, choosing the "Register" option, and providing the necessary inputs when prompted. For more detailed instructions, see the [How to register an Azure Storage Mover agent](agent-register.md) article.
73
79
74
80
### Agent VM compute and memory resources
75
81
@@ -107,4 +113,3 @@ A Storage Mover Endpoint is a resource that represents a connection to a specifi
107
113
In order to create Target Endpoints in Azure, it's necessary to have at least one Azure storage account available as a target. For storing Azure Blob data, a target container within the storage account is also required. For Azure File data, a target file share within the storage account is needed.
108
114
109
115
Azure storage accounts with an enabled firewall must be configured to permit traffic from the agent. When using an SMB source, configure Azure KeyVaults with an enabled firewall to permit traffic from the agent.
0 commit comments