Skip to content

Instantly share code, notes, and snippets.

View IT24103113's full-sized avatar

pasan wijekoon IT24103113

View GitHub Profile
@IT24103113
IT24103113 / script.sh
Created January 20, 2026 10:33
vm create script
# Variables
RG="PracticalVM_RG"
VM="PracticalVM"
LOCATION="eastus"
VM_SIZE="Standard_D2s_v3"
OS_IMAGE="UbuntuLTS"
DATA_DISK_NAME="PersistentDataDisk"
DATA_DISK_SIZE=128 # GB
# 1. Create Resource Group