I'm trying to write a powershell script that creates all of my azure storage containers and stuff, as opposed to manually creating them through some GUI.
I'm looking at the following documentation website, but see no way to connect to my local azure storage service - only the actual azure services.
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-powershell
Does anybody know how to, or if it's possible to, connect to the local storage emulator?