Skip to content

Commit 32f84fc

Browse files
Merge pull request #297881 from madhurinms/master
Update to Steps to register Storage Mover Agent
2 parents d4be933 + 7feab0a commit 32f84fc

File tree

1 file changed

+21
-38
lines changed

1 file changed

+21
-38
lines changed

articles/storage-mover/agent-register.md

Lines changed: 21 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -64,67 +64,50 @@ Rather than use the host window, consider using an SSH connection instead. This
6464

6565
[!INCLUDE [agent-shell-connect](includes/agent-shell-connect.md)]
6666

67-
## Step 2: Test network connectivity
67+
## Step 2: Register the agent
6868

69-
Your agent needs to be connected to the internet.
70-
71-
When logged into the administrative shell, you can test the agents connectivity state:
69+
In this step, you register your agent with the storage mover resource you've deployed in an Azure subscription.
70+
[Connect to the administrative shell](#step-1-connect-to-the-agent-vm) of your agent, then select menu item *4) Register*:
7271

7372
```StorageMoverAgent-AdministrativeShell
7473
1) System configuration
7574
2) Network configuration
7675
3) Service and job status
7776
4) Register
78-
5) Open restricted shell
79-
6) Collect support bundle
80-
7) Restart agent
81-
8) Exit
77+
5) Collect support bundle
78+
6) Restart agent
79+
7) Disk Cleanup
80+
8) Open restricted shell
81+
9) Troubleshooting
82+
10) Exit
8283
83-
xdmsh> 2
84+
xdmsh> 4
8485
```
85-
Select menu item 2) *Network configuration*.
86+
You're prompted for:
87+
- Azure region: This is the region where you will have your Azure Storage Mover service
88+
- Private Link Scope: Provide the fully qualified resource ID of your Private Link Scope if you're utilizing private networking. You can find more information on Azure Private Link in the [Azure Private Link documentation](/azure/private-link/) article.
89+
90+
> [!IMPORTANT]
91+
> If you've configured Storage Mover to migrate your data over Private Link, you must provide the fully qualified resource ID of your Private Link Scope. For example, `/subscriptions/[GUID]/resourceGroups/myGroup/providers/Microsoft.HybridCompute/privateLinkScopes/myScope`.
92+
93+
Network checks are run automatically. You can optionally run checks for endpoints manually by selecting item 2) *Network configuration* in the main menu
8694

8795
```StorageMoverAgent-AdministrativeShell
8896
1) Show network configuration
8997
2) Update network configuration
9098
3) Test network connectivity
91-
4) Quit
99+
4) Test network connectivity verbosely
100+
5) Quit
92101
93102
Choice: 3
94103
```
95104
Select menu item 3) *Test network connectivity*.
96105

97-
98-
99-
> [!IMPORTANT]
100-
> Only proceed to the registration step when your network connectivity test returns no issues.
101-
102-
## Step 3: Register the agent
103-
104-
In this step, you register your agent with the storage mover resource you've deployed in an Azure subscription.
105-
[Connect to the administrative shell](#step-1-connect-to-the-agent-vm) of your agent, then select menu item *4) Register*:
106-
107-
```StorageMoverAgent-AdministrativeShell
108-
1) System configuration
109-
2) Network configuration
110-
3) Service and job status
111-
4) Register
112-
5) Open restricted shell
113-
6) Collect support bundle
114-
7) Restart agent
115-
8) Exit
116-
117-
xdmsh> 4
118-
```
119-
You're prompted for:
106+
Post network checks, you will be prompted for:
120107
- Subscription ID
121108
- Resource group name
122109
- Storage mover resource name
123110
- Agent name: This name is shown for the agent in the Azure portal. Select a name that clearly identifies this agent VM for you. Refer to the [resource naming convention](../azure-resource-manager/management/resource-name-rules.md#microsoftstoragesync) to choose a supported name.
124-
- Private Link Scope: Provide the fully qualified resource ID of your Private Link Scope if you're utilizing private networking. You can find more information on Azure Private Link in the [Azure Private Link documentation](/azure/private-link/) article.
125-
126-
> [!IMPORTANT]
127-
> If you've configured Storage Mover to migrate your data over Private Link, you must provide the fully qualified resource ID of your Private Link Scope. For example, `/subscriptions/[GUID]/resourceGroups/myGroup/providers/Microsoft.HybridCompute/privateLinkScopes/myScope`.
128111

129112
After you've supplied these values, the agent will attempt registration. During the registration process, you're required to sign into Azure with credentials that have permissions to your subscription and storage mover resource.
130113

0 commit comments

Comments
 (0)