File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function upload_to_azure(){
145
145
146
146
function create_azure_vm(){
147
147
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; }
149
149
}
150
150
151
151
function create_azure_vm_existing_vnet(){
You can’t perform that action at this time.
0 commit comments