mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
Update cloud-azure.md with performance recs
This commit is contained in:
parent
89e2dbde64
commit
8634bb1722
1 changed files with 4 additions and 0 deletions
|
@ -58,3 +58,7 @@ There are ways to sign in non-interactively, which are covered in detail in [Sig
|
|||
|
||||
|
||||
**Now you are able to deploy an AlgoVPN instance without hassle**
|
||||
|
||||
## Performance Recommendations
|
||||
|
||||
The provided config.cfg provisions a `Basic_A0` VM instance (the smallest Azure sells), which costs $13.19/mo on East US as of 6/5/2019. However, `Basic_A0` throughput may be limited to approximately 8 Mbps. For throughput of up to 100 Mbps, use `Standard_A0` instead. The cost for `Standard_A0` on East US is $14.65/mo as of 6/5/2019.
|
||||
|
|
Loading…
Add table
Reference in a new issue