Connecting to Azure

To set up Magic Suite apps to connect to Azure, you will need:

  • Azure Tenant ID (GUID)
  • Client ID (GUID)
  • Client Secret (string - NOT the Secret ID, but the secret itself)

Next, in ReportMagic:

  1. From the Admin menu, click Connections.
  2. Click the Create button.
  3. Enter a name and optionally a description.
  4. From the Type drop-down, select a Connection type of Microsoft Azure.
  5. In the URL field, enter anything ('xxx' would do!).
  6. In the User name field enter the Client ID.
  7. In the Password field, enter the Client Secret.
  8. In the Configuration field, enter the following JSON, replacing <TenantId> with the actual value:
    {
        "TenantId": "<TenantId>"
    }
  9. Click Save
  10. Check that there is a Macro Parameter Default which points to this Connection. This will be used by MicrosoftAzure macros, for example, the [Azure.LogAnalyticsQuery:] macro, by default unless you also use the connectionName parameter in the macro
An unhandled error has occurred. Reload 🗙