Quick StartDataMagicSyncsSync ExecutionsReportMagicCached ValuesMacro DefaultsAccessAgent ConsoleApi TokensAudit LogsBadgesBrandingCertificatesConnectionsConnection Role SecurityAgent Connections (In-House Systems)AutoTask ConnectionsCertify ConnectionsCherwell ConnectionsCisco ConnectionsCloudHealth ConnectionsConnectWise Manage ConnectionsDatabase ConnectionsIMAP ConnectionsJira ConnectionsGit / GitHub ConnectionsHubSpot ConnectionsLogicMonitor ConnectionsLogicMonitor DataMagic configurationMeraki ConnectionsMicrosoft Azure ConnectionsMicrosoft Dataverse ConnectionsMagic Suite ConnectionsSalesforce ConnectionsServiceNow ConnectionsSharePoint ConnectionsSFTP ConnectionsSMTP ConnectionsToggl ConnectionsWeb ConnectionsFeedbackNotificationsSubscriptionsUsers
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:
- From the Admin menu, click Connections.
- Click the Create button.
- Enter a name and optionally a description.
- From the Type drop-down, select a Connection type of Microsoft Azure.
- In the URL field, enter anything ('xxx' would do!).
- In the User name field enter the Client ID.
- In the Password field, enter the Client Secret.
- In the Configuration field, enter the following JSON, replacing <TenantId> with the actual value:
{
"TenantId": "<TenantId>"
} - Click Save
- 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