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: servicepulse/usage-config.md
+42-19Lines changed: 42 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,42 +27,65 @@ Look at the [Diagnostics](#diagnostics) tab to diagnose connection issues.
27
27
28
28
Steps:
29
29
30
-
1. Create an application Id for ServiceControl
31
-
2. Assign the role `Monitoring Reader` to this application Id
32
-
3. Update ServiceControl configuration and set at minimum `TenantId`, `SubscriptionId`, `ClientId` (aka ApplicationId) and its accompanying `ClientSecret`
30
+
1. Create an **ApplicationId (aka ClientId)** for ServiceControl
31
+
2. Assign it the **Monitoring Reader** role
32
+
3. Configure for the ServiceControl instance at minimum:
33
+
-`TenantId`
34
+
-`SubscriptionId`
35
+
-`ClientId`
36
+
-`ClientSecret`
37
+
33
38
34
39
#### Using Azure Portal
35
40
36
-
- Create App
37
-
-**Home > App registrations** > ➕ New registration
38
-
- Assign application to role:
39
-
-**Home > Service Bus > {service bus namespace} > Access control (IAM) > ➕ Add
40
-
- Role: `Monitoring Reader`
41
-
- Members: ➕ Select Members > {application name}
42
-
- Review and Assign
41
+
Instructions when using the Azure Portal, alternative is using the Azure CLI listed below.
42
+
43
+
44
+
1. Create App
45
+
- Native to: **Home > App registrations**
46
+
- Select **➕ New registration**
47
+
2. Assign application to role:
48
+
- Natigate to: **Home > Service Bus > {service bus namespace} > Access control (IAM)**
49
+
- Select: **➕ Add**
50
+
- Enter:
51
+
- Role: `Monitoring Reader`
52
+
- Members: Select **➕ Select Members > {application name}**
53
+
- Select: **Review and Assign**
43
54
55
+
#### Using Azure CLI
44
56
45
-
#### Setup using Azure CLI
57
+
Instructions when using the Azure CLI or scripting, alternative is using the Azure Portal above.
46
58
47
59
```ps1
48
-
# set correct context and subscription
60
+
# Set context first
49
61
az account set --subscription "YourAzureSubscriptionName"
0 commit comments