Posts

Showing posts from June, 2021

Azure App service creation step by step

Image
  What is Azure App service? Azure App Service  is a fully managed web hosting  service  for building web applications,   services , and RESTful APIs. The  service  offers a range of plans to meet the needs of any  application , from small websites to globally scaled web applications.  It can host web applications, REST APIs, and mobile back ends using languages like .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and   Linux -based environments. Below is the sample architecture of hosting App services using Azure services Pic source( MS learning doc) How to create an Azure app service? During the process, we need  1)Valid Azure subscription 2)User with subscription mapped 3)Azure must have roles to create Azure services 4)Resource Group 5)Azure App service plan 6)Custom domain for DNS mapping 7) Azure SQL for backend. 8) Domain provider(Ex:- Godaddy) for DNS mapping wi...