Skip to content

Deploying sample Logic apps

tomhig edited this page Jan 25, 2018 · 6 revisions
  1. Click the ‘Deploy to Azure’ button corresponding to the logic app that you want to deploy and follow on screen instructions to deploy the templates to your azure subscription. These buttons are located in repository home page. https://github.com/Microsoft/Dynamics-AX-Integration

    image

    Notes:

    • Each template requires a parameter URL to your Dynamics 365 for Operations environment. DO NOT include "https://" in the URL.
    • For OneDrive download location in the D365FO to OneDrive Template, specify the root and path (URL is not required). For example, a folder named MyFiles in the OneDrive root is /MyFiles.
    • An Export Data Project must be created in Data Management and specified when deploying the D365FO to OneDrive Template.
    • An Import Data Project is created automatically when the OneDrive to D365 Logic App is run.

    Example settings for OneDrive to D365FO Logic App:

    image

    Example settings for D365FO to OneDrive Logic App:

    image

  2. Once deployed, navigate to portal.azure.com and find the deployed app under Logic App resources

    image

  3. Select the logic app you deployed and navigate to API connections

    image

  4. Select each of the connections, click on the banner ‘This connection is not authenticated’ and follow on screen instructions to authorize the logic app to connect to these resources

    image

  5. Open the Logic App Designer and click Save to refresh the source container API connections.

Notes:

  • The OneDrive to D365 Logic App requires a OneDrive folder from the root /LogicAppsIntegration/Demo01. It must contain the following 5 sub-folders (validate the paths in the Logic App Designer and adjust if necessary):

    image

  • The Package File that you import must have the Target Legal Entity ID as the prefix in the file name, followed by underscore. Example: USMF_DemoCustomers.Zip

Clone this wiki locally