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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AWS DataSync Deployment for Azure
2
2
3
-
This repository contains a script designed to convert the DataSync Agent VHDX to VHD on Amazon Linux 2 (AL2), and upload the generated disk to Azure and create an Azure Virtual Machine. The script will create the DataSync Virtual Machine in a new Azure vNet and Subnet or it can also use an existing Azure vNET and Subnet. Please review the Parameters section for deployment options.
3
+
This repository contains a script designed to convert the DataSync Agent VHDX to VHD on Amazon Linux 2 (AL2), upload the generated disk to Azure and create an Azure Virtual Machine. The script will create the DataSync Virtual Machine in a new Azure vNet and Subnet or it can also use an existing Azure vNET and Subnet. Please review the Parameters section for deployment options.
4
4
5
5
## Blogs
6
6
For more details on migrating Azure Blob Storage to Amazon S3 using AWS DataSync, see the following blog post:
@@ -72,6 +72,7 @@ When selecting the Azure Virtual Machine for the Datasync Agent, we recommend th
72
72
- For detailed AWS DataSync agent requirements, see the [AWS DataSync Agent Requirements](https://docs.aws.amazon.com/datasync/latest/userguide/agent-requirements.html) documentation.
73
73
74
74
---
75
+
### Download the Deployment Script
75
76
Run the following command to download the deployment script from the code repository:
76
77
77
78
```
@@ -104,8 +105,6 @@ The script validates the provided Azure subscription ID to ensure it is correct.
104
105
```
105
106
az account list --output table
106
107
```
107
-
### Download the Deployment Script
108
-
109
108
## Azure CLI Login
110
109
You will be prompted to login to Azure and allow the script to create the Virtual Machine for the DataSync Appliance
0 commit comments