You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managing_providers/cloud_providers/_topics/adding_azure_providers.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,33 +50,30 @@ In the steps described in [Create Active Directory application and service princ
50
50
storage. The **Subscription ID** is in the form of a Globally Unique
51
51
Identifier (GUID).
52
52
53
-
So, after a service principal account (instance of an application in a directory) has been created using the Azure portal, the following four pieces of information will be available within the Azure AD module.
53
+
When the service principal account (instance of an application in a directory) is created using the Azure portal, the following four pieces of information becomes available within the Azure AD module.
54
54
55
-
- Directory ID (Tenant ID)
56
-
57
-
- Subscription ID
58
-
59
-
- Application ID (Client ID)
60
-
61
-
- Client Key
55
+
- Directory ID (Tenant ID)
56
+
- Subscription ID
57
+
- Application ID (Client ID)
58
+
- Client Key
62
59
63
60
You can now use these values in the procedure below to add an Azure cloud instance as a provider to {{ site.data.product.title_short }}.
64
61
65
-
In order to be able to capture Events or Capacity & Utilization metrics from your Azure account
66
-
you first have to register the Microsoft Insights resource provider.
62
+
To capture Events or Capacity and Utilization metrics from your Azure account
63
+
you need to register the Microsoft Insights resource provider.
67
64
68
-
1. Select your subscription, and click on "Resource providers"
69
-
2. Enter "microsoft.insights" in the search box
70
-
3. If the Provider isn't registered, then hit the checkbox and select the Register option
65
+
1. Select your subscription, and click **Resource providers**.
66
+
2. Enter **microsoft.insights** in the search box.
67
+
3. If the provider isn't registered, then select the checkbox, and click **Register**.
0 commit comments