Skip to content

Commit 41820b5

Browse files
committed
azure_v2: fix quick setup descriptions
CMK-28850 Change-Id: I881f9adb8769a735366b7b04d28b171cbc04db23
1 parent c8bcb65 commit 41820b5

File tree

1 file changed

+4
-1
lines changed
  • cmk/gui/quick_setup/config_setups/azure_v2

1 file changed

+4
-1
lines changed

cmk/gui/quick_setup/config_setups/azure_v2/stages.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ def configure_authentication() -> QuickSetupStage:
112112
),
113113
Text(
114114
text=_(
115-
'If you plan to monitor Azure resources via Azure Resource Manager, assign the built-in Reader role to the app at the subscription (or appropriate resource group) level in Access control (IAM). Additionally, if resources available through the Graph API will be monitored, add the Microsoft Graph application permissions "Directory.Read.All" and "User.Read.All" and grant admin consent. These resources include "Users in Entra ID", "Entra Connect Sync", and "App Registrations".'
115+
"If you plan to monitor Azure resources via Azure Resource Manager, assign the built-in Reader role to the app at the subscription (or appropriate resource group) level in Access control (IAM)"
116+
" and ensure that the required Azure Resource Providers are registered in the subscription. The exact set of providers depends on the Azure resource types you intend to monitor and"
117+
' may include, but is not limited to, "Microsoft.Compute", "Microsoft.Network", "Microsoft.Storage", "Microsoft.ResourceHealth" and "Microsoft.Insights". If resources available through the Microsoft Graph API will be'
118+
' monitored, add the Microsoft Graph application permissions "Directory.Read.All" and "User.Read.All" and grant admin consent. These resources include "Users in Entra ID", "Entra Connect Sync", and "App Registrations".'
116119
),
117120
),
118121
Text(text=_("Create a client secret for the app and note it down.")),

0 commit comments

Comments
 (0)