Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Last active May 2, 2024 06:54
Show Gist options
  • Save stephenlauck/c3310f90dab8b5742851ea85ea4ad76e to your computer and use it in GitHub Desktop.
Save stephenlauck/c3310f90dab8b5742851ea85ea4ad76e to your computer and use it in GitHub Desktop.
silk notes

build silk flex

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'))

@stephenlauck
Copy link
Author

stephenlauck commented May 2, 2024

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