Resource Group is not getting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2022 09:09 AM
Hi,
Have a requirement to integrate Azure Alert Service and ServiceNow CMDB, for that I installed midserver and have done some configurations in ServiceNow as well as Azure. Now have a blocker in Alert configuration Page, when I' am
trying to select Resource group in the form, no resource groups are getting in the form, in my azure account few resource groups are present, but it is not getting updated in ServiceNow part . Any possible way to break the blocker ?
Thanks in Advance,
Alias
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2022 11:27 AM
Your field has a reference qualifier, you can right click on the label and "Configure Dictionary", and check the reference qualifier field.
Here's the ref qual: javascript:new sn_cmp.RefQualsCMP().getResourceGroupForSA(current.subscription);
Select Service Account field above, you should see a few group records there.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions š
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2022 10:20 PM
Thanks Aman, checked the reference qualifier and have selected service account, still not getting the resource groups

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2022 06:37 PM
as already explained in the other response, the service account (subscription) must be specified. it is marked with an asterisk (*) after all.
if you had chosen the service account and it still does not list resource groups, you have to check if discovery is successfully done.
PS: can you black out instance names in your screenshots? better not to expose this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2022 10:22 PM
Thanks for the advice Ram, I have given service account there,still resource group is not getting there.