To get started, you need a Microsoft account — a personal one works fine. You may already have one.Documentation Index
Fetch the complete documentation index at: https://csdocs.chocolatemoo53.com/llms.txt
Use this file to discover all available pages before exploring further.
Recurring Azure for Students credits do not work with GPU VMs. However, you can convert an Azure for Students Starter subscription to a standard subscription to gain access.
Evaluate GPU options
Azure offers several GPU-accelerated VM types. Choose based on your intended workload:
The Tesla T4 (NC8as T4) is the recommended choice for most users.
| VM type | GPU | Notes |
|---|---|---|
| NVv4 | AMD Radeon M125 | Cheapest option. Good for 3D rendering and modeling, not recommended for gaming |
| NC6 promo | NVIDIA M60 | Not recommended — the M60 is being phased out and performance is slow for the price |
| NV6ads A10 | Fraction of NVIDIA A10 | May be underpowered depending on your use case |
| NC8as T4 | Tesla T4 | Recommended — best value-to-performance ratio |
Request a limit increase
Depending on global demand for the VM type you want, you may be able to launch without requesting a limit increase. If your account is in good standing and not too new (or you’ve converted an Azure for Students Starter subscription), you can request an increase from the Azure portal.Visit the Azure portal and search for quotas at the top. Use the information from step 1 to determine which VM family quota to request.
Create a Windows Server instance
After receiving confirmation of your limit increase, log into the Azure portal. From the dashboard, select Virtual Machines on the left-hand side, then click Create at the top left.Basic configurationConnect via RDPUse an RDP client to connect to your VM for the initial setup:
- Select your subscription
- Give your VM a name — Azure will automatically create a resource group for it unless you already have one
- Choose a region based on proximity or available VM types
- Tailscale (recommended)
- Port forwarding
Install Tailscale on your personal device. With both your server and personal device connected to the same Tailscale network, you can reach your VM without opening any ports in the NSG. This is also the more secure option.
- Windows: Search for “RDP” in the start menu
- macOS: Use the Remote Desktop app from Microsoft
-
Linux: Install Remmina:
Run the script
On your server, open PowerShell as Administrator and run:Follow the prompts in the script to complete the setup.
Create a storage account
Storage accounts on Azure are significantly cheaper than managed disks and are the recommended way to store your games and files.
- Search for Storage accounts in the portal and create a new one
- Select LRS (Locally Redundant Storage) as the redundancy option — it is the lowest cost
- Under the Advanced tab, enable Large file shares under the Azure Files section — this increases performance for file shares
- Once created, go to Data storage → File shares and create a new file share
- Click Connect on the file share and copy the generated command into PowerShell on your server to mount the share