Skip to content

Commit 7cf641b

Browse files
authored
Update job-definition-create.md
Added end point details
1 parent 54e348f commit 7cf641b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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)