1. Help Center
  2. Data Governance

Azure PowerShell packages in Exmon

In this article you will learn to create an Azure PowerShell package in Exmon and run it

Create Data Provider

  1. Open up Exmon
  2. Right-click Data Providers, select New -> Data Provider
  3. Select a name for your Data Provider
  4. Fill in a description for your Data Provider
  5. Select the Exmon Systems in which your Data Provider should run
  6. Under Datasource Type, select Azure Connection
  7. Fill in the Tenant-Id, App-Id and the Client Secret
  8. Click Save

Create package

  1. Right-click Packages, select New -> Azure PowerShell
  2. Select a name for the Azure PowerShell package
  3. Select the recently created Data Provider, which should fill in the Subscription Name and Resource Group Name dropdowns
  4. Add the Azure PowerShell script you wish to run in the provided text field
  5. Click Save
  6. Finally, run the Azure PowerShell package