Skip to content

Commit ce121e0

Browse files
authored
Update datasync.sh
Updated VM to Standard_E4as_v5
1 parent f4f8e6a commit ce121e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bash/datasync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function upload_to_azure(){
145145

146146
function create_azure_vm(){
147147
echo -e "\033[0;33mCreating Azure Virtual Machine for DataSync with a new vnet\033[0;33m"
148-
az vm create -g "$resource_group" -l "$location" --name "$vm_name" --size Standard_E4as_v4 --os-type linux --attach-os-disk "$disk_name" --public-ip-address "" --only-show-errors || { echo "An error occured while creating the Azure VM"; exit 1; }
148+
az vm create -g "$resource_group" -l "$location" --name "$vm_name" --size Standard_E4as_v5 --os-type linux --attach-os-disk "$disk_name" --public-ip-address "" --only-show-errors || { echo "An error occured while creating the Azure VM"; exit 1; }
149149
}
150150

151151
function create_azure_vm_existing_vnet(){

0 commit comments

Comments
 (0)