Azure
Created: 2020-09-03 09:29:13 -0700 Modified: 2020-09-16 14:46:13 -0700
Background
Section titled BackgroundI’m not planning on extensively using Azure right now, so I’m just writing some quick notes as I research how I would migrate Bot Land.
Basics
Section titled Basics- Resource groups don’t cost anything; they’re just logical groupings like a folder.
- Making a VM
- Just go through the steps in the UI. Note that connecting storage is the second step and has its own costs associated with it (and I believe these persist even after you’ve deleted the VM).
- To connect via SSH, just download the generated .pem file and run this command:
- ssh -i path_to_key.pem username@IP
- (don’t forget the username!)
- ssh -i path_to_key.pem username@IP
- By default, auto-shutdown is enabled, but it can be turned off via Operations → Auto-shutdown → Enabled (reference).
- Using SendGrid
- You need to verify your email after setting up SendGrid:
- Your username is some crazy auto-generated name like azure_cb8cc3b4aa2e4c5887caaa07378227f6@azure.com
- You need to verify your email after setting up SendGrid: