host in azure Archives - Microsoft Dynamics 365 Blog https://microsoftdynamics.in/tag/host-in-azure/ Microsoft Dynamics CRM . Microsoft Power Platform Fri, 03 Jul 2020 06:52:13 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/04/cropped-Microsoftdynamics365-blogs.png?fit=32%2C32&ssl=1 host in azure Archives - Microsoft Dynamics 365 Blog https://microsoftdynamics.in/tag/host-in-azure/ 32 32 176351444 How to Publish or host Website to azure Web App with Azure App Service https://microsoftdynamics.in/2020/06/05/how-to-publish-or-host-website-to-azure-web-app-with-azure-app-service/ Fri, 05 Jun 2020 16:34:19 +0000 http://microsoftdynamics.in/?p=3402 This post will be divided into 3 parts

1. Creating a Web App in Azure
2. what is Azure App Service and Setup Deployment Center i.e Git Hub and azure DevOps
3. Hosting our web application on azure web app
4. using Github for coming changes and reflect on our azure hosted web app

The post How to Publish or host Website to azure Web App with Azure App Service appeared first on Microsoft Dynamics 365 Blog.

]]>

ONE : Create a Web App

Prerequisites : –
  • Sign in to your Azure account with active subscription Or create a Traill from  here 
  • After login, we will create a resource

  • From the Market Place, Select Web APP in popular or search

We will be presented the create Wizard,

  1. where we will select a subscription.
  2.  Resource Group: This is used to group resource, i.e for my website I can group all resources in “RGDVMSKE”, we can select existing or create a new resource group
  3. Name of our  WEB APP, that will be in our URL example SUPDVMKE.azurewebsites.net
  4. Publish, we will select it as CODE
  5. Runtime Stack: it helps azure to prepare resources for your web app
  6. OS: Windows
  7. Region: Select the nearest to you
  8. Selecting Windows plan: you can create new, I will keep the default created with resource
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/06/img_5ed8dc3b69f85.png?fit=1386%2C905&ssl=1

9. Sku and size: we can select F1 plac=n as shared infrastructure for testing purpose or B1 for minimal DEV purposes, there are Production, isolated with different configuration plans, We can include features here or after configuration i.e custom domain memories, etc

  • It will take a few minutes for the deployment to complete.

The post How to Publish or host Website to azure Web App with Azure App Service appeared first on Microsoft Dynamics 365 Blog.

]]>
3402