From 8634bb1722b33ab665ddb695bb8089bf0dacb646 Mon Sep 17 00:00:00 2001 From: im-batman <50251597+im-batman@users.noreply.github.com> Date: Wed, 5 Jun 2019 15:42:12 -0400 Subject: [PATCH] Update cloud-azure.md with performance recs --- docs/cloud-azure.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cloud-azure.md b/docs/cloud-azure.md index 22239d6b..a3376a38 100644 --- a/docs/cloud-azure.md +++ b/docs/cloud-azure.md @@ -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.