Applications Systems
Find Microsoft Azure credentials for use in Orion Platform products
This article provides tips for locating Microsoft Azure credentials, such as Subscription IDs, Tenant/Directory IDs, Client/Application IDs, and Application Secret Keys that are required for features such as cloud monitoring and API pollers.
First published date
Last published date
Overview
As you work with Microsoft Azure cloud services while using Orion Platform products (for example, to configure cloud monitoring or add API pollers), you may be prompted to provide different types of credentials, such as:
-
Subscription IDs
-
Tenant/Directory IDs
-
Client/Application IDs
-
Application Secret Keys
| Credential | May also be called | Notes |
|---|---|---|
| Subscription ID | -- |
|
| Tenant ID |
Directory ID |
|
| Client ID |
Application ID |
|
| Client Secret |
Application Secret Key Client Secret Key |
|
Azure permissions
In addition to credentials, Azure accounts require sufficient Azure Active Directory (AD) permissions. Azure uses role-based access control with a resource.operation.constraint pattern, as shown in these examples:
- ServiceHealth.Read grants access to read service health information in the Office 365 Management API.
- Reports.Read.All grants access to read usage reports in the Microsoft Graph API.
Recommended: Work with your organization's Azure Administrator to configure Azure permissions. SolarWinds Technical Support cannot assist with permission-related issues related to third-party products, such as Azure, due to variations in customer environments and Program Limitations.
The following figure shows Reports.Read.All permissions configured in Azure for an API poller based on the Microsoft 365 Teams API poller template:
When configuring Azure permissions, use Application nstead of Delegate as the Type for Microsoft Graph and Office 365 Management APIs.
To learn more, see Use the portal to create an Azure AD application and service principal that can access resources.
(Excerpts and figures in this section are attributed to © 2021 Microsoft Corp., available at docs.microsoft.com , obtained on June 15, 2021.)