Skip to content

Commit 5a8b298

Browse files
author
Jill Grant
authored
Merge pull request #286736 from madhurinms/master
Update job-definition-create.md
2 parents d18dc82 + d87d901 commit 5a8b298

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

articles/storage-mover/TOC.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ items:
4141
- name: Decommission
4242
items:
4343
- name: Unregister an agent
44-
href: agent-deploy.md#decommissioning-an-agent
44+
href: agent-deploy.md#decommissioning-an-agent
45+
- name: Troubleshoot
46+
items:
47+
- name: Job run error codes
48+
href: status-code.md
4549
- name: Resources
4650
items:
4751
- name: Monitor copy and job run logs
4852
href: log-monitoring.md
49-
- name: Troubleshoot job run error codes
50-
href: status-code.md
5153
- name: Collect a support bundle
5254
href: troubleshooting.md
5355
- name: Release notes
54-
href: release-notes.md
56+
href: release-notes.md

articles/storage-mover/job-definition-create.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,26 @@ When you migrate a share to Azure, you need to describe the source share, the Az
3131

3232
Before you begin following the examples in this article, it's important that you have an understanding of the Azure Storage Mover resource hierarchy. Review the [Understanding the Storage Mover resource hierarchy](resource-hierarchy.md) article, to understand the necessity of the job definition prerequisites.
3333

34-
There are three prerequisites to the definition the migration of your source shares:
34+
The following are the prerequisites to the definition the migration of your source shares:
3535

3636
- **An existing storage mover resource.**<br/>
3737
If you haven't deployed a storage mover resource, follow the steps in the *[Create a storage mover resource](storage-mover-create.md)* article. These steps help you deploy a storage mover resource to the desired region within your Azure subscription.
3838
- **At least one existing Azure Storage Mover agent virtual machine (VM).**<br/>
3939
The steps in the [Azure Storage Mover agent VM deployment](agent-deploy.md) and [agent registration](agent-register.md) articles guide you through the deployment and registration process.
40-
- **Finally, you need to create a job definition to define a migration.**<br/>
40+
- **A job definition to define migration.**<br/>
4141
Job definitions are organized in a migration project. You need at least one migration project in your storage mover resource. If you haven't already done so, follow the deployment steps in the [manage projects](project-manage.md) article to create a migration project.
42+
- **Storage account access in case of firewall setting.**<br/>
43+
If you have storage account firewall (security system) restrictions set, ensure that the traffic from agent VM is permitted to the storage account.
44+
- **Accessible endpoints.**<br/>
45+
The below endpoints must be accessible from the agent.
46+
47+
|Source protocol |Target |Azure Endpoint |Description |
48+
|------------------|-------------------------------------|------------------------------------------------------|-------------------------------|
49+
|SMB 2.x mount |Azure file share (SMB) |`< your-storage-account-name>.file.core.windows.net` |Azure Files endpoint. |
50+
|SMB 2.x mount |Azure file share (SMB) |`<your-keyvault-name>.vault.azure.net` |Azure Key Vault endpoint. |
51+
|NFS 3 & 4 mount |Azure blob storage container |`< your-storage-account-name>.blob.core.windows.net` |Azure Blob container endpoint. |
52+
53+
4254

4355
## Create and start a job definition
4456

0 commit comments

Comments
 (0)