Click the Azure Resource Graph tab to view the query
//AzureResourceGraphQuery//ReturnsServiceBusnamespacesthatdonothaveanyavailabilityzonesenabledresources|wheretype=~'Microsoft.ServiceBus/namespaces'|whereproperties.zoneRedundant=='false'|projectrecommendationId="20057905-262c-49fe-a9be-49f423afb359",name,id,tags,param1=strcat("zoneRedundant: ",properties.zoneRedundant),param2=strcat("SKU: ",sku.name),param3=iff(tolower(sku.name)=='premium','Move Service Bus namespace to a region that supports Availability Zones','Migrate to Premium SKU in a region that supports Availability Zones')