azure Archives - Microsoft Dynamics 365 Blog https://microsoftdynamics.in/tag/azure/ Microsoft Dynamics CRM . Microsoft Power Platform Thu, 04 Nov 2021 17:44:46 +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 azure Archives - Microsoft Dynamics 365 Blog https://microsoftdynamics.in/tag/azure/ 32 32 176351444 Business Events in Dynamics 365 Finance and Supply Chain – How To https://microsoftdynamics.in/2021/11/04/business-events-in-dynamics-365-finance-and-supply-chain-how-to/ Thu, 04 Nov 2021 17:44:46 +0000 https://ellipsesolutions.com/?p=35270 It is time to shine some light on a lesser known tool in D365, the Business Event. The Business event has been around since early 2019 but somehow has managed to fly under the radar. It can be a very valuable tool in connecting D365 with a variety of external systems and resources. We are…...

The post Business Events in Dynamics 365 Finance and Supply Chain – How To appeared first on Microsoft Dynamics 365 Blog.

]]>
It is time to shine some light on a lesser known tool in D365, the Business Event. The Business event has been around since early 2019 but somehow has managed to fly under the radar. It can be a very valuable tool in connecting D365 with a variety of external systems and resources. We are…

The post Business Events in Dynamics 365 Finance and Supply Chain – How To appeared first on Ellipse Solutions.

Source

The post Business Events in Dynamics 365 Finance and Supply Chain – How To appeared first on Microsoft Dynamics 365 Blog.

]]>
4467
Host Website to azure Web App Part 4 – Setup/configure Custom Domain to azure web App https://microsoftdynamics.in/2020/06/05/host-website-to-azure-web-app-part-4-setup-configure-custom-domain-to-azure-web-app/ Fri, 05 Jun 2020 17:30:33 +0000 http://microsoftdynamics.in/?p=3443 The post Host Website to azure Web App Part 4 – Setup/configure Custom Domain to azure web App appeared first on Microsoft Dynamics 365 Blog.

]]>

In Previous posts, We Created an Azure Web App, Configured Deployment Center
FOUR:we will configure our custom domain "SUPDVMSKE.DVMSKE.COM" to azure WebA App.

  • Navigating to our Web App Resource -> 1. Custom Domain -> 2. Click on add Custom Domain

  • We will get two options to add A record or C NAME record for binding, Capture these information and create TXT and CNAME record in DNS under the website OR give this information to your website administrator.

Adding TXT and CNAME in custom Domain DNS

  • Navigating to DNS panel of Service provider i.e big rock, GoDaddy E.t.c
  • Or we can edit it from Cpanel of the domain -> Navigating to DNS ZONE
  • I already created a subdomain for testing purposes as we can’t demonstrate customer portal or configuration
  • Adding TXT and CNAME to the Domain

  • Clicking on  Validate in Azure, once DNS is successfully updated, we can see validation as successfully

  • Click on ADD CUSTOM DOMAIN

TESTING: Domain is successfully added and lets us navigate to domain "supdvmske.dvmske.com"

https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/06/img_5ed9bc35bfd67.png?fit=1626%2C392&ssl=1
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/06/img_5ed9bc5a2c47f.png?fit=1554%2C736&ssl=1

Click hereHow to Publish our local Website onto Azure app service created and Deployment center configured

We will demonstrate 2 methods of publishing website from local development machine to azure

  1.  Checkin the code from Local to GitHub and Syncing to azure from deployment center
  2. downloading publisher and publishing from visual studio to Azure
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/06/img_5ed9b1a86aaf9.png?fit=1909%2C479&ssl=1

The post Host Website to azure Web App Part 4 – Setup/configure Custom Domain to azure web App appeared first on Microsoft Dynamics 365 Blog.

]]>
3443
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