Last active
May 1, 2024 20:38
-
-
Save stephenlauck/51b964684cf66ac52befaaa8b83a5ab6 to your computer and use it in GitHub Desktop.
Spellcaster Azure Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`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'))` |
Author
stephenlauck
commented
Apr 25, 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