Data Factory packages in Exmon

Created by: Gunnar Tómas Gunnarsson

In this article, you will learn how to create an app in Azure, connect it to your Data Factory & then load it in exMon.

In the Azure Portal, we need to create an App registration which we will use to access our Data Factory. This is done under the Azure Portal –> Azure Active Directory –> App Registration

  1. Go to the Azure Portal
  2. Open App Registrations

  3. Select New Registrations

  4. Name your app Azure_Demo and click Register
  5. The next window presents some key information that exMon will use to authenticate our later execution.
  6. In the left panel, click Certificates & Secrets
  7. Then select New Client Secret

  8. Add the description exMon Connection and click Add at the bottom of the window

  9. Copy the secret value by clicking the Copy to Clipboard button

Add app to Data Factories

  1. Next navigate to Data Factories, in Azure

  2. Then move to Access Control(IAM) –> Role Assignments and select the Add button.

  3. Make your new App registration a Contributor to your Data factory.



Add app to exMon

  1. Next, open up exMon

  2. Right-click packages, select new -> Data Factory

  3. Then select a name for the Data Factory package


  4. Select an Execution connection

  5. Fill in the Tenant-id, App-id and the Client secret

  6. Then click login, this should fill in the rest of the required fields.

  7. Then click the Save

  8. Finally, Run the Data Factory Package.


Gunnar is the author of this solution article.