Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sujaypillai/51e2351f13b7e3067d2848a42d0434f0 to your computer and use it in GitHub Desktop.
Save sujaypillai/51e2351f13b7e3067d2848a42d0434f0 to your computer and use it in GitHub Desktop.
ResourceGraph query with hidden resource type
resources|where (resourceGroup =~ ('rg-lab-Rodion_Esartiia'))|extend typeDisplayName=case(
type =~ 'microsoft.insights/components','Application Insights',
type =~ 'microsoft.insights/privatelinkscopes','Azure Monitor Private Link Scope',
type =~ 'microsoft.insights/webtests','Availability test',
type =~ 'microsoft.insights/workbooks','Azure Workbook',
type =~ 'microsoft.insights/workbooktemplates','Azure Workbook Template',
type =~ 'microsoft.appplatform/spring','Azure Spring Cloud',
type =~ 'microsoft.appplatform/tanzu','Azure Spring Cloud',
type =~ 'microsoft.cache/redisenterprise','Redis Enterprise',
type =~ 'microsoft.cache/redisenterprise/databases','Cache',
type =~ 'microsoft.cache/redis','Azure Cache for Redis',
type =~ '','Mobile App',
type =~ 'microsoft.visualstudio/account','Azure DevOps organization',
type =~ 'microsoft.visualstudio/account/project','DevOps Starter',
type =~ 'microsoft.devops/pipelines','DevOps Starter',
type =~ 'microsoft.confluent/organizations','Confluent organization',
type =~ 'microsoft.datadog/monitors','Datadog',
type =~ 'microsoft.elastic/monitors','Elasticsearch',
type =~ 'microsoft.logz/monitors','Logz main account',
type =~ 'microsoft.logz/monitors/accounts','Logz sub account',
type =~ 'citrix.services/xenappessentials','Citrix Virtual Apps Essentials',
type =~ 'citrix.services/xendesktopessentials','Citrix Virtual Desktops Essentials',
type =~ 'microsoft.vmwarecloudsimple/virtualmachines','CloudSimple Virtual Machine',
type =~ 'microsoft.vmwarecloudsimple/dedicatedcloudservices','CloudSimple Service',
type =~ 'microsoft.vmwarecloudsimple/dedicatedcloudnodes','CloudSimple Node',
type =~ 'microsoft.resourcegraph/queries','Resource Graph query',
type =~ 'microsoft.storage/argstorageaccounts','Storage account (ARG browse preview)',
type =~ 'microsoft.portal/dashboards','Shared dashboard',
type =~ 'microsoft.resources/subscriptions/resourcegroups','Resource group',
type =~ 'microsoft.blockchain/blockchainmembers','Azure Blockchain Service',
type =~ 'microsoft.blockchain/cordamembers','Corda',
type =~ 'microsoft.azureactivedirectory/b2cdirectories','B2C Tenant',
type =~ 'microsoft.azureactivedirectory/guestusages','Guest Usages',
type =~ 'microsoft.aad/domainservices','Azure AD Domain Services',
type =~ 'microsoft.aadiam/privatelinkforazuread','Private Link for Azure AD',
type =~ 'providers.test/statefulibizaengines','Application assessment',
type =~ 'microsoft.azurestackhci/clusters','Azure Stack HCI',
type =~ 'microsoft.deviceupdate/accounts','Device Update for IoT Hub',
type =~ 'microsoft.agfoodplatform/farmbeats','Azure FarmBeats',
type =~ 'microsoft.analysisservices/servers','Analysis Services',
type =~ 'microsoft.apimanagement/service','API Management service',
type =~ 'microsoft.solutions/applicationdefinitions','Service catalog managed application definition',
type =~ 'microsoft.solutions/applications','Managed application',
type =~ 'microsoft.vsonline/plans','Visual Studio Online Plan',
type =~ 'microsoft.attestation/attestationproviders','Attestation provider',
type =~ 'microsoft.automation/automationaccounts','Automation Account',
type =~ 'microsoft.automation/automationaccounts/modules','Module',
type =~ 'microsoft.automation/automationaccounts/hybridrunbookworkergroups','HybridWorkerGroup',
type =~ 'microsoft.automation/automationaccounts/runbooks','Runbook',
type =~ 'microsoft.appconfiguration/configurationstores','App Configuration',
type =~ 'microsoft.batch/batchaccounts','Batch account',
type =~ 'microsoft.resources/subscriptions','Subscription',
type =~ 'microsoft.blockchain/watchers','Blockchain Data Manager',
type =~ 'microsoft.autonomoussystems/workspaces','Bonsai',
type =~ 'microsoft.botservice/botservices','Bot Service',
type =~ 'microsoft.cdn/profiles/endpoints/customdomains','Custom domain',
type =~ 'microsoft.cdn/profiles/endpoints','Endpoint',
type =~ 'microsoft.cdn/profiles/endpoints/origins','Origin',
type =~ 'microsoft.cdn/profiles','Front Door Standard/Premium (Preview)',
type =~ 'microsoft.chaos/chaosexperiments','Chaos Experiment',
type =~ 'microsoft.classicstorage/storageaccounts/disks','Disk (classic)',
type =~ 'microsoft.classicstorage/storageaccounts/osimages','OS image (classic)',
type =~ 'microsoft.classicstorage/storageaccounts/vmimages','VM image (classic)',
type =~ 'microsoft.classiccompute/virtualmachines','Virtual machine (classic)',
type =~ 'microsoft.loadtestservice/loadtests','Cloud Native Load Test',
type =~ 'microsoft.classiccompute/domainnames','Cloud service (classic)',
type =~ 'microsoft.classiccompute/domainnames/slots/roles','Cloud service role (classic)',
type =~ 'microsoft.compute/cloudservices','Cloud service (extended support)',
type =~ 'microsoft.cloudtest/accounts','CloudTest Account',
type =~ 'microsoft.cloudtest/hostedpools','1ES Hosted Pool',
type =~ 'microsoft.cloudtest/images','CloudTest Image',
type =~ 'microsoft.cloudtest/pools','CloudTest Pool',
type =~ 'microsoft.communication/communicationservices','Communication Service',
type =~ 'microsoft.compute/availabilitysets','Availability set',
type =~ 'microsoft.compute/capacityreservationgroups','Capacity Reservation Group',
type =~ 'microsoft.compute/hostgroups','Host group',
type =~ 'microsoft.compute/hostgroups/hosts','Host',
type =~ 'microsoft.compute/diskaccesses','Disk Access',
type =~ 'microsoft.compute/disks','Disk',
type =~ 'microsoft.compute/diskencryptionsets','Disk Encryption Set',
type =~ 'microsoft.compute/proximityplacementgroups','Proximity placement group',
type =~ 'microsoft.compute/snapshots','Snapshot',
type =~ 'microsoft.compute/sshpublickeys','SSH key',
type =~ 'microsoft.compute/virtualmachines','Virtual machine',
type =~ 'microsoft.compute/virtualmachinescalesets','Virtual machine scale set',
type =~ 'microsoft.connectedvehicle/platformaccounts','Connected Vehicle Platform',
type =~ 'microsoft.containerregistry/registries','Container registry',
type =~ 'microsoft.containerregistry/registries/replications','Container registry replication',
type =~ 'microsoft.containerregistry/registries/scopemaps','Container registry scope map',
type =~ 'microsoft.containerregistry/registries/tokens','Container registry token',
type =~ 'microsoft.containerregistry/registries/webhooks','Container registry webhook',
type =~ 'microsoft.containerservice/managedclusters','Kubernetes service',
type =~ 'microsoft.kubernetes/connectedclusters','Kubernetes - Azure Arc',
type =~ 'microsoft.containerinstance/containergroups','Container instances',
type =~ 'microsoft.hydra/components','Hydra component',
type =~ 'microsoft.portal/extensions','Portal Extension',
type =~ 'microsoft.azuredata/sqlserverregistrations','SQL Server registry',
type =~ 'microsoft.databricks/workspaces','Azure Databricks Service',
type =~ 'microsoft.datacatalog/catalogs','Data Catalog',
type =~ 'microsoft.datacollaboration/workspaces','Project CI',
type =~ 'microsoft.datafactory/datafactories','Data factory',
type =~ 'microsoft.datafactory/factories','Data factory (V2)',
type =~ 'microsoft.datalakeanalytics/accounts','Data Lake Analytics',
type =~ 'microsoft.datalakestore/accounts','Data Lake Storage Gen1',
type =~ 'microsoft.dataprotection/backupvaults','Backup vault',
type =~ 'microsoft.datashare/accounts','Data Share',
type =~ 'microsoft.clusterstor/nodes','ClusterStor',
type =~ 'microsoft.baremetal/crayservers','Cray Server',
type =~ 'microsoft.baremetal/monitoringservers','Monitoring Server',
type =~ 'microsoft.securitydetonation/chambers','Security Detonation Chamber',
type =~ 'microsoft.devtestlab/labs','DevTest Lab',
type =~ 'microsoft.devtestlab/labs/virtualmachines','Virtual machine',
type =~ 'microsoft.digitaltwins/digitaltwinsinstances','Azure Digital Twins',
type =~ 'microsoft.storagepool/diskpools','Disk Pool',
type =~ 'microsoft.compute/galleries/images','Image definition',
type =~ 'microsoft.compute/images','Image',
type =~ 'microsoft.virtualmachineimages/imagetemplates','Image Template',
type =~ 'microsoft.compute/galleries/images/versions','Image version',
type =~ 'microsoft.compute/galleries','Shared image gallery',
type =~ 'microsoft.datamigration/services','Azure Database Migration Service',
type =~ 'microsoft.datamigration/services/projects','Azure Database Migration Project',
type =~ 'microsoft.network/dnszones','DNS zone',
type =~ 'microsoft.network/trafficmanagerprofiles','Traffic Manager profile',
type =~ 'microsoft.documentdb/databaseaccounts','Azure Cosmos DB account',
type =~ 'microsoft.documentdb/cassandraclusters','Azure Managed Instance for Apache Cassandra',
type =~ 'microsoft.databoxedge/databoxedgedevices','Azure Stack Edge / Data Box Gateway',
type =~ 'microsoft.azurestack/registrations','Azure Stack Hub | PREVIEW',
type =~ 'microsoft.edgeorder/orderitems','Azure Hardware Center',
type =~ 'microsoft.edgeorder/addresses','Azure Hardware Center Address',
type =~ 'microsoft.web/connections','API Connection',
type =~ 'microsoft.web/customapis','Logic apps custom connector',
type =~ 'microsoft.logic/integrationaccounts','Integration account',
type =~ 'microsoft.logic/integrationserviceenvironments','Integration Service Environment',
type =~ 'microsoft.logic/integrationserviceenvironments/managedapis','Managed Connector',
type =~ 'microsoft.scheduler/jobcollections/jobs','Scheduler Job',
type =~ 'microsoft.scheduler/jobcollections','Scheduler Job Collection',
type =~ 'microsoft.logic/workflows','Logic app',
type =~ 'microsoft.eventgrid/topics','Event Grid Topic',
type =~ 'microsoft.eventgrid/domains','Event Grid Domain',
type =~ 'microsoft.eventgrid/domains/topics','Event Grid Domain Topic',
type =~ 'microsoft.eventgrid/partnertopics','Event Grid Partner Topic',
type =~ 'microsoft.eventgrid/systemtopics','Event Grid System Topic',
type =~ 'microsoft.eventgrid/partnernamespaces','Event Grid Partner Namespace',
type =~ 'microsoft.eventgrid/partnernamespaces/eventchannels','Event Grid Event Channel',
type =~ 'microsoft.eventgrid/partnerregistrations','Event Grid Partner Registration',
type =~ 'microsoft.eventhub/namespaces','Event Hubs Namespace',
type =~ 'microsoft.eventhub/namespaces/eventhubs','Event Hubs Instance',
type =~ 'microsoft.eventhub/namespaces/schemagroups','Schema Group',
type =~ 'microsoft.eventhub/namespaces/disasterrecoveryconfigs','Event Hubs Geo-DR Alias',
type =~ 'microsoft.eventhub/clusters','Event Hubs Cluster',
type =~ 'microsoft.experimentation/experimentworkspaces','Experiment Workspace',
type =~ 'microsoft.databox/jobs','Data Box',
type =~ 'microsoft.network/frontdoors','Front Door',
type =~ 'github.enterprise/accounts','GitHub AE',
type =~ 'microsoft.hdinsight/clusters','HDInsight cluster',
type =~ 'microsoft.healthbot/healthbots','Azure Health Bot',
type =~ 'microsoft.hpcworkbench/instances/chambers','Chamber',
type =~ 'microsoft.hpcworkbench/instances/chambers/accessprofiles','Chamber Profile',
type =~ 'microsoft.hpcworkbench/instances/chambers/files','Chamber Data Pipeline File',
type =~ 'microsoft.hpcworkbench/instances/chambers/requests','Chamber Data Pipeline Request',
type =~ 'microsoft.hpcworkbench/instances/chambers/licenses','Chamber License',
type =~ 'microsoft.hpcworkbench/instances/chambers/storages','Chamber Storage',
type =~ 'microsoft.hpcworkbench/instances/chambers/workloads','Chamber VM',
type =~ 'microsoft.hpcworkbench/instances/consortiums','Consortium',
type =~ 'microsoft.hpcworkbench/instances','HPC Workbench',
type =~ 'microsoft.hpcworkbench/instances/sharedstorages','Shared Storage',
type =~ 'microsoft.resourceconnector/appliances','Resource bridge',
type =~ 'microsoft.hybridcompute/privatelinkscopes','Azure Arc Private Link Scope',
type =~ 'microsoft.connectedvmwarevsphere/vcenters','VMware vCenter',
type =~ 'microsoft.scvmm/virtualmachines','SCVMM virtual machine - Azure Arc',
type =~ 'microsoft.all/virtualmachines','Virtual machine',
type =~ 'microsoft.arc/all','Azure Arc enabled resources',
type =~ 'microsoft.arc/allfairfax','Azure Arc enabled resources',
type =~ 'microsoft.azurestackhci/virtualmachines','Azure Stack HCI virtual machine - Azure Arc',
type =~ 'microsoft.extendedlocation/customlocations','Custom location',
type =~ 'microsoft.hybridcompute/machines','Server - Azure Arc',
type =~ 'microsoft.connectedvmwarevsphere/virtualmachines','VMware + AVS virtual machine',
type =~ 'microsoft.hybriddata/datamanagers','StorSimple Data Manager',
type =~ 'microsoft.azurearcdata/datacontrollers','Azure Arc data controller',
type =~ 'microsoft.azurearcdata/datawarehouseinstances','Azure arc enabled DW',
type =~ 'microsoft.azurearcdata/postgresinstances','Azure Arc enabled PostgreSQL Hyperscale',
type =~ 'microsoft.azurearcdata/sqlmanagedinstances','SQL managed instance - Azure Arc',
type =~ 'microsoft.azurearcdata/sqlserverinstances','SQL Server - Azure Arc',
type =~ 'microsoft.network/applicationgateways','Application gateway',
type =~ 'microsoft.network/bastionhosts','Bastion',
type =~ 'microsoft.network/azurefirewalls','Firewall',
type =~ 'microsoft.network/connections','Connection',
type =~ 'microsoft.network/firewallpolicies','Firewall Policy',
type =~ 'microsoft.network/ipgroups','IP Group',
type =~ 'microsoft.network/localnetworkgateways','Local network gateway',
type =~ 'microsoft.network/virtualnetworkgateways','Virtual network gateway',
type =~ 'microsoft.network/virtualrouter','Route Server',
type =~ 'microsoft.network/virtualwans','Virtual WAN',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/assets','Asset',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/tests','Script',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/executionplans','Deployment',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/testplans','Suite',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins','Minerva',
type =~ 'microsoft.importexport/jobs','Import/export job',
type =~ 'microsoft.network/networkexperimentprofiles','Internet Analyzer profile',
type =~ 'microsoft.iotcentral/iotapps','IoT Central Application',
type =~ 'microsoft.devices/provisioningservices','Device Provisioning Service',
type =~ 'microsoft.devices/iothubs','IoT Hub',
type =~ 'microsoft.storagesync/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.storagesyncint/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.storagesyncdev/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.keyvault/vaults','Key vault',
type =~ 'microsoft.kusto/clusters','Azure Data Explorer Cluster',
type =~ 'microsoft.kusto/clusters/databases','Azure Data Explorer Database',
type =~ 'microsoft.synapse/workspaces/kustopools','Kusto Pool (Preview)',
type =~ 'microsoft.synapse/workspaces/kustopools/databases','Kusto Pool Database',
type =~ 'microsoft.maps/accounts','Azure Maps Account',
type =~ 'microsoft.maps/accounts/creators','Azure Maps Creator Resource',
type =~ 'microsoft.maps/accounts/privateatlases','Azure Maps Creator Preview Resource',
type =~ 'microsoft.maintenance/maintenanceconfigurations','Maintenance Configuration',
type =~ 'microsoft.labservices/labaccounts','Lab Account',
type =~ 'microsoft.network/networkmanagers','Network Manager',
type =~ 'microsoft.managedidentity/userassignedidentities','Managed Identity',
type =~ 'microsoft.gallery/myareas/galleryitems','Template',
type =~ 'microsoft.saas/applications','Software as a Service (classic)',
type =~ 'microsoft.saas/saasresources','SaaS (classic)',
type =~ 'microsoft.saas/resources','SaaS',
type =~ '84codes.cloudamqp/servers','CloudAMQP',
type =~ 'appdynamics.apm/services','AppDynamics',
type =~ 'aspera.transfers/services','Aspera Server On Demand',
type =~ 'microsoft.marketplaceapps/classicdevservices','Classic Dev Services',
type =~ 'cloudyn.analytics/accounts','Cloudyn',
type =~ 'microsoft.contentmoderator/applications','Content Moderator',
type =~ 'livearena.broadcast/services','LiveArena Broadcast',
type =~ 'mailjet.email/services','Mailjet Email Service',
type =~ 'microsoft.azure.testmarketplacerp/marketplaceresource','Application Services',
type =~ 'nuubit.nextgencdn/accounts','nuu:bit CDN',
type =~ 'paraleap.cloudmonix/services','CloudMonix',
type =~ 'pokitdok.platform/services','PokitDok Platform',
type =~ 'ravenhq.db/databases','RavenHQ',
type =~ 'raygun.crashreporting/apps','Raygun',
type =~ 'revapm.mobilecdn/accounts','RevAPM CDN',
type =~ 'signiant.flight/accounts','Signiant Flight',
type =~ 'sparkpost.basic/services','SparkPost',
type =~ 'storeubb.emails-preview/emails','Test Emails',
type =~ 'storeubb.memorygame/memorygame','Test Game',
type =~ 'storeubb.security/security','Test Incapsula',
type =~ 'memorynamespace/memorygame','Test Memory',
type =~ 'sendgrid/sendgrid_azure','Test Sendgrid',
type =~ 'storeubb.ubbresource2-preview/ubbresource2','Test Ubbresource2',
type =~ 'storeubb.ubbresource-preview/ubbresource','Test Ubbresource',
type =~ 'vj_testmarketplacerp/marketplaceresource','Test VJ',
type =~ 'trendmicro.deepsecurity/accounts','Deep Security SaaS',
type =~ 'microsoft.media/mediaservices/liveevents','Live event',
type =~ 'microsoft.media/mediaservices','Media service',
type =~ 'microsoft.media/mediaservices/channels','Channel',
type =~ 'microsoft.media/mediaservices/locators','Locator',
type =~ 'microsoft.media/mediaservices/assets','Asset',
type =~ 'microsoft.media/mediaservices/programs','Program',
type =~ 'microsoft.media/mediaservices/streamingendpoints','Streaming Endpoint',
type =~ 'microsoft.migrate/projects','Migration project',
type =~ 'microsoft.machinelearning/commitmentplans','Machine Learning Studio (classic) web service plan',
type =~ 'microsoft.machinelearningservices/workspaces/onlineendpoints/deployments','Machine learning online deployment',
type =~ 'microsoft.machinelearningservices/workspaces/onlineendpoints','Machine learning online endpoint',
type =~ 'microsoft.machinelearningservices/workspaces','Machine learning',
type =~ 'microsoft.machinelearning/webservices','Machine Learning Studio (classic) web service',
type =~ 'microsoft.machinelearning/workspaces','Machine Learning Studio (classic) workspace',
type =~ 'microsoft.eventhub/namespaces/providers/diagnosticsettings','Diagnostic settings',
type =~ 'microsoft.insights/datacollectionrules','Data Collection Rule',
type =~ 'microsoft.netapp/netappaccounts','NetApp account',
type =~ 'microsoft.netapp/netappaccounts/capacitypools','Capacity pool',
type =~ 'microsoft.netapp/netappaccounts/capacitypools/volumes/snapshots','Snapshot',
type =~ 'microsoft.netapp/netappaccounts/snapshotpolicies','Snapshot policy',
type =~ 'microsoft.netapp/netappaccounts/capacitypools/volumes','Volume',
type =~ 'microsoft.network/applicationsecuritygroups','Application security group',
type =~ 'microsoft.classicnetwork/networksecuritygroups','Network security group (classic)',
type =~ 'microsoft.classicnetwork/virtualnetworks','Virtual network (classic)',
type =~ 'microsoft.network/customipprefixes','Custom IP Prefix',
type =~ 'microsoft.network/ddosprotectionplans','DDoS protection plan',
type =~ 'microsoft.network/expressroutecircuits','ExpressRoute circuit',
type =~ 'microsoft.network/expressrouteports','ExpressRoute Direct',
type =~ 'microsoft.compute/virtualmachines/providers/guestconfigurationassignments','Guest Assignment',
type =~ 'microsoft.hybridcompute/machines/providers/guestconfigurationassignments','Guest Assignment',
type =~ 'microsoft.network/loadbalancers','Load balancer',
type =~ 'microsoft.network/natgateways','NAT gateway',
type =~ 'microsoft.network/networkinterfaces','Network interface',
type =~ 'microsoft.network/networksecuritygroups','Network security group',
type =~ 'microsoft.network/networkwatchers','Network Watcher',
type =~ 'microsoft.network/networkwatchers/flowlogs','NSG Flow log',
type =~ 'microsoft.network/privateendpoints','Private endpoint',
type =~ 'microsoft.management/managementgroups/providers/privatelinkassociations','Application Gateway',
type =~ 'microsoft.network/privatelinkservices','Private link service',
type =~ 'microsoft.network/publicipaddresses','Public IP address',
type =~ 'microsoft.network/publicipprefixes','Public IP Prefix',
type =~ 'microsoft.classicnetwork/reservedips','Reserved IP address (classic)',
type =~ 'microsoft.authorization/resourcemanagementprivatelinks','Resource management private link',
type =~ 'microsoft.network/routefilters','Route filter',
type =~ 'microsoft.network/routetables','Route table',
type =~ 'microsoft.network/serviceendpointpolicies','Service endpoint policy',
type =~ 'microsoft.network/virtualnetworks','Virtual network',
type =~ 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies','Application Gateway WAF policy',
type =~ 'microsoft.cdn/cdnwebapplicationfirewallpolicies','Content Delivery Network WAF policy',
type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies','Front Door WAF policy',
type =~ 'microsoft.notificationhubs/namespaces','Notification Hub Namespace',
type =~ 'microsoft.notificationhubs/namespaces/notificationhubs','Notification Hub',
type =~ 'microsoft.web/connectiongateways','On-premises Data Gateway',
type =~ 'microsoft.openlogisticsplatform/workspaces','Open Supply Chain Platform',
type =~ 'microsoft.orbital/spacecrafts/contacts','Contact',
type =~ 'microsoft.orbital/contactprofiles','ContactProfile',
type =~ 'microsoft.orbital/spacecrafts','Spacecraft',
type =~ 'microsoft.dbformysql/flexibleservers','Azure Database for MySQL flexible server',
type =~ 'microsoft.dbforpostgresql/flexibleservers','Azure Database for PostgreSQL flexible server',
type =~ 'microsoft.dbforpostgresql/servergroups','Azure Database for PostgreSQL server group',
type =~ 'microsoft.dbforpostgresql/serversv2','Azure Database for PostgreSQL server v2',
type =~ 'microsoft.dbforpostgresql/servergroupsv2','Azure Database for PostgreSQL server group',
type =~ 'microsoft.peering/peerings','Peering',
type =~ 'microsoft.peering/peeringservices','Peering Service',
type =~ 'microsoft.peering/peeringservices/prefixes','Peering Service Prefix',
type =~ 'microsoft.peering/peerings/registeredasns','Registered ASN',
type =~ 'microsoft.peering/peerings/registeredprefixes','Registered prefix',
type =~ 'microsoft.powerbidedicated/capacities','Power BI Embedded',
type =~ 'microsoft.network/privatednszones','Private DNS zone',
type =~ 'microsoft.purview/accounts','Purview account',
type =~ 'microsoft.cognitiveservices/accounts','Cognitive Services',
type =~ 'microsoft.quantum/workspaces','Quantum Workspace',
type =~ 'microsoft.recommendationsservice/accounts','Intelligent Recommendations Account',
type =~ 'microsoft.recommendationsservice/accounts/modeling','Modeling',
type =~ 'microsoft.recommendationsservice/accounts/serviceendpoints','Service Endpoint',
type =~ 'microsoft.recoveryservices/vaults','Recovery Services vault',
type =~ 'microsoft.recoveryservicesbvtd2/vaults','Recovery Services BVTD2',
type =~ 'microsoft.recoveryservicesbvtd/vaults','Recovery Services BVTD',
type =~ 'microsoft.recoveryservicesintd/vaults','Recovery Services INTD',
type =~ 'microsoft.recoveryservicesintd2/vaults','Recovery Services INTD2',
type =~ 'microsoft.recoveryservices/vaults/backupfabrics/protectioncontainers/protecteditems','Backup Item',
type =~ 'microsoft.redhatopenshift/openshiftclusters','OpenShift cluster',
type =~ 'microsoft.relay/namespaces','Relay',
type =~ 'microsoft.relay/namespaces/wcfrelays','WCF Relay',
type =~ 'microsoft.relay/namespaces/hybridconnections','Hybrid Connection',
type =~ 'microsoft.capacity/reservationorders/reservations','Reservation',
type =~ 'microsoft.capacity/reservationorders','Reservation order',
type =~ 'microsoft.deploymentmanager/rollouts','Rollout',
type =~ 'microsoft.baremetalinfrastructure/baremetalinstances','BareMetal Instance',
type =~ 'microsoft.hanaonazure/hanainstances','SAP HANA on Azure',
type =~ 'microsoft.hanaonazure/sapmonitors','Azure Monitor for SAP Solutions',
type =~ 'microsoft.search/searchservices','Search service',
type =~ 'microsoft.security/locations/alerts','Security Alert',
type =~ 'microsoft.securityinsightsarg/sentinel','Azure Sentinel',
type =~ 'microsoft.servicebus/namespaces/topics/subscriptions','Service Bus Subscription',
type =~ 'microsoft.servicebus/namespaces','Service Bus Namespace',
type =~ 'microsoft.servicebus/namespaces/queues','Service Bus Queue',
type =~ 'microsoft.servicebus/namespaces/topics','Service Bus Topic',
type =~ 'microsoft.servicebus/namespaces/disasterrecoveryconfigs','Service Bus Geo-DR Alias',
type =~ 'microsoft.servicefabricmesh/applications','Mesh application',
type =~ 'microsoft.servicefabric/clusters','Service Fabric cluster',
type =~ 'microsoft.servicefabric/managedclusters','Service Fabric managed cluster',
type =~ 'microsoft.signalrservice/signalr','SignalR',
type =~ 'microsoft.signalrservice/webpubsub','Web PubSub Service',
type =~ 'microsoft.storage/storageaccounts','Storage account',
type =~ 'microsoft.classicstorage/storageaccounts','Storage account (classic)',
type =~ 'microsoft.storagecache/caches','HPC cache',
type =~ 'microsoft.storsimple/managers','StorSimple Device Manager',
type =~ 'microsoft.storsimplebvtd2/managers','My resources',
type =~ 'microsoft.streamanalytics/clusters','Stream Analytics cluster',
type =~ 'microsoft.streamanalytics/streamingjobs','Stream Analytics job',
type =~ 'microsoft.support/supporttickets','Support Request',
type =~ 'microsoft.synapse/privatelinkhubs','Synapse private link hub',
type =~ 'microsoft.synapse/workspaces/scopepools','Scope pool',
type =~ 'microsoft.synapse/workspaces/bigdatapools','Apache Spark pool',
type =~ 'microsoft.synapse/workspaces/sqlpools','Dedicated SQL pool',
type =~ 'microsoft.synapse/workspaces','Synapse workspace',
type =~ 'microsoft.resources/templatespecs','Template spec',
type =~ 'microsoft.management/managementgroups/providers/templatespecs','Template spec',
type =~ 'microsoft.resources/deploymentscripts','Deployment Script',
type =~ 'microsoft.timeseriesinsights/environments','Time Series Insights environment',
type =~ 'microsoft.timeseriesinsights/environments/eventsources','Time Series Insights event source',
type =~ 'microsoft.timeseriesinsights/environments/referencedatasets','Time Series Insights reference data set',
type =~ 'microsoft.timeseriesinsights/environments/accesspolicies','Time Series Insights access policy',
type =~ 'microsoft.testbase/testbaseaccounts','Test Base Account',
type =~ 'microsoft.media/videoanalyzers','Video Analyzer',
type =~ 'microsoft.hybridnetwork/devices','Azure Network Function Manager – Device (Preview)',
type =~ 'microsoft.hybridnetwork/vendors','Azure Network Function Manager – vendor',
type =~ 'microsoft.hybridnetwork/networkfunctions','Azure Network Function Manager – Network Function (Preview)',
type =~ 'microsoft.mobilenetwork/accesspoints','Arc for network functions – Access Point',
type =~ 'microsoft.mobilenetwork/enodebs','Arc for network functions – ENodeB',
type =~ 'microsoft.mobilenetwork/mobiledevices','Arc for network functions – Mobile Device',
type =~ 'microsoft.mobilenetwork/mobilenetworks','Arc for network functions – Mobile Network',
type =~ 'microsoft.mobilenetwork/mobilenetworksites','Arc for network functions – Mobile Network Site',
type =~ 'microsoft.mobilenetwork/packetcores','Arc for network functions – Packet Core',
type =~ 'microsoft.mobilenetwork/simprofiles','Arc for network functions – Sim Profile',
type =~ 'microsoft.desktopvirtualization/applicationgroups','Application group',
type =~ 'microsoft.desktopvirtualization/hostpools','Host pool',
type =~ 'microsoft.desktopvirtualization/scalingplans','Scaling plan',
type =~ 'microsoft.desktopvirtualization/workspaces','Workspace',
type =~ 'microsoft.bing/accounts','Bing Resource',
type =~ 'microsoft.mixedreality/spatialanchorsaccounts','Spatial Anchors Account',
type =~ 'microsoft.mixedreality/remoterenderingaccounts','Remote Rendering Account',
type =~ 'microsoft.mixedreality/objectunderstandingaccounts','Object Understanding Account',
type =~ 'microsoft.mixedreality/objectanchorsaccounts','Object Anchors Account',
type =~ 'microsoft.mixedreality/holographicsbroadcastaccounts','Holographics Broadcast Account',
type =~ 'microsoft.cognition/syntheticsaccounts','Synthetics Account',
type =~ 'microsoft.connectedcache/cachenodes','Create a Connected Cache',
type =~ 'microsoft.healthcareapis/services','Azure API for FHIR',
type =~ 'microsoft.healthcareapis/workspaces','Healthcare APIs',
type =~ 'microsoft.healthcareapis/workspaces/dicomservices','DICOM Service',
type =~ 'microsoft.operationalinsights/querypacks','Log Analytics query pack',
type =~ 'microsoft.operationalinsights/workspaces','Log Analytics workspace',
type =~ 'microsoft.operationsmanagement/solutions','Solution',
type =~ 'microsoft.genomics/accounts','Genomics account',
type =~ 'microsoft.serviceshub/connectors','Services Hub Connector',
type =~ 'microsoft.windowsiot/deviceservices','Windows 10 IoT Core Services',
type =~ 'microsoft.windowsesu/multipleactivationkeys','Windows Multiple Activation Key',
type =~ 'sendgrid.email/accounts','SendGrid Account',
type =~ 'microsoft.sql/azuresql','Azure SQL resource',
type =~ 'microsoft.sql/servers/databases','SQL database',
type =~ 'microsoft.sql/servers/jobagents','Elastic Job agent',
type =~ 'microsoft.sql/servers/elasticpools','SQL elastic pool',
type =~ 'microsoft.sql/instancepools','Instance pool',
type =~ 'microsoft.sql/managedinstances/databases','Managed database',
type =~ 'microsoft.sql/managedinstances','SQL managed instance',
type =~ 'microsoft.dbformariadb/servers','Azure Database for MariaDB server',
type =~ 'microsoft.dbformysql/servers','Azure Database for MySQL server',
type =~ 'microsoft.dbforpostgresql/servers','Azure Database for PostgreSQL server',
type =~ 'microsoft.sql/servers','SQL server',
type =~ 'microsoft.sqlvirtualmachine/sqlvirtualmachines','SQL virtual machine',
type =~ 'microsoft.sql/virtualclusters','Virtual cluster',
type =~ 'microsoft.avs/privateclouds','AVS Private cloud',
type =~ 'wandisco.fusion/fusiongroups/azurezones','Azure Zone',
type =~ 'wandisco.fusion/migrators/exclusiontemplates','Exclusion',
type =~ 'wandisco.fusion/fusiongroups','LiveData Plane',
type =~ 'wandisco.fusion/fusiongroups/hivereplicationrules','Hive Replication Rule',
type =~ 'wandisco.fusion/migrators/livedatamigrations','Migration',
type =~ 'wandisco.fusion/fusiongroups/managedonpremzones','On-premises Zone',
type =~ 'wandisco.fusion/fusiongroups/replicationrules/migrations','Migration',
type =~ 'wandisco.fusion/migrators','LiveData Migrator',
type =~ 'wandisco.fusion/fusiongroups/azurezones/plugins','Plugin',
type =~ 'wandisco.fusion/fusiongroups/replicationrules','Replication Rule',
type =~ 'wandisco.fusion/migrators/targets','Target',
type =~ 'microsoft.web/hostingenvironments','App Service Environment',
type =~ 'microsoft.web/kubeenvironments','App Service Kubernetes Environment',
type =~ 'microsoft.web/staticsites','Static Web App (Preview)',
type =~ 'microsoft.certificateregistration/certificateorders','App Service Certificate',
type =~ 'microsoft.domainregistration/domains','App Service Domain',
type =~ 'microsoft.web/sites','App Service',
type =~ 'microsoft.web/sites/slots','App Service (Slot)',
type =~ 'microsoft.web/serverfarms','App Service plan',type)|extend locationDisplayName=case(location =~ 'eastus','East US',location =~ 'eastus2','East US 2',location =~ 'southcentralus','South Central US',location =~ 'westus2','West US 2',location =~ 'australiaeast','Australia East',location =~ 'southeastasia','Southeast Asia',location =~ 'northeurope','North Europe',location =~ 'uksouth','UK South',location =~ 'westeurope','West Europe',location =~ 'centralus','Central US',location =~ 'northcentralus','North Central US',location =~ 'westus','West US',location =~ 'southafricanorth','South Africa North',location =~ 'centralindia','Central India',location =~ 'eastasia','East Asia',location =~ 'japaneast','Japan East',location =~ 'jioindiawest','JIO India West',location =~ 'koreacentral','Korea Central',location =~ 'canadacentral','Canada Central',location =~ 'francecentral','France Central',location =~ 'germanywestcentral','Germany West Central',location =~ 'norwayeast','Norway East',location =~ 'switzerlandnorth','Switzerland North',location =~ 'uaenorth','UAE North',location =~ 'brazilsouth','Brazil South',location =~ 'centralusstage','Central US (Stage)',location =~ 'eastusstage','East US (Stage)',location =~ 'eastus2stage','East US 2 (Stage)',location =~ 'northcentralusstage','North Central US (Stage)',location =~ 'southcentralusstage','South Central US (Stage)',location =~ 'westusstage','West US (Stage)',location =~ 'westus2stage','West US 2 (Stage)',location =~ 'asia','Asia',location =~ 'asiapacific','Asia Pacific',location =~ 'australia','Australia',location =~ 'brazil','Brazil',location =~ 'canada','Canada',location =~ 'europe','Europe',location =~ 'global','Global',location =~ 'india','India',location =~ 'japan','Japan',location =~ 'uk','United Kingdom',location =~ 'unitedstates','United States',location =~ 'eastasiastage','East Asia (Stage)',location =~ 'southeastasiastage','Southeast Asia (Stage)',location =~ 'westcentralus','West Central US',location =~ 'westus3','West US 3',location =~ 'southafricawest','South Africa West',location =~ 'australiacentral','Australia Central',location =~ 'australiacentral2','Australia Central 2',location =~ 'australiasoutheast','Australia Southeast',location =~ 'japanwest','Japan West',location =~ 'koreasouth','Korea South',location =~ 'southindia','South India',location =~ 'westindia','West India',location =~ 'canadaeast','Canada East',location =~ 'francesouth','France South',location =~ 'germanynorth','Germany North',location =~ 'norwaywest','Norway West',location =~ 'switzerlandwest','Switzerland West',location =~ 'ukwest','UK West',location =~ 'uaecentral','UAE Central',location =~ 'brazilsoutheast','Brazil Southeast',location)|project name,typeDisplayName,locationDisplayName,id,type,kind,location,subscriptionId,resourceGroup,tags|sort by (tolower(tostring(name))) asc
@sujaypillai
Copy link
Author

