mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-08 04:53:08 +02:00
Differentiate Basic A0 and Standard A0
This commit is contained in:
parent
a3c64bda1a
commit
9096760385
1 changed files with 3 additions and 1 deletions
4
algo
4
algo
|
@ -159,7 +159,8 @@ Enter the number of your desired region:
|
||||||
What size do you want your VM?
|
What size do you want your VM?
|
||||||
1) Standard D1 (not available in all regions)
|
1) Standard D1 (not available in all regions)
|
||||||
2) Standard D1 v2
|
2) Standard D1 v2
|
||||||
3) A0 (cheapest)
|
3) Standard A0 (cheap)
|
||||||
|
4) Basic A0 (cheapest)
|
||||||
Enter the number of your desired size
|
Enter the number of your desired size
|
||||||
[1]: " -r azure_vm_size
|
[1]: " -r azure_vm_size
|
||||||
azure_vm_size=${azure_vm_size:-1}
|
azure_vm_size=${azure_vm_size:-1}
|
||||||
|
@ -168,6 +169,7 @@ Enter the number of your desired size
|
||||||
1) vm_size="Standard_D1"
|
1) vm_size="Standard_D1"
|
||||||
2) vm_size="Standard_D1_v2"
|
2) vm_size="Standard_D1_v2"
|
||||||
3) vm_size="ExtraSmall"
|
3) vm_size="ExtraSmall"
|
||||||
|
4) vm_size="Basic_A0"
|
||||||
esac
|
esac
|
||||||
#source for sizes: https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-sizes-specs
|
#source for sizes: https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-sizes-specs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue