Blog
Configure a custom domain for an App Service
Create a DNS Zone Redirect public registrar Add a custom domain to an App Service.
Custom domain name in Azure Part 1 – Create a DNS Zone
First of all we want to host our very own DNS zone in Azure. Search for DNS Zone in the marketplace to create a new resource. Create a DNS Zone and pick a name for your zone. Done! Next time I’ll show you how to redirect an external registrar to Azures DNS servers!
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.