Sunday, 22 December 2019

Azure Deployment in D365 F&O

In this blog article, we will see how we can create a Project and Deploy a Dynamics 365 Operations Environment using Microsoft Dynamics Lifecycle Services.

Prerequisites:

  1. Lifecycle Service Account
  2. Azure Subscription

Steps:

  1. Create a new project in Lifecycle Service Account.
  2. Azure Settings
  3. Deploy Environment.
Create New project in Lifecycle Services
  1. Navigate to https://lcs.dynamics.com/Logon/Index
  2. Click Sign in.
  3. Loginwith the account you used to subscribe.
  4. Click the icon to create a new project.
  • Select the project type- “Migrate, create solutions and learn Dynamics 365 for operations”. See below screenshot for reference.
  • Enter the project information and then clickCreate.
Azure Settings:
  1. Follow this link to setup your Azure connector settings, https://ax.help.dynamics.com/en/wiki/arm-onboarding/
Deploy Environments:
  1. In newly created Project, go to Environmentssection, click the plus sign (+). Refer screenshot below
  • You can click either the Downloadlink to download the VHD or Next to deploy on Azure. Azure is the preferred path.
  • Enter the environment name. Read the terms, and then select the check box to indicate you understand them.
  • Click Next.
  • Confirm the details, and then click Deploy.
So, this will deploy the D365 Operations Environment. Let me know your reviews. I will soon come up with more articles, as I further explore D365 Operations.

No comments:

Post a Comment

POSTMAN D365

  Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...