Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://away.spellcaster.sh/spells/silk-azure?format=powershell'))
Last active
May 2, 2024 06:54
-
-
Save stephenlauck/c3310f90dab8b5742851ea85ea4ad76e to your computer and use it in GitHub Desktop.
silk notes
az vm show --resource-group silk-resource-group --name silk-flex-vm -d
az vm create --resource-group silk-resource-group --name silk-flex-vm --admin-username silkadmin --generate-ssh-keys --image silk:silk_cloud_data_platform_image_byol:silk_cloud_data_image_byol:1.70.20 --plan-name silk_cloud_data_image_byol --plan-product silk_cloud_data_platform_image_byol --plan-publisher silk
cleanup
az vm delete --resource-group silk-resource-group --name silk-flex-vm --yes; az group delete --name silk-resource-group --yes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
az group show --name silk-resource-group
az group create --name silk-resource-group --location westus2