Tag: App Service
-
Create an Azure App Service Web App .NET Core Part 2 – Create the Azure App Service Plan
Now it’s time to create the hosting environment for our web app. We’ll create the free app service plan. There we go the service plan is created. Now next time we’ll create our Web App on the hosting environment.
-
Create an Azure App Service with .NET Core
Create the resource group Create the Azure App Service Plan Create a Azure Web App in .NET Core
-
Create an Azure App Service with .NET Core Part 1 – Create the resource group
First we have to create our resource group that will group all our Azure resources in the same place. Now in the next post we’ll create our app service!
-
Custom domain name in Azure Part 3 – Add a custom domain to a App Service.
Now in this last part we will add the custom domain! When the DNS zone has been updated and redirected, verify first, it’s time to update your app service. Head over to the App Service and note hostname and IP. Go to the DNS Zone and add an A-record with @ that redirects to the […]
-
Custom domain name in Azure Part 2 – Redirect an external registrar to Azure DNS
Now we will let Azure act as our DNS name server instead of the delegated from our registrar. Go to your DNS Zone and copy the four DNS servers you’ve received for your DNS. Login to your registrar and change DNS to your Azure DNS. Done! Let’s configure an App Service for a custom domain […]
-
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!