We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee957de commit 28786dfCopy full SHA for 28786df
1 file changed
cmk/plugins/azure_v2/rulesets/azure.py
@@ -223,7 +223,11 @@ def configuration_authentication() -> Mapping[str, DictElement]:
223
"subscription": DictElement(
224
parameter_form=CascadingSingleChoice(
225
title=Title("Subscriptions to monitor"),
226
- help_text=Help("Select the subscriptions you want to monitor."),
+ help_text=Help(
227
+ "Select the subscriptions containing the ARM resources you want to monitor."
228
+ "If you do not wish to monitor ARM resources, select 'Do not monitor subscriptions.'"
229
+ "If you proceed with a subscription, you will be able to choose specific resources to monitor in the next step."
230
+ ),
231
elements=[
232
CascadingSingleChoiceElement(
233
name="no_subscriptions",
0 commit comments