storage account
Create an Azure storage account using Powershell Part 3 – Create a SAS token and connect to the Azure fileshare
With our fileshare in place we will now create a SAS to connect to our fileshare. Create the SAS storage token. Get the varible and save the Storage URI and your new SAS token. Learn more about it here. If you don’t have AZcopy installed browse and download it https://aka.ms/downloadazcopy and install. In Visual Studio […]
Create an Azure Storage Account using Powershell Part 2 – Create a fileshare
Now let’s go and create a fileshare in Azure. Let’s begin by grabbing the Storage key and setting the context. Next set a variable for the fileshare Thanks to our Storage account key and our storage context we can now create a fileshare in Azure! Done and Done! Next we will create a SAS to […]
Create an Azure Storage Account using Powershell Part 1 – Create the storage account
Did you know you can create a fileshare for any type of use in Azure? If not I’ll guide you through creating it! Begin by setting the context for the subscription Next create the variables for the resource group Now go ahead and create the resource group Now prepare variables for the storage account Finally […]
You must be logged in to post a comment.