App Service
GETTING STARTED WITH AZURE KEY VAULT WITH .NET CORE PART 2 – Clone quickstart repo, create an azure web app
We’ll continue the quickstart with clonding the repo and publish it to an Azure Web App. If you haven’t already make sure you have all the pre-requisites. ASP.NET and web development .NET Core cross-platform development .NET Core 2.1 SDK Next Clone the gitrepo into a folder on your local drive. Next locate the key vault […]
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 […]
You must be logged in to post a comment.