#Use the below query to filter out hidden resource type
resources|where (resourceGroup =~ ('rg-lab-Rodion_Esartiia'))|extend typeDisplayName=case(
type =~ 'microsoft.insights/components','Application Insights',
type =~ 'microsoft.insights/privatelinkscopes','Azure Monitor Private Link Scope',
type =~ 'microsoft.insights/webtests','Availability test',
type =~ 'microsoft.insights/workbooks','Azure Workbook',
type =~ 'microsoft.insights/workbooktemplates','Azure Workbook Template',
type =~ 'microsoft.appplatform/spring','Azure Spring Cloud',
type =~ 'microsoft.appplatform/tanzu','Azure Spring Cloud',
type =~ 'microsoft.cache/redisenterprise','Redis Enterprise',
type =~ 'microsoft.cache/redisenterprise/databases','Cache',
type =~ 'microsoft.cache/redis','Azure Cache for Redis',
type =~ '','Mobile App',
type =~ 'microsoft.visualstudio/account','Azure DevOps organization',
type =~ 'microsoft.visualstudio/account/project','DevOps Starter',
type =~ 'microsoft.devops/pipelines','DevOps Starter',
type =~ 'microsoft.confluent/organizations','Confluent organization',
type =~ 'microsoft.datadog/monitors','Datadog',
type =~ 'microsoft.elastic/monitors','Elasticsearch',
type =~ 'microsoft.logz/monitors','Logz main account',
type =~ 'microsoft.logz/monitors/accounts','Logz sub account',
type =~ 'citrix.services/xenappessentials','Citrix Virtual Apps Essentials',
type =~ 'citrix.services/xendesktopessentials','Citrix Virtual Desktops Essentials',
type =~ 'microsoft.vmwarecloudsimple/virtualmachines','CloudSimple Virtual Machine',
type =~ 'microsoft.vmwarecloudsimple/dedicatedcloudservices','CloudSimple Service',
type =~ 'microsoft.vmwarecloudsimple/dedicatedcloudnodes','CloudSimple Node',
type =~ 'microsoft.resourcegraph/queries','Resource Graph query',
type =~ 'microsoft.storage/argstorageaccounts','Storage account (ARG browse preview)',
type =~ 'microsoft.portal/dashboards','Shared dashboard',
type =~ 'microsoft.resources/subscriptions/resourcegroups','Resource group',
type =~ 'microsoft.blockchain/blockchainmembers','Azure Blockchain Service',
type =~ 'microsoft.blockchain/cordamembers','Corda',
type =~ 'microsoft.azureactivedirectory/b2cdirectories','B2C Tenant',
type =~ 'microsoft.azureactivedirectory/guestusages','Guest Usages',
type =~ 'microsoft.aad/domainservices','Azure AD Domain Services',
type =~ 'microsoft.aadiam/privatelinkforazuread','Private Link for Azure AD',
type =~ 'providers.test/statefulibizaengines','Application assessment',
type =~ 'microsoft.azurestackhci/clusters','Azure Stack HCI',
type =~ 'microsoft.deviceupdate/accounts','Device Update for IoT Hub',
type =~ 'microsoft.agfoodplatform/farmbeats','Azure FarmBeats',
type =~ 'microsoft.analysisservices/servers','Analysis Services',
type =~ 'microsoft.apimanagement/service','API Management service',
type =~ 'microsoft.solutions/applicationdefinitions','Service catalog managed application definition',
type =~ 'microsoft.solutions/applications','Managed application',
type =~ 'microsoft.vsonline/plans','Visual Studio Online Plan',
type =~ 'microsoft.attestation/attestationproviders','Attestation provider',
type =~ 'microsoft.automation/automationaccounts','Automation Account',
type =~ 'microsoft.automation/automationaccounts/modules','Module',
type =~ 'microsoft.automation/automationaccounts/hybridrunbookworkergroups','HybridWorkerGroup',
type =~ 'microsoft.automation/automationaccounts/runbooks','Runbook',
type =~ 'microsoft.appconfiguration/configurationstores','App Configuration',
type =~ 'microsoft.batch/batchaccounts','Batch account',
type =~ 'microsoft.resources/subscriptions','Subscription',
type =~ 'microsoft.blockchain/watchers','Blockchain Data Manager',
type =~ 'microsoft.autonomoussystems/workspaces','Bonsai',
type =~ 'microsoft.botservice/botservices','Bot Service',
type =~ 'microsoft.cdn/profiles/endpoints/customdomains','Custom domain',
type =~ 'microsoft.cdn/profiles/endpoints','Endpoint',
type =~ 'microsoft.cdn/profiles/endpoints/origins','Origin',
type =~ 'microsoft.cdn/profiles','Front Door Standard/Premium (Preview)',
type =~ 'microsoft.chaos/chaosexperiments','Chaos Experiment',
type =~ 'microsoft.classicstorage/storageaccounts/disks','Disk (classic)',
type =~ 'microsoft.classicstorage/storageaccounts/osimages','OS image (classic)',
type =~ 'microsoft.classicstorage/storageaccounts/vmimages','VM image (classic)',
type =~ 'microsoft.classiccompute/virtualmachines','Virtual machine (classic)',
type =~ 'microsoft.loadtestservice/loadtests','Cloud Native Load Test',
type =~ 'microsoft.classiccompute/domainnames','Cloud service (classic)',
type =~ 'microsoft.classiccompute/domainnames/slots/roles','Cloud service role (classic)',
type =~ 'microsoft.compute/cloudservices','Cloud service (extended support)',
type =~ 'microsoft.cloudtest/accounts','CloudTest Account',
type =~ 'microsoft.cloudtest/hostedpools','1ES Hosted Pool',
type =~ 'microsoft.cloudtest/images','CloudTest Image',
type =~ 'microsoft.cloudtest/pools','CloudTest Pool',
type =~ 'microsoft.communication/communicationservices','Communication Service',
type =~ 'microsoft.compute/availabilitysets','Availability set',
type =~ 'microsoft.compute/capacityreservationgroups','Capacity Reservation Group',
type =~ 'microsoft.compute/hostgroups','Host group',
type =~ 'microsoft.compute/hostgroups/hosts','Host',
type =~ 'microsoft.compute/diskaccesses','Disk Access',
type =~ 'microsoft.compute/disks','Disk',
type =~ 'microsoft.compute/diskencryptionsets','Disk Encryption Set',
type =~ 'microsoft.compute/proximityplacementgroups','Proximity placement group',
type =~ 'microsoft.compute/snapshots','Snapshot',
type =~ 'microsoft.compute/sshpublickeys','SSH key',
type =~ 'microsoft.compute/virtualmachines','Virtual machine',
type =~ 'microsoft.compute/virtualmachinescalesets','Virtual machine scale set',
type =~ 'microsoft.connectedvehicle/platformaccounts','Connected Vehicle Platform',
type =~ 'microsoft.containerregistry/registries','Container registry',
type =~ 'microsoft.containerregistry/registries/replications','Container registry replication',
type =~ 'microsoft.containerregistry/registries/scopemaps','Container registry scope map',
type =~ 'microsoft.containerregistry/registries/tokens','Container registry token',
type =~ 'microsoft.containerregistry/registries/webhooks','Container registry webhook',
type =~ 'microsoft.containerservice/managedclusters','Kubernetes service',
type =~ 'microsoft.kubernetes/connectedclusters','Kubernetes - Azure Arc',
type =~ 'microsoft.containerinstance/containergroups','Container instances',
type =~ 'microsoft.hydra/components','Hydra component',
type =~ 'microsoft.portal/extensions','Portal Extension',
type =~ 'microsoft.azuredata/sqlserverregistrations','SQL Server registry',
type =~ 'microsoft.databricks/workspaces','Azure Databricks Service',
type =~ 'microsoft.datacatalog/catalogs','Data Catalog',
type =~ 'microsoft.datacollaboration/workspaces','Project CI',
type =~ 'microsoft.datafactory/datafactories','Data factory',
type =~ 'microsoft.datafactory/factories','Data factory (V2)',
type =~ 'microsoft.datalakeanalytics/accounts','Data Lake Analytics',
type =~ 'microsoft.datalakestore/accounts','Data Lake Storage Gen1',
type =~ 'microsoft.dataprotection/backupvaults','Backup vault',
type =~ 'microsoft.datashare/accounts','Data Share',
type =~ 'microsoft.clusterstor/nodes','ClusterStor',
type =~ 'microsoft.baremetal/crayservers','Cray Server',
type =~ 'microsoft.baremetal/monitoringservers','Monitoring Server',
type =~ 'microsoft.securitydetonation/chambers','Security Detonation Chamber',
type =~ 'microsoft.devtestlab/labs','DevTest Lab',
type =~ 'microsoft.devtestlab/labs/virtualmachines','Virtual machine',
type =~ 'microsoft.digitaltwins/digitaltwinsinstances','Azure Digital Twins',
type =~ 'microsoft.storagepool/diskpools','Disk Pool',
type =~ 'microsoft.compute/galleries/images','Image definition',
type =~ 'microsoft.compute/images','Image',
type =~ 'microsoft.virtualmachineimages/imagetemplates','Image Template',
type =~ 'microsoft.compute/galleries/images/versions','Image version',
type =~ 'microsoft.compute/galleries','Shared image gallery',
type =~ 'microsoft.datamigration/services','Azure Database Migration Service',
type =~ 'microsoft.datamigration/services/projects','Azure Database Migration Project',
type =~ 'microsoft.network/dnszones','DNS zone',
type =~ 'microsoft.network/trafficmanagerprofiles','Traffic Manager profile',
type =~ 'microsoft.documentdb/databaseaccounts','Azure Cosmos DB account',
type =~ 'microsoft.documentdb/cassandraclusters','Azure Managed Instance for Apache Cassandra',
type =~ 'microsoft.databoxedge/databoxedgedevices','Azure Stack Edge / Data Box Gateway',
type =~ 'microsoft.azurestack/registrations','Azure Stack Hub | PREVIEW',
type =~ 'microsoft.edgeorder/orderitems','Azure Hardware Center',
type =~ 'microsoft.edgeorder/addresses','Azure Hardware Center Address',
type =~ 'microsoft.web/connections','API Connection',
type =~ 'microsoft.web/customapis','Logic apps custom connector',
type =~ 'microsoft.logic/integrationaccounts','Integration account',
type =~ 'microsoft.logic/integrationserviceenvironments','Integration Service Environment',
type =~ 'microsoft.logic/integrationserviceenvironments/managedapis','Managed Connector',
type =~ 'microsoft.scheduler/jobcollections/jobs','Scheduler Job',
type =~ 'microsoft.scheduler/jobcollections','Scheduler Job Collection',
type =~ 'microsoft.logic/workflows','Logic app',
type =~ 'microsoft.eventgrid/topics','Event Grid Topic',
type =~ 'microsoft.eventgrid/domains','Event Grid Domain',
type =~ 'microsoft.eventgrid/domains/topics','Event Grid Domain Topic',
type =~ 'microsoft.eventgrid/partnertopics','Event Grid Partner Topic',
type =~ 'microsoft.eventgrid/systemtopics','Event Grid System Topic',
type =~ 'microsoft.eventgrid/partnernamespaces','Event Grid Partner Namespace',
type =~ 'microsoft.eventgrid/partnernamespaces/eventchannels','Event Grid Event Channel',
type =~ 'microsoft.eventgrid/partnerregistrations','Event Grid Partner Registration',
type =~ 'microsoft.eventhub/namespaces','Event Hubs Namespace',
type =~ 'microsoft.eventhub/namespaces/eventhubs','Event Hubs Instance',
type =~ 'microsoft.eventhub/namespaces/schemagroups','Schema Group',
type =~ 'microsoft.eventhub/namespaces/disasterrecoveryconfigs','Event Hubs Geo-DR Alias',
type =~ 'microsoft.eventhub/clusters','Event Hubs Cluster',
type =~ 'microsoft.experimentation/experimentworkspaces','Experiment Workspace',
type =~ 'microsoft.databox/jobs','Data Box',
type =~ 'microsoft.network/frontdoors','Front Door',
type =~ 'github.enterprise/accounts','GitHub AE',
type =~ 'microsoft.hdinsight/clusters','HDInsight cluster',
type =~ 'microsoft.healthbot/healthbots','Azure Health Bot',
type =~ 'microsoft.hpcworkbench/instances/chambers','Chamber',
type =~ 'microsoft.hpcworkbench/instances/chambers/accessprofiles','Chamber Profile',
type =~ 'microsoft.hpcworkbench/instances/chambers/files','Chamber Data Pipeline File',
type =~ 'microsoft.hpcworkbench/instances/chambers/requests','Chamber Data Pipeline Request',
type =~ 'microsoft.hpcworkbench/instances/chambers/licenses','Chamber License',
type =~ 'microsoft.hpcworkbench/instances/chambers/storages','Chamber Storage',
type =~ 'microsoft.hpcworkbench/instances/chambers/workloads','Chamber VM',
type =~ 'microsoft.hpcworkbench/instances/consortiums','Consortium',
type =~ 'microsoft.hpcworkbench/instances','HPC Workbench',
type =~ 'microsoft.hpcworkbench/instances/sharedstorages','Shared Storage',
type =~ 'microsoft.resourceconnector/appliances','Resource bridge',
type =~ 'microsoft.hybridcompute/privatelinkscopes','Azure Arc Private Link Scope',
type =~ 'microsoft.connectedvmwarevsphere/vcenters','VMware vCenter',
type =~ 'microsoft.scvmm/virtualmachines','SCVMM virtual machine - Azure Arc',
type =~ 'microsoft.all/virtualmachines','Virtual machine',
type =~ 'microsoft.arc/all','Azure Arc enabled resources',
type =~ 'microsoft.arc/allfairfax','Azure Arc enabled resources',
type =~ 'microsoft.azurestackhci/virtualmachines','Azure Stack HCI virtual machine - Azure Arc',
type =~ 'microsoft.extendedlocation/customlocations','Custom location',
type =~ 'microsoft.hybridcompute/machines','Server - Azure Arc',
type =~ 'microsoft.connectedvmwarevsphere/virtualmachines','VMware + AVS virtual machine',
type =~ 'microsoft.hybriddata/datamanagers','StorSimple Data Manager',
type =~ 'microsoft.azurearcdata/datacontrollers','Azure Arc data controller',
type =~ 'microsoft.azurearcdata/datawarehouseinstances','Azure arc enabled DW',
type =~ 'microsoft.azurearcdata/postgresinstances','Azure Arc enabled PostgreSQL Hyperscale',
type =~ 'microsoft.azurearcdata/sqlmanagedinstances','SQL managed instance - Azure Arc',
type =~ 'microsoft.azurearcdata/sqlserverinstances','SQL Server - Azure Arc',
type =~ 'microsoft.network/applicationgateways','Application gateway',
type =~ 'microsoft.network/bastionhosts','Bastion',
type =~ 'microsoft.network/azurefirewalls','Firewall',
type =~ 'microsoft.network/connections','Connection',
type =~ 'microsoft.network/firewallpolicies','Firewall Policy',
type =~ 'microsoft.network/ipgroups','IP Group',
type =~ 'microsoft.network/localnetworkgateways','Local network gateway',
type =~ 'microsoft.network/virtualnetworkgateways','Virtual network gateway',
type =~ 'microsoft.network/virtualrouter','Route Server',
type =~ 'microsoft.network/virtualwans','Virtual WAN',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/assets','Asset',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/tests','Script',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/executionplans','Deployment',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins/testplans','Suite',
type =~ 'microsoft.intelligentitdigitaltwin/digitaltwins','Minerva',
type =~ 'microsoft.importexport/jobs','Import/export job',
type =~ 'microsoft.network/networkexperimentprofiles','Internet Analyzer profile',
type =~ 'microsoft.iotcentral/iotapps','IoT Central Application',
type =~ 'microsoft.devices/provisioningservices','Device Provisioning Service',
type =~ 'microsoft.devices/iothubs','IoT Hub',
type =~ 'microsoft.storagesync/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.storagesyncint/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.storagesyncdev/storagesyncservices','Storage Sync Service',
type =~ 'microsoft.keyvault/vaults','Key vault',
type =~ 'microsoft.kusto/clusters','Azure Data Explorer Cluster',
type =~ 'microsoft.kusto/clusters/databases','Azure Data Explorer Database',
type =~ 'microsoft.synapse/workspaces/kustopools','Kusto Pool (Preview)',
type =~ 'microsoft.synapse/workspaces/kustopools/databases','Kusto Pool Database',
type =~ 'microsoft.maps/accounts','Azure Maps Account',
type =~ 'microsoft.maps/accounts/creators','Azure Maps Creator Resource',
type =~ 'microsoft.maps/accounts/privateatlases','Azure Maps Creator Preview Resource',
type =~ 'microsoft.maintenance/maintenanceconfigurations','Maintenance Configuration',
type =~ 'microsoft.labservices/labaccounts','Lab Account',
type =~ 'microsoft.network/networkmanagers','Network Manager',
type =~ 'microsoft.managedidentity/userassignedidentities','Managed Identity',
type =~ 'microsoft.gallery/myareas/galleryitems','Template',
type =~ 'microsoft.saas/applications','Software as a Service (classic)',
type =~ 'microsoft.saas/saasresources','SaaS (classic)',
type =~ 'microsoft.saas/resources','SaaS',
type =~ '84codes.cloudamqp/servers','CloudAMQP',
type =~ 'appdynamics.apm/services','AppDynamics',
type =~ 'aspera.transfers/services','Aspera Server On Demand',
type =~ 'microsoft.marketplaceapps/classicdevservices','Classic Dev Services',
type =~ 'cloudyn.analytics/accounts','Cloudyn',
type =~ 'microsoft.contentmoderator/applications','Content Moderator',
type =~ 'livearena.broadcast/services','LiveArena Broadcast',
type =~ 'mailjet.email/services','Mailjet Email Service',
type =~ 'microsoft.azure.testmarketplacerp/marketplaceresource','Application Services',
type =~ 'nuubit.nextgencdn/accounts','nuu:bit CDN',
type =~ 'paraleap.cloudmonix/services','CloudMonix',
type =~ 'pokitdok.platform/services','PokitDok Platform',
type =~ 'ravenhq.db/databases','RavenHQ',
type =~ 'raygun.crashreporting/apps','Raygun',
type =~ 'revapm.mobilecdn/accounts','RevAPM CDN',
type =~ 'signiant.flight/accounts','Signiant Flight',
type =~ 'sparkpost.basic/services','SparkPost',
type =~ 'storeubb.emails-preview/emails','Test Emails',
type =~ 'storeubb.memorygame/memorygame','Test Game',
type =~ 'storeubb.security/security','Test Incapsula',
type =~ 'memorynamespace/memorygame','Test Memory',
type =~ 'sendgrid/sendgrid_azure','Test Sendgrid',
type =~ 'storeubb.ubbresource2-preview/ubbresource2','Test Ubbresource2',
type =~ 'storeubb.ubbresource-preview/ubbresource','Test Ubbresource',
type =~ 'vj_testmarketplacerp/marketplaceresource','Test VJ',
type =~ 'trendmicro.deepsecurity/accounts','Deep Security SaaS',
type =~ 'microsoft.media/mediaservices/liveevents','Live event',
type =~ 'microsoft.media/mediaservices','Media service',
type =~ 'microsoft.media/mediaservices/channels','Channel',
type =~ 'microsoft.media/mediaservices/locators','Locator',
type =~ 'microsoft.media/mediaservices/assets','Asset',
type =~ 'microsoft.media/mediaservices/programs','Program',
type =~ 'microsoft.media/mediaservices/streamingendpoints','Streaming Endpoint',
type =~ 'microsoft.migrate/projects','Migration project',
type =~ 'microsoft.machinelearning/commitmentplans','Machine Learning Studio (classic) web service plan',
type =~ 'microsoft.machinelearningservices/workspaces/onlineendpoints/deployments','Machine learning online deployment',
type =~ 'microsoft.machinelearningservices/workspaces/onlineendpoints','Machine learning online endpoint',
type =~ 'microsoft.machinelearningservices/workspaces','Machine learning',
type =~ 'microsoft.machinelearning/webservices','Machine Learning Studio (classic) web service',
type =~ 'microsoft.machinelearning/workspaces','Machine Learning Studio (classic) workspace',
type =~ 'microsoft.eventhub/namespaces/providers/diagnosticsettings','Diagnostic settings',
type =~ 'microsoft.insights/datacollectionrules','Data Collection Rule',
type =~ 'microsoft.netapp/netappaccounts','NetApp account',
type =~ 'microsoft.netapp/netappaccounts/capacitypools','Capacity pool',
type =~ 'microsoft.netapp/netappaccounts/capacitypools/volumes/snapshots','Snapshot',
type =~ 'microsoft.netapp/netappaccounts/snapshotpolicies','Snapshot policy',
type =~ 'microsoft.netapp/netappaccounts/capacitypools/volumes','Volume',
type =~ 'microsoft.network/applicationsecuritygroups','Application security group',
type =~ 'microsoft.classicnetwork/networksecuritygroups','Network security group (classic)',
type =~ 'microsoft.classicnetwork/virtualnetworks','Virtual network (classic)',
type =~ 'microsoft.network/customipprefixes','Custom IP Prefix',
type =~ 'microsoft.network/ddosprotectionplans','DDoS protection plan',
type =~ 'microsoft.network/expressroutecircuits','ExpressRoute circuit',
type =~ 'microsoft.network/expressrouteports','ExpressRoute Direct',
type =~ 'microsoft.compute/virtualmachines/providers/guestconfigurationassignments','Guest Assignment',
type =~ 'microsoft.hybridcompute/machines/providers/guestconfigurationassignments','Guest Assignment',
type =~ 'microsoft.network/loadbalancers','Load balancer',
type =~ 'microsoft.network/natgateways','NAT gateway',
type =~ 'microsoft.network/networkinterfaces','Network interface',
type =~ 'microsoft.network/networksecuritygroups','Network security group',
type =~ 'microsoft.network/networkwatchers','Network Watcher',
type =~ 'microsoft.network/networkwatchers/flowlogs','NSG Flow log',
type =~ 'microsoft.network/privateendpoints','Private endpoint',
type =~ 'microsoft.management/managementgroups/providers/privatelinkassociations','Application Gateway',
type =~ 'microsoft.network/privatelinkservices','Private link service',
type =~ 'microsoft.network/publicipaddresses','Public IP address',
type =~ 'microsoft.network/publicipprefixes','Public IP Prefix',
type =~ 'microsoft.classicnetwork/reservedips','Reserved IP address (classic)',
type =~ 'microsoft.authorization/resourcemanagementprivatelinks','Resource management private link',
type =~ 'microsoft.network/routefilters','Route filter',
type =~ 'microsoft.network/routetables','Route table',
type =~ 'microsoft.network/serviceendpointpolicies','Service endpoint policy',
type =~ 'microsoft.network/virtualnetworks','Virtual network',
type =~ 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies','Application Gateway WAF policy',
type =~ 'microsoft.cdn/cdnwebapplicationfirewallpolicies','Content Delivery Network WAF policy',
type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies','Front Door WAF policy',
type =~ 'microsoft.notificationhubs/namespaces','Notification Hub Namespace',
type =~ 'microsoft.notificationhubs/namespaces/notificationhubs','Notification Hub',
type =~ 'microsoft.web/connectiongateways','On-premises Data Gateway',
type =~ 'microsoft.openlogisticsplatform/workspaces','Open Supply Chain Platform',
type =~ 'microsoft.orbital/spacecrafts/contacts','Contact',
type =~ 'microsoft.orbital/contactprofiles','ContactProfile',
type =~ 'microsoft.orbital/spacecrafts','Spacecraft',
type =~ 'microsoft.dbformysql/flexibleservers','Azure Database for MySQL flexible server',
type =~ 'microsoft.dbforpostgresql/flexibleservers','Azure Database for PostgreSQL flexible server',
type =~ 'microsoft.dbforpostgresql/servergroups','Azure Database for PostgreSQL server group',
type =~ 'microsoft.dbforpostgresql/serversv2','Azure Database for PostgreSQL server v2',
type =~ 'microsoft.dbforpostgresql/servergroupsv2','Azure Database for PostgreSQL server group',
type =~ 'microsoft.peering/peerings','Peering',
type =~ 'microsoft.peering/peeringservices','Peering Service',
type =~ 'microsoft.peering/peeringservices/prefixes','Peering Service Prefix',
type =~ 'microsoft.peering/peerings/registeredasns','Registered ASN',
type =~ 'microsoft.peering/peerings/registeredprefixes','Registered prefix',
type =~ 'microsoft.powerbidedicated/capacities','Power BI Embedded',
type =~ 'microsoft.network/privatednszones','Private DNS zone',
type =~ 'microsoft.purview/accounts','Purview account',
type =~ 'microsoft.cognitiveservices/accounts','Cognitive Services',
type =~ 'microsoft.quantum/workspaces','Quantum Workspace',
type =~ 'microsoft.recommendationsservice/accounts','Intelligent Recommendations Account',
type =~ 'microsoft.recommendationsservice/accounts/modeling','Modeling',
type =~ 'microsoft.recommendationsservice/accounts/serviceendpoints','Service Endpoint',
type =~ 'microsoft.recoveryservices/vaults','Recovery Services vault',
type =~ 'microsoft.recoveryservicesbvtd2/vaults','Recovery Services BVTD2',
type =~ 'microsoft.recoveryservicesbvtd/vaults','Recovery Services BVTD',
type =~ 'microsoft.recoveryservicesintd/vaults','Recovery Services INTD',
type =~ 'microsoft.recoveryservicesintd2/vaults','Recovery Services INTD2',
type =~ 'microsoft.recoveryservices/vaults/backupfabrics/protectioncontainers/protecteditems','Backup Item',
type =~ 'microsoft.redhatopenshift/openshiftclusters','OpenShift cluster',
type =~ 'microsoft.relay/namespaces','Relay',
type =~ 'microsoft.relay/namespaces/wcfrelays','WCF Relay',
type =~ 'microsoft.relay/namespaces/hybridconnections','Hybrid Connection',
type =~ 'microsoft.capacity/reservationorders/reservations','Reservation',
type =~ 'microsoft.capacity/reservationorders','Reservation order',
type =~ 'microsoft.deploymentmanager/rollouts','Rollout',
type =~ 'microsoft.baremetalinfrastructure/baremetalinstances','BareMetal Instance',
type =~ 'microsoft.hanaonazure/hanainstances','SAP HANA on Azure',
type =~ 'microsoft.hanaonazure/sapmonitors','Azure Monitor for SAP Solutions',
type =~ 'microsoft.search/searchservices','Search service',
type =~ 'microsoft.security/locations/alerts','Security Alert',
type =~ 'microsoft.securityinsightsarg/sentinel','Azure Sentinel',
type =~ 'microsoft.servicebus/namespaces/topics/subscriptions','Service Bus Subscription',
type =~ 'microsoft.servicebus/namespaces','Service Bus Namespace',
type =~ 'microsoft.servicebus/namespaces/queues','Service Bus Queue',
type =~ 'microsoft.servicebus/namespaces/topics','Service Bus Topic',
type =~ 'microsoft.servicebus/namespaces/disasterrecoveryconfigs','Service Bus Geo-DR Alias',
type =~ 'microsoft.servicefabricmesh/applications','Mesh application',
type =~ 'microsoft.servicefabric/clusters','Service Fabric cluster',
type =~ 'microsoft.servicefabric/managedclusters','Service Fabric managed cluster',
type =~ 'microsoft.signalrservice/signalr','SignalR',
type =~ 'microsoft.signalrservice/webpubsub','Web PubSub Service',
type =~ 'microsoft.storage/storageaccounts','Storage account',
type =~ 'microsoft.classicstorage/storageaccounts','Storage account (classic)',
type =~ 'microsoft.storagecache/caches','HPC cache',
type =~ 'microsoft.storsimple/managers','StorSimple Device Manager',
type =~ 'microsoft.storsimplebvtd2/managers','My resources',
type =~ 'microsoft.streamanalytics/clusters','Stream Analytics cluster',
type =~ 'microsoft.streamanalytics/streamingjobs','Stream Analytics job',
type =~ 'microsoft.support/supporttickets','Support Request',
type =~ 'microsoft.synapse/privatelinkhubs','Synapse private link hub',
type =~ 'microsoft.synapse/workspaces/scopepools','Scope pool',
type =~ 'microsoft.synapse/workspaces/bigdatapools','Apache Spark pool',
type =~ 'microsoft.synapse/workspaces/sqlpools','Dedicated SQL pool',
type =~ 'microsoft.synapse/workspaces','Synapse workspace',
type =~ 'microsoft.resources/templatespecs','Template spec',
type =~ 'microsoft.management/managementgroups/providers/templatespecs','Template spec',
type =~ 'microsoft.resources/deploymentscripts','Deployment Script',
type =~ 'microsoft.timeseriesinsights/environments','Time Series Insights environment',
type =~ 'microsoft.timeseriesinsights/environments/eventsources','Time Series Insights event source',
type =~ 'microsoft.timeseriesinsights/environments/referencedatasets','Time Series Insights reference data set',
type =~ 'microsoft.timeseriesinsights/environments/accesspolicies','Time Series Insights access policy',
type =~ 'microsoft.testbase/testbaseaccounts','Test Base Account',
type =~ 'microsoft.media/videoanalyzers','Video Analyzer',
type =~ 'microsoft.hybridnetwork/devices','Azure Network Function Manager – Device (Preview)',
type =~ 'microsoft.hybridnetwork/vendors','Azure Network Function Manager – vendor',
type =~ 'microsoft.hybridnetwork/networkfunctions','Azure Network Function Manager – Network Function (Preview)',
type =~ 'microsoft.mobilenetwork/accesspoints','Arc for network functions – Access Point',
type =~ 'microsoft.mobilenetwork/enodebs','Arc for network functions – ENodeB',
type =~ 'microsoft.mobilenetwork/mobiledevices','Arc for network functions – Mobile Device',
type =~ 'microsoft.mobilenetwork/mobilenetworks','Arc for network functions – Mobile Network',
type =~ 'microsoft.mobilenetwork/mobilenetworksites','Arc for network functions – Mobile Network Site',
type =~ 'microsoft.mobilenetwork/packetcores','Arc for network functions – Packet Core',
type =~ 'microsoft.mobilenetwork/simprofiles','Arc for network functions – Sim Profile',
type =~ 'microsoft.desktopvirtualization/applicationgroups','Application group',
type =~ 'microsoft.desktopvirtualization/hostpools','Host pool',
type =~ 'microsoft.desktopvirtualization/scalingplans','Scaling plan',
type =~ 'microsoft.desktopvirtualization/workspaces','Workspace',
type =~ 'microsoft.bing/accounts','Bing Resource',
type =~ 'microsoft.mixedreality/spatialanchorsaccounts','Spatial Anchors Account',
type =~ 'microsoft.mixedreality/remoterenderingaccounts','Remote Rendering Account',
type =~ 'microsoft.mixedreality/objectunderstandingaccounts','Object Understanding Account',
type =~ 'microsoft.mixedreality/objectanchorsaccounts','Object Anchors Account',
type =~ 'microsoft.mixedreality/holographicsbroadcastaccounts','Holographics Broadcast Account',
type =~ 'microsoft.cognition/syntheticsaccounts','Synthetics Account',
type =~ 'microsoft.connectedcache/cachenodes','Create a Connected Cache',
type =~ 'microsoft.healthcareapis/services','Azure API for FHIR',
type =~ 'microsoft.healthcareapis/workspaces','Healthcare APIs',
type =~ 'microsoft.healthcareapis/workspaces/dicomservices','DICOM Service',
type =~ 'microsoft.operationalinsights/querypacks','Log Analytics query pack',
type =~ 'microsoft.operationalinsights/workspaces','Log Analytics workspace',
type =~ 'microsoft.operationsmanagement/solutions','Solution',
type =~ 'microsoft.genomics/accounts','Genomics account',
type =~ 'microsoft.serviceshub/connectors','Services Hub Connector',
type =~ 'microsoft.windowsiot/deviceservices','Windows 10 IoT Core Services',
type =~ 'microsoft.windowsesu/multipleactivationkeys','Windows Multiple Activation Key',
type =~ 'sendgrid.email/accounts','SendGrid Account',
type =~ 'microsoft.sql/azuresql','Azure SQL resource',
type =~ 'microsoft.sql/servers/databases','SQL database',
type =~ 'microsoft.sql/servers/jobagents','Elastic Job agent',
type =~ 'microsoft.sql/servers/elasticpools','SQL elastic pool',
type =~ 'microsoft.sql/instancepools','Instance pool',
type =~ 'microsoft.sql/managedinstances/databases','Managed database',
type =~ 'microsoft.sql/managedinstances','SQL managed instance',
type =~ 'microsoft.dbformariadb/servers','Azure Database for MariaDB server',
type =~ 'microsoft.dbformysql/servers','Azure Database for MySQL server',
type =~ 'microsoft.dbforpostgresql/servers','Azure Database for PostgreSQL server',
type =~ 'microsoft.sql/servers','SQL server',
type =~ 'microsoft.sqlvirtualmachine/sqlvirtualmachines','SQL virtual machine',
type =~ 'microsoft.sql/virtualclusters','Virtual cluster',
type =~ 'microsoft.avs/privateclouds','AVS Private cloud',
type =~ 'wandisco.fusion/fusiongroups/azurezones','Azure Zone',
type =~ 'wandisco.fusion/migrators/exclusiontemplates','Exclusion',
type =~ 'wandisco.fusion/fusiongroups','LiveData Plane',
type =~ 'wandisco.fusion/fusiongroups/hivereplicationrules','Hive Replication Rule',
type =~ 'wandisco.fusion/migrators/livedatamigrations','Migration',
type =~ 'wandisco.fusion/fusiongroups/managedonpremzones','On-premises Zone',
type =~ 'wandisco.fusion/fusiongroups/replicationrules/migrations','Migration',
type =~ 'wandisco.fusion/migrators','LiveData Migrator',
type =~ 'wandisco.fusion/fusiongroups/azurezones/plugins','Plugin',
type =~ 'wandisco.fusion/fusiongroups/replicationrules','Replication Rule',
type =~ 'wandisco.fusion/migrators/targets','Target',
type =~ 'microsoft.web/hostingenvironments','App Service Environment',
type =~ 'microsoft.web/kubeenvironments','App Service Kubernetes Environment',
type =~ 'microsoft.web/staticsites','Static Web App (Preview)',
type =~ 'microsoft.certificateregistration/certificateorders','App Service Certificate',
type =~ 'microsoft.domainregistration/domains','App Service Domain',
type =~ 'microsoft.web/sites','App Service',
type =~ 'microsoft.web/sites/slots','App Service (Slot)',
type =~ 'microsoft.web/serverfarms','App Service plan',type)|extend locationDisplayName=case(location =~ 'eastus','East US',location =~ 'eastus2','East US 2',location =~ 'southcentralus','South Central US',location =~ 'westus2','West US 2',location =~ 'australiaeast','Australia East',location =~ 'southeastasia','Southeast Asia',location =~ 'northeurope','North Europe',location =~ 'uksouth','UK South',location =~ 'westeurope','West Europe',location =~ 'centralus','Central US',location =~ 'northcentralus','North Central US',location =~ 'westus','West US',location =~ 'southafricanorth','South Africa North',location =~ 'centralindia','Central India',location =~ 'eastasia','East Asia',location =~ 'japaneast','Japan East',location =~ 'jioindiawest','JIO India West',location =~ 'koreacentral','Korea Central',location =~ 'canadacentral','Canada Central',location =~ 'francecentral','France Central',location =~ 'germanywestcentral','Germany West Central',location =~ 'norwayeast','Norway East',location =~ 'switzerlandnorth','Switzerland North',location =~ 'uaenorth','UAE North',location =~ 'brazilsouth','Brazil South',location =~ 'centralusstage','Central US (Stage)',location =~ 'eastusstage','East US (Stage)',location =~ 'eastus2stage','East US 2 (Stage)',location =~ 'northcentralusstage','North Central US (Stage)',location =~ 'southcentralusstage','South Central US (Stage)',location =~ 'westusstage','West US (Stage)',location =~ 'westus2stage','West US 2 (Stage)',location =~ 'asia','Asia',location =~ 'asiapacific','Asia Pacific',location =~ 'australia','Australia',location =~ 'brazil','Brazil',location =~ 'canada','Canada',location =~ 'europe','Europe',location =~ 'global','Global',location =~ 'india','India',location =~ 'japan','Japan',location =~ 'uk','United Kingdom',location =~ 'unitedstates','United States',location =~ 'eastasiastage','East Asia (Stage)',location =~ 'southeastasiastage','Southeast Asia (Stage)',location =~ 'westcentralus','West Central US',location =~ 'westus3','West US 3',location =~ 'southafricawest','South Africa West',location =~ 'australiacentral','Australia Central',location =~ 'australiacentral2','Australia Central 2',location =~ 'australiasoutheast','Australia Southeast',location =~ 'japanwest','Japan West',location =~ 'koreasouth','Korea South',location =~ 'southindia','South India',location =~ 'westindia','West India',location =~ 'canadaeast','Canada East',location =~ 'francesouth','France South',location =~ 'germanynorth','Germany North',location =~ 'norwaywest','Norway West',location =~ 'switzerlandwest','Switzerland West',location =~ 'ukwest','UK West',location =~ 'uaecentral','UAE Central',location =~ 'brazilsoutheast','Brazil Southeast',location)|where ((type in~ ('microsoft.insights/components','microsoft.insights/privatelinkscopes','microsoft.insights/webtests','microsoft.insights/workbooks','microsoft.insights/workbooktemplates','microsoft.appplatform/spring','microsoft.appplatform/tanzu','microsoft.cache/redisenterprise','microsoft.cache/redisenterprise/databases','microsoft.cache/redis','microsoft.visualstudio/account','microsoft.visualstudio/account/project','microsoft.devops/pipelines','microsoft.confluent/organizations','microsoft.datadog/monitors','microsoft.elastic/monitors','microsoft.logz/monitors','microsoft.logz/monitors/accounts','citrix.services/xenappessentials','citrix.services/xendesktopessentials','microsoft.vmwarecloudsimple/virtualmachines','microsoft.vmwarecloudsimple/dedicatedcloudservices','microsoft.vmwarecloudsimple/dedicatedcloudnodes','microsoft.resourcegraph/queries','microsoft.storage/argstorageaccounts','microsoft.portal/dashboards','microsoft.resources/subscriptions/resourcegroups','microsoft.blockchain/blockchainmembers','microsoft.blockchain/cordamembers','microsoft.azureactivedirectory/b2cdirectories','microsoft.azureactivedirectory/guestusages','microsoft.aad/domainservices','microsoft.aadiam/privatelinkforazuread','providers.test/statefulibizaengines','microsoft.azurestackhci/clusters','microsoft.deviceupdate/accounts','microsoft.agfoodplatform/farmbeats','microsoft.analysisservices/servers','microsoft.apimanagement/service','microsoft.solutions/applicationdefinitions','microsoft.solutions/applications','microsoft.vsonline/plans','microsoft.attestation/attestationproviders','microsoft.automation/automationaccounts','microsoft.automation/automationaccounts/modules','microsoft.automation/automationaccounts/hybridrunbookworkergroups','microsoft.automation/automationaccounts/runbooks','microsoft.appconfiguration/configurationstores','microsoft.batch/batchaccounts','microsoft.resources/subscriptions','microsoft.blockchain/watchers','microsoft.autonomoussystems/workspaces','microsoft.botservice/botservices','microsoft.cdn/profiles/endpoints/customdomains','microsoft.cdn/profiles/endpoints','microsoft.cdn/profiles/endpoints/origins','microsoft.cdn/profiles','microsoft.chaos/chaosexperiments','microsoft.classicstorage/storageaccounts/disks','microsoft.classicstorage/storageaccounts/osimages','microsoft.classicstorage/storageaccounts/vmimages','microsoft.classiccompute/virtualmachines','microsoft.loadtestservice/loadtests','microsoft.classiccompute/domainnames','microsoft.classiccompute/domainnames/slots/roles','microsoft.compute/cloudservices','microsoft.cloudtest/accounts','microsoft.cloudtest/hostedpools','microsoft.cloudtest/images','microsoft.cloudtest/pools','microsoft.communication/communicationservices','microsoft.compute/availabilitysets','microsoft.compute/capacityreservationgroups','microsoft.compute/hostgroups','microsoft.compute/hostgroups/hosts','microsoft.compute/diskaccesses','microsoft.compute/disks','microsoft.compute/diskencryptionsets','microsoft.compute/proximityplacementgroups','microsoft.compute/snapshots','microsoft.compute/sshpublickeys','microsoft.compute/virtualmachines','microsoft.compute/virtualmachinescalesets','microsoft.connectedvehicle/platformaccounts','microsoft.containerregistry/registries','microsoft.containerregistry/registries/replications','microsoft.containerregistry/registries/scopemaps','microsoft.containerregistry/registries/tokens','microsoft.containerregistry/registries/webhooks','microsoft.containerservice/managedclusters','microsoft.kubernetes/connectedclusters','microsoft.containerinstance/containergroups','microsoft.hydra/components','microsoft.portal/extensions','microsoft.azuredata/sqlserverregistrations','microsoft.databricks/workspaces','microsoft.datacatalog/catalogs','microsoft.datacollaboration/workspaces','microsoft.datafactory/datafactories','microsoft.datafactory/factories','microsoft.datalakeanalytics/accounts','microsoft.datalakestore/accounts','microsoft.dataprotection/backupvaults','microsoft.datashare/accounts','microsoft.clusterstor/nodes','microsoft.baremetal/crayservers','microsoft.baremetal/monitoringservers','microsoft.securitydetonation/chambers','microsoft.devtestlab/labs','microsoft.devtestlab/labs/virtualmachines','microsoft.digitaltwins/digitaltwinsinstances','microsoft.storagepool/diskpools','microsoft.compute/galleries/images','microsoft.compute/images','microsoft.virtualmachineimages/imagetemplates','microsoft.compute/galleries/images/versions','microsoft.compute/galleries','microsoft.datamigration/services','microsoft.datamigration/services/projects','microsoft.network/dnszones','microsoft.network/trafficmanagerprofiles','microsoft.documentdb/databaseaccounts','microsoft.documentdb/cassandraclusters','microsoft.databoxedge/databoxedgedevices','microsoft.azurestack/registrations','microsoft.edgeorder/orderitems','microsoft.edgeorder/addresses','microsoft.web/connections','microsoft.web/customapis','microsoft.logic/integrationaccounts','microsoft.logic/integrationserviceenvironments','microsoft.logic/integrationserviceenvironments/managedapis','microsoft.scheduler/jobcollections/jobs','microsoft.scheduler/jobcollections','microsoft.logic/workflows','microsoft.eventgrid/topics','microsoft.eventgrid/domains','microsoft.eventgrid/domains/topics','microsoft.eventgrid/partnertopics','microsoft.eventgrid/systemtopics','microsoft.eventgrid/partnernamespaces','microsoft.eventgrid/partnernamespaces/eventchannels','microsoft.eventgrid/partnerregistrations','microsoft.eventhub/namespaces','microsoft.eventhub/namespaces/eventhubs','microsoft.eventhub/namespaces/schemagroups','microsoft.eventhub/namespaces/disasterrecoveryconfigs','microsoft.eventhub/clusters','microsoft.experimentation/experimentworkspaces','microsoft.databox/jobs','microsoft.network/frontdoors','github.enterprise/accounts','microsoft.hdinsight/clusters','microsoft.healthbot/healthbots','microsoft.hpcworkbench/instances/chambers','microsoft.hpcworkbench/instances/chambers/accessprofiles','microsoft.hpcworkbench/instances/chambers/files','microsoft.hpcworkbench/instances/chambers/requests','microsoft.hpcworkbench/instances/chambers/licenses','microsoft.hpcworkbench/instances/chambers/storages','microsoft.hpcworkbench/instances/chambers/workloads','microsoft.hpcworkbench/instances/consortiums','microsoft.hpcworkbench/instances','microsoft.hpcworkbench/instances/sharedstorages','microsoft.resourceconnector/appliances','microsoft.hybridcompute/privatelinkscopes','microsoft.connectedvmwarevsphere/vcenters','microsoft.scvmm/virtualmachines','microsoft.all/virtualmachines','microsoft.arc/all','microsoft.arc/allfairfax','microsoft.azurestackhci/virtualmachines','microsoft.extendedlocation/customlocations','microsoft.hybridcompute/machines','microsoft.connectedvmwarevsphere/virtualmachines','microsoft.hybriddata/datamanagers','microsoft.azurearcdata/datacontrollers','microsoft.azurearcdata/datawarehouseinstances','microsoft.azurearcdata/postgresinstances','microsoft.azurearcdata/sqlmanagedinstances','microsoft.azurearcdata/sqlserverinstances','microsoft.network/applicationgateways','microsoft.network/bastionhosts','microsoft.network/azurefirewalls','microsoft.network/connections','microsoft.network/firewallpolicies','microsoft.network/ipgroups','microsoft.network/localnetworkgateways','microsoft.network/virtualnetworkgateways','microsoft.network/virtualrouter','microsoft.network/virtualwans','microsoft.intelligentitdigitaltwin/digitaltwins/assets','microsoft.intelligentitdigitaltwin/digitaltwins/tests','microsoft.intelligentitdigitaltwin/digitaltwins/executionplans','microsoft.intelligentitdigitaltwin/digitaltwins/testplans','microsoft.intelligentitdigitaltwin/digitaltwins','microsoft.importexport/jobs','microsoft.network/networkexperimentprofiles','microsoft.iotcentral/iotapps','microsoft.devices/provisioningservices','microsoft.devices/iothubs','microsoft.storagesync/storagesyncservices','microsoft.storagesyncint/storagesyncservices','microsoft.storagesyncdev/storagesyncservices','microsoft.keyvault/vaults','microsoft.kusto/clusters','microsoft.kusto/clusters/databases','microsoft.synapse/workspaces/kustopools','microsoft.synapse/workspaces/kustopools/databases','microsoft.maps/accounts','microsoft.maps/accounts/creators','microsoft.maps/accounts/privateatlases','microsoft.maintenance/maintenanceconfigurations','microsoft.labservices/labaccounts','microsoft.network/networkmanagers','microsoft.managedidentity/userassignedidentities','microsoft.gallery/myareas/galleryitems','microsoft.saas/applications','microsoft.saas/saasresources','microsoft.saas/resources','84codes.cloudamqp/servers','appdynamics.apm/services','aspera.transfers/services','microsoft.marketplaceapps/classicdevservices','cloudyn.analytics/accounts','microsoft.contentmoderator/applications','livearena.broadcast/services','mailjet.email/services','microsoft.azure.testmarketplacerp/marketplaceresource','nuubit.nextgencdn/accounts','paraleap.cloudmonix/services','pokitdok.platform/services','ravenhq.db/databases','raygun.crashreporting/apps','revapm.mobilecdn/accounts','signiant.flight/accounts','sparkpost.basic/services','storeubb.emails-preview/emails','storeubb.memorygame/memorygame','storeubb.security/security','memorynamespace/memorygame','sendgrid/sendgrid_azure','storeubb.ubbresource2-preview/ubbresource2','storeubb.ubbresource-preview/ubbresource','vj_testmarketplacerp/marketplaceresource','trendmicro.deepsecurity/accounts','microsoft.media/mediaservices/liveevents','microsoft.media/mediaservices','microsoft.media/mediaservices/channels','microsoft.media/mediaservices/locators','microsoft.media/mediaservices/assets','microsoft.media/mediaservices/programs','microsoft.media/mediaservices/streamingendpoints','microsoft.migrate/projects','microsoft.machinelearning/commitmentplans','microsoft.machinelearningservices/workspaces/onlineendpoints/deployments','microsoft.machinelearningservices/workspaces/onlineendpoints','microsoft.machinelearningservices/workspaces','microsoft.machinelearning/webservices','microsoft.machinelearning/workspaces','microsoft.eventhub/namespaces/providers/diagnosticsettings','microsoft.insights/datacollectionrules','microsoft.netapp/netappaccounts','microsoft.netapp/netappaccounts/capacitypools','microsoft.netapp/netappaccounts/capacitypools/volumes/snapshots','microsoft.netapp/netappaccounts/snapshotpolicies','microsoft.netapp/netappaccounts/capacitypools/volumes','microsoft.network/applicationsecuritygroups','microsoft.classicnetwork/networksecuritygroups','microsoft.classicnetwork/virtualnetworks','microsoft.network/customipprefixes','microsoft.network/ddosprotectionplans','microsoft.network/expressroutecircuits','microsoft.network/expressrouteports','microsoft.compute/virtualmachines/providers/guestconfigurationassignments','microsoft.hybridcompute/machines/providers/guestconfigurationassignments','microsoft.network/loadbalancers','microsoft.network/natgateways','microsoft.network/networkinterfaces','microsoft.network/networksecuritygroups','microsoft.network/networkwatchers','microsoft.network/networkwatchers/flowlogs','microsoft.network/privateendpoints','microsoft.management/managementgroups/providers/privatelinkassociations','microsoft.network/privatelinkservices','microsoft.network/publicipaddresses','microsoft.network/publicipprefixes','microsoft.classicnetwork/reservedips','microsoft.authorization/resourcemanagementprivatelinks','microsoft.network/routefilters','microsoft.network/routetables','microsoft.network/serviceendpointpolicies','microsoft.network/virtualnetworks','microsoft.network/applicationgatewaywebapplicationfirewallpolicies','microsoft.cdn/cdnwebapplicationfirewallpolicies','microsoft.network/frontdoorwebapplicationfirewallpolicies','microsoft.notificationhubs/namespaces','microsoft.notificationhubs/namespaces/notificationhubs','microsoft.web/connectiongateways','microsoft.openlogisticsplatform/workspaces','microsoft.orbital/spacecrafts/contacts','microsoft.orbital/contactprofiles','microsoft.orbital/spacecrafts','microsoft.dbformysql/flexibleservers','microsoft.dbforpostgresql/flexibleservers','microsoft.dbforpostgresql/servergroups','microsoft.dbforpostgresql/serversv2','microsoft.dbforpostgresql/servergroupsv2','microsoft.peering/peerings','microsoft.peering/peeringservices','microsoft.peering/peeringservices/prefixes','microsoft.peering/peerings/registeredasns','microsoft.peering/peerings/registeredprefixes','microsoft.powerbidedicated/capacities','microsoft.network/privatednszones','microsoft.purview/accounts','microsoft.cognitiveservices/accounts','microsoft.quantum/workspaces','microsoft.recommendationsservice/accounts','microsoft.recommendationsservice/accounts/modeling','microsoft.recommendationsservice/accounts/serviceendpoints','microsoft.recoveryservices/vaults','microsoft.recoveryservicesbvtd2/vaults','microsoft.recoveryservicesbvtd/vaults','microsoft.recoveryservicesintd/vaults','microsoft.recoveryservicesintd2/vaults','microsoft.recoveryservices/vaults/backupfabrics/protectioncontainers/protecteditems','microsoft.redhatopenshift/openshiftclusters','microsoft.relay/namespaces','microsoft.relay/namespaces/wcfrelays','microsoft.relay/namespaces/hybridconnections','microsoft.capacity/reservationorders/reservations','microsoft.capacity/reservationorders','microsoft.deploymentmanager/rollouts','microsoft.baremetalinfrastructure/baremetalinstances','microsoft.hanaonazure/hanainstances','microsoft.hanaonazure/sapmonitors','microsoft.search/searchservices','microsoft.security/locations/alerts','microsoft.securityinsightsarg/sentinel','microsoft.servicebus/namespaces/topics/subscriptions','microsoft.servicebus/namespaces','microsoft.servicebus/namespaces/queues','microsoft.servicebus/namespaces/topics','microsoft.servicebus/namespaces/disasterrecoveryconfigs','microsoft.servicefabricmesh/applications','microsoft.servicefabric/clusters','microsoft.servicefabric/managedclusters','microsoft.signalrservice/signalr','microsoft.signalrservice/webpubsub','microsoft.storage/storageaccounts','microsoft.classicstorage/storageaccounts','microsoft.storagecache/caches','microsoft.storsimple/managers','microsoft.storsimplebvtd2/managers','microsoft.streamanalytics/clusters','microsoft.streamanalytics/streamingjobs','microsoft.support/supporttickets','microsoft.synapse/privatelinkhubs','microsoft.synapse/workspaces/scopepools','microsoft.synapse/workspaces/bigdatapools','microsoft.synapse/workspaces/sqlpools','microsoft.synapse/workspaces','microsoft.resources/templatespecs','microsoft.management/managementgroups/providers/templatespecs','microsoft.resources/deploymentscripts','microsoft.timeseriesinsights/environments','microsoft.timeseriesinsights/environments/eventsources','microsoft.timeseriesinsights/environments/referencedatasets','microsoft.timeseriesinsights/environments/accesspolicies','microsoft.testbase/testbaseaccounts','microsoft.media/videoanalyzers','microsoft.hybridnetwork/devices','microsoft.hybridnetwork/vendors','microsoft.hybridnetwork/networkfunctions','microsoft.mobilenetwork/accesspoints','microsoft.mobilenetwork/enodebs','microsoft.mobilenetwork/mobiledevices','microsoft.mobilenetwork/mobilenetworks','microsoft.mobilenetwork/mobilenetworksites','microsoft.mobilenetwork/packetcores','microsoft.mobilenetwork/simprofiles','microsoft.desktopvirtualization/applicationgroups','microsoft.desktopvirtualization/hostpools','microsoft.desktopvirtualization/scalingplans','microsoft.desktopvirtualization/workspaces','microsoft.bing/accounts','microsoft.mixedreality/spatialanchorsaccounts','microsoft.mixedreality/remoterenderingaccounts','microsoft.mixedreality/objectunderstandingaccounts','microsoft.mixedreality/objectanchorsaccounts','microsoft.mixedreality/holographicsbroadcastaccounts','microsoft.cognition/syntheticsaccounts','microsoft.connectedcache/cachenodes','microsoft.healthcareapis/services','microsoft.healthcareapis/workspaces','microsoft.healthcareapis/workspaces/dicomservices','microsoft.operationalinsights/querypacks','microsoft.operationalinsights/workspaces','microsoft.operationsmanagement/solutions','microsoft.genomics/accounts','microsoft.serviceshub/connectors','microsoft.windowsiot/deviceservices','microsoft.windowsesu/multipleactivationkeys','sendgrid.email/accounts','microsoft.sql/azuresql','microsoft.sql/servers/databases','microsoft.sql/servers/jobagents','microsoft.sql/servers/elasticpools','microsoft.sql/instancepools','microsoft.sql/managedinstances/databases','microsoft.sql/managedinstances','microsoft.dbformariadb/servers','microsoft.dbformysql/servers','microsoft.dbforpostgresql/servers','microsoft.sql/servers','microsoft.sqlvirtualmachine/sqlvirtualmachines','microsoft.sql/virtualclusters','microsoft.avs/privateclouds','wandisco.fusion/fusiongroups/azurezones','wandisco.fusion/migrators/exclusiontemplates','wandisco.fusion/fusiongroups','wandisco.fusion/fusiongroups/hivereplicationrules','wandisco.fusion/migrators/livedatamigrations','wandisco.fusion/fusiongroups/managedonpremzones','wandisco.fusion/fusiongroups/replicationrules/migrations','wandisco.fusion/migrators','wandisco.fusion/fusiongroups/azurezones/plugins','wandisco.fusion/fusiongroups/replicationrules','wandisco.fusion/migrators/targets','microsoft.web/hostingenvironments','microsoft.web/kubeenvironments','microsoft.web/staticsites','microsoft.certificateregistration/certificateorders','microsoft.domainregistration/domains','microsoft.web/sites','microsoft.web/sites/slots','microsoft.web/serverfarms')) or (isempty(type)))|where (type !~ ('microsoft.elastic/monitors'))|where (type !~ ('providers.test/statefulibizaengines'))|where (type !~ ('microsoft.agfoodplatform/farmbeats'))|where (type !~ ('microsoft.portal/extensions'))|where (type !~ ('microsoft.datacollaboration/workspaces'))|where (type !~ ('microsoft.azurestack/registrations'))|where (type !~ ('microsoft.edgeorder/orderitems'))|where (type !~ ('microsoft.edgeorder/addresses'))|where (type !~ ('microsoft.hpcworkbench/instances'))|where (type !~ ('microsoft.connectedvmwarevsphere/vcenters'))|where (type !~ ('microsoft.intelligentitdigitaltwin/digitaltwins'))|where (type !~ ('microsoft.network/networkmanagers'))|where not((
type =~ ('microsoft.network/serviceendpointpolicies')) and ((kind =~ ('internal'))))|where (type !~ ('microsoft.openlogisticsplatform/workspaces'))|where (type !~ ('microsoft.orbital/spacecrafts/contacts'))|where (type !~ ('microsoft.orbital/contactprofiles'))|where (type !~ ('microsoft.orbital/spacecrafts'))|where (type !~ ('microsoft.recommendationsservice/accounts'))|where (type !~ ('microsoft.recommendationsservice/accounts/modeling'))|where (type !~ ('microsoft.recommendationsservice/accounts/serviceendpoints'))|where (type !~ ('microsoft.recoveryservicesbvtd2/vaults'))|where (type !~ ('microsoft.recoveryservicesbvtd/vaults'))|where (type !~ ('microsoft.recoveryservicesintd/vaults'))|where (type !~ ('microsoft.recoveryservicesintd2/vaults'))|where not((
type =~ ('microsoft.synapse/workspaces/sqlpools')) and ((kind =~ ('v3'))))|where (type !~ ('microsoft.media/videoanalyzers'))|where (type !~ ('microsoft.hybridnetwork/devices'))|where (type !~ ('microsoft.hybridnetwork/vendors'))|where (type !~ ('microsoft.hybridnetwork/networkfunctions'))|where (type !~ ('microsoft.mobilenetwork/accesspoints'))|where (type !~ ('microsoft.mobilenetwork/enodebs'))|where (type !~ ('microsoft.mobilenetwork/mobiledevices'))|where (type !~ ('microsoft.mobilenetwork/mobilenetworks'))|where (type !~ ('microsoft.mobilenetwork/mobilenetworksites'))|where (type !~ ('microsoft.mobilenetwork/packetcores'))|where (type !~ ('microsoft.mobilenetwork/simprofiles'))|where (type !~ ('microsoft.desktopvirtualization/scalingplans'))|where (type !~ ('microsoft.connectedcache/cachenodes'))|where not((
type =~ ('microsoft.sql/servers/databases')) and ((kind in~ ('system','v2.0,system','v12.0,system','v12.0,user,datawarehouse,gen2,analytics'))))|where not((
type =~ ('microsoft.sql/servers')) and ((kind =~ ('v12.0,analytics'))))|project name,typeDisplayName,locationDisplayName,id,type,kind,location,subscriptionId,resourceGroup,tags|sort by (tolower(tostring(name))) asc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment