Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Last active May 1, 2024 20:38
Show Gist options
  • Save stephenlauck/51b964684cf66ac52befaaa8b83a5ab6 to your computer and use it in GitHub Desktop.
Save stephenlauck/51b964684cf66ac52befaaa8b83a5ab6 to your computer and use it in GitHub Desktop.
Spellcaster Azure Example
`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-flex-azure?format=powershell'))`
@stephenlauck
Copy link
Author

stephenlauck commented Apr 29, 2024

az storage account create --name silkstorageaccount --resource-group spell-resource-group --location westus2 --sku Standard_ZRS --encryption-services blob

az storage account list

az storage account delete -n silkstorageaccount -g spell-resource-group -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment