Selecting a "Resource Group" for a new Azure Alert Configuration record shows an empty listDescriptionWhile creating an Azure Alert Configuration (sn_cmp_azure_alert_configuration) and selecting the resource group, the 'search' icon does not provide any resource groups to select even though they exist. This is because the resource_group field record had a Dependent Field set to "subscription". Dependent field and reference qualifiers are usually used for the same purpose. Having dependent field set as well, is adding an additional filter to the database sql query for optimization. In some cases, the filter added is AND (0=1) which will not return anything. Steps to Reproduce 1.Go to Cloud Admin Portal -> Manage -> Alert Configuration -> Azure > New2.Select the Service Account and click on "search" for the resource group reference fieldWorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available.. As a workaround, you can follow the below instructions: Open System Definition > Dictionary > Search for Table=sn_cmp_azure_alert_configuration and Column name=resource_groupOpen the record > Navigate to Dependent Field tab > remove the subscription and save the record Related Problem: PRB1388408