Project

General

Profile

Actions

Azure VPS setup notes » History » Revision 5

« Previous | Revision 5/49 (diff) | Next »
Jon Goldberg, 08/07/2020 04:54 PM


Azure VPS setup notes

Eligibility

VPS provisioning

  • You need a Sponsorship->Subscription->Resource Group->Virtual Machine.
  • Check that you have credits in your sponsored account: https://www.microsoftazuresponsorships.com/Balance
  • Add a subscription of type "Microsoft Azure Sponsorship" from the Azure portal. You may have to select "Show other subscription types" to see it.
    • Note: Even sponsored subscriptions require a credit card, make sure you have one available.
  • Create a resource group:
    • Select "Resource Group" from the main Azure portal. Select Add and give it a name, then Review and Create.
  • Add a virtual machine:

    • Click on your new resource group.
    • Click Add
    • Search for the name of the image you want (e.g. Debian).
    • See the screenshots below for configuration of the "Basics" and "Disk" tabs. The other tabs I keep with the defaults.
    • I've attached a downloaded template for this VM, which as of now I haven't used yet, not sure how it works.
  • [TODO] VM config allows adding endpoints for ports 22, 80, 443; need 5665 as well.

Swap

https://support.microsoft.com/en-us/help/4010058/how-to-add-a-swap-file-in-linux-azure-virtual-machines

Updated by Jon Goldberg over 3 years ago · 5 revisions