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 @@ -150,7 +150,7 @@ function create_azure_vm(){
150
150
151
151
function create_azure_vm_existing_vnet(){
152
152
echo -e " \033[0;33mCreating Azure Virtual Machine for DataSync with an existing vnet\033[0;33m"
153
- az vm create -g " $resource_group " -l " $location " --name " $vm_name " --size Standard_E4as_v4 --os-type linux --attach-os-disk " $disk_name " --subnet " $( az network vnet subnet show --resource-group $vnet_rg --vnet-name $vnet_name --name $subnet_name -o tsv --query id) " --public-ip-address " " --only-show-errors || { echo " An error occured while creating the Azure VM" ; exit 1; }
153
+ az vm create -g " $resource_group " -l " $location " --name " $vm_name " --size Standard_E4as_v5 --os-type linux --attach-os-disk " $disk_name " --subnet " $( az network vnet subnet show --resource-group $vnet_rg --vnet-name $vnet_name --name $subnet_name -o tsv --query id) " --public-ip-address " " --only-show-errors || { echo " An error occured while creating the Azure VM" ; exit 1; }
154
154
}
155
155
156
156
function cleanup(){
You can’t perform that action at this time.
0 commit comments