Starter Resource Graph query samples. The prefix of the type maps to the name of the provider. The AzAPI provider enables you to manage any Azure resource type using any API version. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. :::image type="content" source="./media/resource-providers-and-types/select-subscription.png" alt-text="select subscriptions"::: On the left menu, under Settings, select Resource providers. For list of the resources that are getting collected, refer Resources List. Each resource type is This is a cmdlet that allows you to pull Azure resource usage by date range, metrics like hourly or daily and more. The resource explorer displays valid API versions for the resource type. The command returns a message that registration is on-going. AWS resource and property types reference. As a resource provider enables new features, it releases a new version of the REST API. Cloud Shell Streamline Azure administration with a browser-based shell. How to match a specific column position till the end of line? Error response describing why the operation failed. A Resource List is a way to identify resources that are assigned with a specific tag or label. Does Counterspell prevent from any further spells being cast on a given turn? When you register the resource provider, the operation is done individually for each supported region. Get-AzureResource In the output, You may check for "ResourceType". When you create a resource through the portal, the resource provider is typically registered for you. Before using a resource provider, your Azure subscription must be registered for the resource provider. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. For sample queries for this table, see Resource Graph sample queries for iotsecurityresources. Resource lists can include tags or types of workloads. How can we prove that the supernatural or paranormal doesn't exist? Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. We can create tags for different departments as dept:marketing, dept:finance and dept:HR and associate them with resources belonging to these departments . This provider complements the AzureRM provider by enabling the management of new or existing Azure resources and properties (including private preview). Does a summoned creature play immediately after being summoned by a ready action? For sample queries for this table, see Resource Graph sample queries for healthresources. 02 Navigate to Azure Policy blade at https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyMenuBlade. This article shows how resource provider namespaces map to Azure services. To see all resource providers in Azure, and the registration status for your subscription, use: To see all registered resource providers for your subscription, use: To maintain least privileges in your subscription, only register those resource providers that you're ready to use. When you create a resource through the portal, the resource provider is typically registered for you. The resource provider defines the Azure resources that are available for you to deploy to your account. An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. Thanks for contributing an answer to Stack Overflow! More info about Internet Explorer and Microsoft Edge. As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. The following table has abbreviations mapped to resource and resource provider namespace. You can use the Providers - List API along with the $expand=resourceTypes/aliases query a parameter to give you everything that you need. For a list of resource providers registered by default, see Resource providers for Azure services. Azure Resources and Fundamentals | Nerdio Learn the fundamentals of Microsoft Azure including major terminology and resources, structure and hierarchy, subscription types and more. Select Allowed resource types. [!IMPORTANT] The aliases that are supported by this resource type. Is the server recovering? advisorresources For sample queries for this table, see Resource Graph sample queries for advisorresources. For more information, see Azure Naming Tool Overview. For further details, read Azure resource providers and types. The resource provider defines the Azure resources that are available for you to deploy to your account. required_tags - (Optional) A mapping of tags which the resource has to have in order to be included in the result. Azure PowerShell Trying to understand how to get this basic Fourier Series. Select it from the available options. )Note that some properties can be combined when filtering resources, which include the following: substringof() and/or resourceType, plan and plan/publisher and plan/name, and identity and identity/principalId. This query will return all resources with a tag name prefixed by the phrase depart (i.e.department, departureDate, departureTime, etc. Expand Providers by selecting the right arrow. The resource explorer displays valid locations for the resource type. To see all resource providers in Azure, and the registration status for your subscription, use: To see all registered resource providers for your subscription, use: To maintain least privileges in your subscription, only register those resource providers that you're ready to use. Only register a resource provider when you're ready to use it. Note that as of this date, some resource types are missing (e.g. In the policy, click on Assign: In Scope, select the right subscription and the right resource group and then click on next: For sample queries for this table, see Resource Graph sample queries for servicehealthresources. To register a resource provider, use: To see information for a particular resource provider, use: To see the resource types for a resource provider, use: The API version corresponds to a version of REST API operations that are released by the resource provider. The API version corresponds to a version of REST API operations that are released by the resource provider. For sample queries for this table, see Resource Graph sample queries for securityresources. Has the server run out of memory? This section contains reference information for all AWS resource and property types that are supported by AWS CloudFormation. The Get-UsageAggregates cmdlet is the main cmdlet that pulls off most of the magic you'll be learning in this article. For tag names only, resources can be filtered by prefix using the following syntax: $filter=startswith(tagName, 'depart'). Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. A full list of available Resource Types can be found here. The token that the alias path is referring to has no attributes. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. This page gives you abbreviation examples for many of the resources in Azure. Let's assume your organization has resources in the Azure cloud designated for different departments like marketing, finance, HR etc. Why are physically impossible and logically impossible concepts considered separate in terms of probability? 2. Another is microsoft.insights/components, it corresponds to the application insight resource. You should see that a JSON document is returned with the details of all container instances in your subscription. Flow: Whats the grammar of "For those whose stories they are"? Can also accept namespace/type format (Ex: 'Microsoft.Provider/resC'). Is the server starting up? Types of Databases on Azure Fully managed, intelligent, and flexible cloud database services Azure offers a choice of fully managed relational, NoSQL, and in-memory databases, spanning proprietary and open-source engines, to fit the needs of modern app developers. Common error response for all Azure Resource Manager APIs to return error details for failed operations. Authorization URL: For sample queries for this table, see Resource Graph sample queries for kubernetesconfigurationresources. Offer type. The list of user identities associated with the resource. az resource list The following command will return you all public ip addresses in your tenant: az resource list --resource-type 'Microsoft.Network/publicIPAddresses' az resource show --ids '<resource id>' Field 'properties.ipAddress' is likely what you are looking for. You must have permission to do the /register/action operation for the resource provider. The filter to apply on the operation.Filter comparison operators include eq (equals) and ne (not equals) and may be used with the following properties: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode.For example, to filter by a resource type, use $filter=resourceType eq 'Microsoft.Network/virtualNetworks'substringof(value, property) can be used to filter for substrings of the following currently-supported properties: name and resourceGroupFor example, to get all resources with 'demo' anywhere in the resource name, use $filter=substringof('demo', name)Multiple substring operations can also be combined using and/or operators.Note that any truncated number of results queried via $top may also not be compatible when using a filter.Resources can be filtered by tag names and values. Each resource type is part of a table in Resource Graph. You can't unregister a resource provider when you still have resource types from that resource provider in your subscription. How to save an existing Azure resource group into a Resource Manager template JSON file? Your application code shouldn't block the creation of resources for a resource provider that is in the registering state. The resources providers in the preceding section that are marked with - registered are registered by default for your subscription. To create resources in a region, the registration only needs to be completed in that region. When you register resource providers that aren't needed, you may see apps in your Azure Active Directory tenant that you don't recognize. The command returns a message that registration is on-going. The following example shows the Microsoft.KeyVault resource provider. The resource explorer displays valid API versions for the resource type. Are you sure you want to create this branch? For sample queries for this table, see Resource Graph sample queries for guestconfigurationresources. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. In the list of Resource groups, open the new example-group resource group. For other scenarios, you may need to manually register a resource provider. We support only the following resource type. The extended locations for the azure location. These applications are typically added by Windows Azure Service Management API. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. To get the supported locations for a resource type, use. 1. The type field is the Resource Type in the format of <Provider Namespace> / <Resource Type>. To see information for a particular resource provider: On the Azure portal menu, select All services. A tag already exists with the provided branch name. In this example, the resource type is azurerm_resource_group and the name is rg. For a list that maps resource providers to Azure services, see Resource providers for Azure services. The API version corresponds to a version of REST API operations that are released by the resource provider. 'SendGrid.Email/accounts'). For example, the Key Vault service consists of a resource provider named Microsoft.KeyVault. Azure Kubernetes Service (AKS) Deploy and scale containers on managed Kubernetes Azure Cognitive Services Add cognitive capabilities to apps with APIs and AI services App Service Quickly create powerful cloud apps for web and mobile Resources List. Staging Ground Beta 1 Recap, and Reviewers needed for Beta 2. Your application code shouldn't block the creation of resources for a resource provider that is in the registering state. For example, run the az container list command. If you have existing infrastructure in Azure, but aren't sure which resource provider is used, you can use either Azure CLI or PowerShell to find the resource provider. However, if a resource in the template creates supporting resources that aren't in the template, such as monitoring or security resources, you need to manually register those resource providers. More info about Internet Explorer and Microsoft Edge, Resource Graph sample queries for advisorresources, Get cost savings summary from Azure Advisor, List Arc-enabled servers not running latest released agent version, Resource Graph sample queries for extendedlocationresources, Get enabled resource types for Azure Arc-enabled custom locations, List Azure Arc-enabled custom locations with VMware or SCVMM enabled, Resource Graph sample queries for guestconfigurationresources, Count machines in scope of guest configuration policies, Count of non-compliant guest configuration assignments, Find all reasons a machine is non-compliant for guest configuration assignments, Resource Graph sample queries for healthresources, Count of virtual machines by availability state and Subscription Id, List of virtual machines and associated availability states by Resource Ids, List of virtual machines by availability state and power state with Resource Ids and resource Groups, List of virtual machines that are not Available by Resource Ids, Resource Graph sample queries for iotsecurityresources, Count how many IoT Devices there are in your network, by operation system, Resource Graph sample queries for kubernetesconfigurationresources, List all Azure Arc-enabled Kubernetes clusters with Azure Monitor extension, List all Azure Arc-enabled Kubernetes clusters without Azure Monitor extension, List all ConnectedClusters and ManagedClusters that contain a Flux Configuration, List All Flux Configurations that Are in a Non-Compliant State, Resource Graph sample queries for patchassessmentresources, Resource Graph sample queries for policyresources, Summarize resource compliance by state per location, Resource Graph sample queries for resourcecontainers, Count of subscriptions per management group, List all management group ancestors for a specified management group, List all management group ancestors for a specified subscription, List all subscriptions under a specified management group, Combine results from two queries into a single result, Find storage accounts with a specific case-insensitive tag on the resource group, Find storage accounts with a specific case-sensitive tag on the resource group, Resource Graph sample queries for resources, Count virtual machines by OS type with extend, List all extensions installed on a virtual machine, List machines that are not running and the last compliance status, List virtual machines with their network interface and public IP, Show all virtual machines ordered by name in descending order, Show first five virtual machines by name and their OS type, Summarize virtual machine by the power states extended property, Get virtual machine scale set capacity and size, List impacted resources when transferring an Azure subscription, List Azure Cosmos DB with specific write locations, Get count and percentage of Arc-enabled servers by domain, List all extensions installed on an Azure Arc-enabled server, List all Azure Arc-enabled Kubernetes resources, Get virtual networks and subnets of network interfaces, Show unassociated network security groups, List SQL Databases and their elastic pools, List all storage accounts with specific tag value, Resource Graph sample queries for securityresources, Count healthy, unhealthy, and not applicable resources per recommendation, List Container Registry vulnerability assessment results, List Qualys vulnerability assessment results, Get sensitivity insight of a specific resource, Get all IoT alerts on hub, filtered by type, Show Defender for Cloud plan pricing tier per subscription, Regulatory compliance state per compliance standard, Resource Graph sample queries for servicehealthresources, Active Service Health event subscription impact, microsoft.advisor/recommendations/suppressions, microsoft.compute/locations/communitygalleries, microsoft.compute/locations/communitygalleries/images, microsoft.compute/locations/communitygalleries/images/versions, microsoft.desktopvirtualization/hostpools/sessionhosts, microsoft.extendedlocation/customlocations/enabledresourcetypes, microsoft.guestconfiguration/guestconfigurationassignments, microsoft.resourcehealth/availabilitystatuses, microsoft.iotsecurity/locations/devicegroups/alerts, microsoft.iotsecurity/locations/devicegroups/devices, microsoft.iotsecurity/locations/devicegroups/recommendations, microsoft.iotsecurity/locations/sites/sensors, microsoft.kubernetesconfiguration/extensions, microsoft.kubernetesconfiguration/fluxconfigurations, microsoft.kubernetesconfiguration/namespaces, microsoft.kubernetesconfiguration/sourcecontrolconfigurations, microsoft.maintenance/configurationassignments, microsoft.maintenance/maintenanceconfigurations/applyupdates, microsoft.network/networkgroupmemberships, microsoft.network/networkmanagerconnections, microsoft.network/networkmanagers/connectivityconfigurations, microsoft.network/networkmanagers/networkgroups, microsoft.network/networkmanagers/networkgroups/staticmembers, microsoft.network/securityadminconfigurations, microsoft.network/securityadminconfigurations/rulecollections, microsoft.network/securityadminconfigurations/rulecollections/rules, microsoft.compute/virtualmachines/patchassessmentresults, microsoft.compute/virtualmachines/patchassessmentresults/softwarepatches, microsoft.hybridcompute/machines/patchassessmentresults, microsoft.hybridcompute/machines/patchassessmentresults/softwarepatches, microsoft.compute/virtualmachines/patchinstallationresults, microsoft.compute/virtualmachines/patchinstallationresults/softwarepatches, microsoft.hybridcompute/machines/patchinstallationresults, microsoft.hybridcompute/machines/patchinstallationresults/softwarepatches, microsoft.authorization/policyassignments, microsoft.authorization/policydefinitions, microsoft.authorization/policysetdefinitions, microsoft.dataprotection/backupvaults/backupinstances, microsoft.dataprotection/backupvaults/backupjobs, microsoft.dataprotection/backupvaults/backuppolicies, microsoft.recoveryservices/vaults/backupFabrics/protectionContainers/protectedItems (Backup Items), microsoft.recoveryservices/vaults/backupjobs, microsoft.recoveryservices/vaults/backuppolicies, microsoft.resources/subscriptions (Subscriptions), microsoft.resources/subscriptions/resourceGroups (Resource groups), Citrix.Services/XenAppEssentials (Citrix Virtual Apps Essentials), Citrix.Services/XenDesktopEssentials (Citrix Virtual Desktops Essentials), Dynatrace.Observability/monitors (Dynatrace), microsoft.AAD/domainServices (Azure AD Domain Services), microsoft.aadiam/privateLinkForAzureAD (Private Link for Azure AD), microsoft.AgFoodPlatform/farmBeats (Azure FarmBeats), microsoft.aisupercomputer/accounts/jobgroups, microsoft.aisupercomputer/accounts/jobgroups/jobs, microsoft.alertsmanagement/prometheusrulegroups, microsoft.alertsmanagement/resourcehealthalertrules, microsoft.alertsmanagement/smartdetectoralertrules, microsoft.AnalysisServices/servers (Analysis Services), microsoft.AnyBuild/clusters (AnyBuild clusters), microsoft.ApiManagement/service (API Management services), microsoft.app/managedenvironments/certificates, microsoft.AppConfiguration/configurationStores (App Configuration), microsoft.AppPlatform/Spring (Azure Spring Cloud), microsoft.Attestation/attestationProviders (Attestation providers), microsoft.authorization/elevateaccessroleassignment, microsoft.Authorization/resourceManagementPrivateLinks (Resource management private links), microsoft.automanage/configurationprofilepreferences, microsoft.automanage/configurationprofiles, microsoft.Automation/AutomationAccounts (Automation Accounts), microsoft.automation/automationaccounts/configurations, microsoft.Automation/automationAccounts/runbooks (Runbook), microsoft.autonomousdevelopmentplatform/accounts, microsoft.AutonomousSystems/workspaces (Bonsai), microsoft.AVS/privateClouds (AVS Private clouds), microsoft.AzureActiveDirectory/b2cDirectories (B2C Tenants), microsoft.AzureActiveDirectory/guestUsages (Guest Usages), microsoft.AzureArcData/dataControllers (Azure Arc data controllers), microsoft.AzureArcData/postgresInstances (Azure Arc-enabled PostgreSQL Hyperscale server groups), microsoft.AzureArcData/sqlManagedInstances (SQL managed instances - Azure Arc), microsoft.AzureArcData/sqlServerInstances (SQL Server - Azure Arc), microsoft.azurecis/dstsserviceclientidentities, microsoft.AzureData/sqlServerRegistrations (SQL Server registries), microsoft.AzurePercept/accounts (Azure Percept accounts), microsoft.azuresphere/catalogs/products/devicegroups, microsoft.AzureStackHCI/clusters (Azure Stack HCI), microsoft.azurestackhci/networkinterfaces, microsoft.AzureStackHci/virtualMachines (Azure Stack HCI virtual machine - Azure Arc), microsoft.azurestackhci/virtualmachines/extensions, microsoft.backupsolutions/vmwareapplications, microsoft.BareMetal/crayServers (Cray Servers), microsoft.BareMetal/monitoringServers (Monitoring Servers), microsoft.BareMetalInfrastructure/bareMetalInstances (BareMetal Instances), microsoft.Batch/batchAccounts (Batch accounts), microsoft.BotService/botServices (Bot Services), microsoft.Cache/Redis (Azure Cache for Redis), microsoft.Cache/RedisEnterprise (Redis Enterprise), microsoft.Cdn/CdnWebApplicationFirewallPolicies (Content Delivery Network WAF policies), microsoft.cdn/profiles (Front Doors Standard/Premium (Preview)), microsoft.Cdn/Profiles/AfdEndpoints (Endpoints), microsoft.cdn/profiles/endpoints (Endpoints), microsoft.CertificateRegistration/certificateOrders (App Service Certificates), microsoft.chaos/chaosexperiments (Chaos Experiments (Classic)), microsoft.chaos/experiments (Chaos Experiments), microsoft.classicCompute/domainNames (Cloud services (classic)), microsoft.ClassicCompute/VirtualMachines (Virtual machines (classic)), microsoft.ClassicNetwork/networkSecurityGroups (Network security groups (classic)), microsoft.ClassicNetwork/reservedIps (Reserved IP addresses (classic)), microsoft.ClassicNetwork/virtualNetworks (Virtual networks (classic)), microsoft.ClassicStorage/StorageAccounts (Storage accounts (classic)), microsoft.CloudTest/accounts (CloudTest Accounts), microsoft.CloudTest/hostedpools (1ES Hosted Pools), microsoft.CloudTest/images (CloudTest Images), microsoft.CloudTest/pools (CloudTest Pools), microsoft.ClusterStor/nodes (ClusterStors), microsoft.codesigning/codesigningaccounts, microsoft.CognitiveServices/accounts (Cognitive Services), microsoft.Compute/availabilitySets (Availability sets), microsoft.Compute/capacityReservationGroups (Capacity Reservation Groups), microsoft.compute/capacityreservationgroups/capacityreservations, microsoft.Compute/cloudServices (Cloud services (extended support)), microsoft.Compute/diskAccesses (Disk Accesses), microsoft.Compute/diskEncryptionSets (Disk Encryption Sets), microsoft.Compute/galleries (Azure compute galleries), microsoft.Compute/galleries/applications (VM application definitions), microsoft.Compute/galleries/applications/versions (VM application versions), microsoft.Compute/galleries/images (VM image definitions), microsoft.Compute/galleries/images/versions (VM image versions), microsoft.Compute/hostgroups (Host groups), microsoft.Compute/hostgroups/hosts (Hosts), microsoft.Compute/ProximityPlacementGroups (Proximity placement groups), microsoft.Compute/restorePointCollections (Restore Point Collections), microsoft.compute/sharedvmextensions/versions, microsoft.compute/sharedvmimages/versions, microsoft.Compute/sshPublicKeys (SSH keys), microsoft.Compute/VirtualMachines (Virtual machines), microsoft.compute/virtualmachines/extensions, microsoft.compute/virtualmachines/runcommands, microsoft.Compute/virtualMachineScaleSets (Virtual machine scale sets), microsoft.compute/virtualmachinescalesets/virtualmachines/networkinterfaces/ipconfigurations/publicipaddresses, microsoft.ConfidentialLedger/ledgers (Confidential Ledgers), microsoft.Confluent/organizations (Confluent organizations), microsoft.ConnectedCache/cacheNodes (Connected Cache Resources), microsoft.ConnectedCache/enterpriseCustomers (Connected Cache Resources), microsoft.ConnectedVehicle/platformAccounts (Connected Vehicle Platforms), microsoft.connectedvmwarevsphere/clusters, microsoft.connectedvmwarevsphere/datastores, microsoft.connectedvmwarevsphere/resourcepools, microsoft.connectedVMwareVSphere/vCenters (VMware vCenters), microsoft.ConnectedVMwarevSphere/VirtualMachines (VMware + AVS virtual machines), microsoft.connectedvmwarevsphere/virtualmachines/extensions, microsoft.connectedvmwarevsphere/virtualmachinetemplates, microsoft.connectedvmwarevsphere/virtualnetworks, microsoft.ContainerInstance/containerGroups (Container instances), microsoft.ContainerRegistry/registries (Container registries), microsoft.containerregistry/registries/agentpools, microsoft.containerregistry/registries/buildtasks, microsoft.ContainerRegistry/registries/replications (Container registry replications), microsoft.containerregistry/registries/taskruns, microsoft.containerregistry/registries/tasks, microsoft.ContainerRegistry/registries/webhooks (Container registry webhooks), microsoft.containerservice/containerservices, microsoft.ContainerService/managedClusters (Kubernetes services), microsoft.containerservice/openshiftmanagedclusters, microsoft.customproviders/resourceproviders, microsoft.Dashboard/grafana (Grafana Workspaces), microsoft.DataBoxEdge/dataBoxEdgeDevices (Azure Stack Edge / Data Box Gateway), microsoft.Databricks/workspaces (Azure Databricks Services), microsoft.DataCatalog/catalogs (Data Catalog), microsoft.DataCollaboration/workspaces (Project CI), microsoft.DataFactory/dataFactories (Data factories), microsoft.DataFactory/factories (Data factories (V2)), microsoft.DataLakeAnalytics/accounts (Data Lake Analytics), microsoft.DataLakeStore/accounts (Data Lake Storage Gen1), microsoft.DataMigration/services (Azure Database Migration Services), microsoft.DataMigration/services/projects (Azure Database Migration Projects), microsoft.datamigration/sqlmigrationservices (Azure Database Migration Services), microsoft.DataProtection/BackupVaults (Backup vaults), microsoft.DataProtection/resourceGuards (Resource Guards (Preview)), microsoft.dataprotection/resourceoperationgatekeepers, microsoft.datareplication/replicationfabrics, microsoft.DataReplication/replicationVaults (Site Recovery Vaults), microsoft.DataShare/accounts (Data Shares), microsoft.DBforMariaDB/servers (Azure Database for MariaDB servers), microsoft.DBforMySQL/flexibleServers (Azure Database for MySQL flexible servers), microsoft.DBforMySQL/servers (Azure Database for MySQL servers), microsoft.DBforPostgreSQL/flexibleServers (Azure Database for PostgreSQL flexible servers), microsoft.DBforPostgreSQL/serverGroups (Azure Database for PostgreSQL server groups), microsoft.DBforPostgreSQL/serverGroupsv2 (Azure Database for PostgreSQL server groups), microsoft.DBforPostgreSQL/servers (Azure Database for PostgreSQL servers), microsoft.DBforPostgreSQL/serversv2 (Azure Database for PostgreSQL servers v2), microsoft.delegatednetwork/delegatedsubnets, microsoft.delegatednetwork/orchestratorinstances, microsoft.deploymentmanager/artifactsources, microsoft.DeploymentManager/Rollouts (Rollouts), microsoft.deploymentmanager/servicetopologies, microsoft.deploymentmanager/servicetopologies/services, microsoft.deploymentmanager/servicetopologies/services/serviceunits, microsoft.DesktopVirtualization/ApplicationGroups (Application groups), microsoft.DesktopVirtualization/HostPools (Host pools), microsoft.DesktopVirtualization/ScalingPlans (Scaling plans), microsoft.DesktopVirtualization/Workspaces (Workspaces), microsoft.devai/instances/sandboxes/experiments, microsoft.devices/elasticpools/iothubtenants, microsoft.Devices/ProvisioningServices (Device Provisioning Services), microsoft.DeviceUpdate/Accounts (Device Update for IoT Hubs), microsoft.deviceupdate/accounts/instances, microsoft.devops/pipelines (DevOps Starter), microsoft.DevTestLab/labs/virtualMachines (Virtual machines), microsoft.DigitalTwins/digitalTwinsInstances (Azure Digital Twins), microsoft.DocumentDB/cassandraClusters (Azure Managed Instance for Apache Cassandra), microsoft.DocumentDb/databaseAccounts (Azure Cosmos DB accounts), microsoft.DomainRegistration/domains (App Service Domains), microsoft.dynamics365fraudprotection/instances, microsoft.EdgeOrder/addresses (Azure Edge Hardware Center Address), microsoft.EdgeOrder/orderItems (Azure Edge Hardware Center), microsoft.Elastic/monitors (Elasticsearch (Elastic Cloud)), microsoft.enterpriseknowledgegraph/services, microsoft.EventGrid/domains (Event Grid Domains), microsoft.EventGrid/partnerNamespaces (Event Grid Partner Namespaces), microsoft.EventGrid/partnerRegistrations (Event Grid Partner Registrations), microsoft.EventGrid/partnerTopics (Event Grid Partner Topics), microsoft.EventGrid/systemTopics (Event Grid System Topics), microsoft.EventGrid/topics (Event Grid Topics), microsoft.EventHub/clusters (Event Hubs Clusters), microsoft.EventHub/namespaces (Event Hubs Namespaces), microsoft.Experimentation/experimentWorkspaces (Experiment Workspaces), microsoft.ExtendedLocation/CustomLocations (Custom locations), microsoft.extendedlocation/customlocations/resourcesyncrules, microsoft.Fidalgo/devcenters (Fidalgo DevCenters), microsoft.fidalgo/networksettings (Network Configurations), microsoft.Fidalgo/projects (Fidalgo Projects), microsoft.Fidalgo/projects/environments (Fidalgo Environments), microsoft.FluidRelay/fluidRelayServers (Fluid Relay), microsoft.Genomics/accounts (Genomics accounts), microsoft.guestconfiguration/automanagedaccounts, microsoft.HanaOnAzure/hanaInstances (SAP HANA on Azure), microsoft.HanaOnAzure/sapMonitors (Azure Monitors for SAP Solutions), microsoft.hardwaresecuritymodules/dedicatedhsms, microsoft.HDInsight/clusterpools (HDInsight cluster pools), microsoft.HDInsight/clusterpools/clusters (HDInsight gen2 clusters), microsoft.HDInsight/clusterpools/clusters/sessionclusters (HDInsight session clusters), microsoft.HDInsight/clusters (HDInsight clusters), microsoft.HealthBot/healthBots (Azure Health Bot), microsoft.HealthcareApis/services (Azure API for FHIR), microsoft.healthcareapis/services/privateendpointconnections, microsoft.HealthcareApis/workspaces (Healthcare APIs Workspaces), microsoft.HealthcareApis/workspaces/dicomservices (DICOM services), microsoft.HealthcareApis/workspaces/fhirservices (FHIR services), microsoft.HealthcareApis/workspaces/iotconnectors (IoT connectors), microsoft.HpcWorkbench/instances (HPC Workbenches (preview)), microsoft.HpcWorkbench/instances/chambers (Chambers (preview)), microsoft.HpcWorkbench/instances/chambers/accessProfiles (Chamber Profiles (preview)), microsoft.HpcWorkbench/instances/chambers/workloads (Chamber VMs (preview)), microsoft.HpcWorkbench/instances/consortiums (Consortiums (preview)), microsoft.HybridCompute/machines (Servers - Azure Arc), microsoft.hybridcompute/machines/extensions, microsoft.HybridCompute/privateLinkScopes (Azure Arc Private Link Scopes), microsoft.hybridcontainerservice/provisionedclusters, microsoft.hybridcontainerservice/provisionedclusters/agentpools, microsoft.HybridData/dataManagers (StorSimple Data Managers), microsoft.HybridNetwork/devices (Azure Network Function Manager Devices), microsoft.HybridNetwork/networkFunctions (Azure Network Function Manager Network Functions), microsoft.hybridnetwork/virtualnetworkfunctions, microsoft.ImportExport/jobs (Import/export jobs), microsoft.industrydatalifecycle/basemodels, microsoft.industrydatalifecycle/custodiancollaboratives, microsoft.industrydatalifecycle/dataconsumercollaboratives, microsoft.industrydatalifecycle/derivedmodels, microsoft.industrydatalifecycle/membercollaboratives, microsoft.industrydatalifecycle/modelmappings, microsoft.industrydatalifecycle/pipelinesets, microsoft.insights/components (Application Insights), microsoft.insights/datacollectionendpoints (Data collection endpoints), microsoft.insights/datacollectionrules (Data collection rules), microsoft.insights/guestdiagnosticsettings, microsoft.Insights/privateLinkScopes (Azure Monitor Private Link Scopes), microsoft.insights/webtests (Availability tests), microsoft.insights/workbooks (Azure Workbooks), microsoft.insights/workbooktemplates (Azure Workbook Templates), microsoft.intelligentitdigitaltwin/digitaltwins, microsoft.intelligentitdigitaltwin/digitaltwins/assets, microsoft.intelligentitdigitaltwin/digitaltwins/executionplans, microsoft.intelligentitdigitaltwin/digitaltwins/testplans, microsoft.intelligentitdigitaltwin/digitaltwins/tests, microsoft.IoTCentral/IoTApps (IoT Central Applications), microsoft.Kubernetes/connectedClusters (Kubernetes - Azure Arc), microsoft.Kusto/clusters (Azure Data Explorer Clusters), microsoft.Kusto/clusters/databases (Azure Data Explorer databases), microsoft.LabServices/labAccounts (Lab accounts), microsoft.LabServices/labPlans (Lab plans), microsoft.LoadTestService/LoadTests (Azure Load Testing), microsoft.Logic/integrationAccounts (Integration accounts), microsoft.Logic/integrationServiceEnvironments (Integration Service Environments), microsoft.Logic/integrationServiceEnvironments/managedApis (Managed Connector), microsoft.Logz/monitors (Logz main account), microsoft.Logz/monitors/accounts (Logz sub account), microsoft.Logz/monitors/metricsSource (Logz metrics data source), microsoft.MachineLearning/commitmentPlans (Machine Learning Studio (classic) web service plans), microsoft.MachineLearning/webServices (Machine Learning Studio (classic) web services), microsoft.MachineLearning/workspaces (Machine Learning Studio (classic) workspaces), microsoft.machinelearningcompute/operationalizationclusters, microsoft.machinelearningexperimentation/accounts/workspaces, microsoft.machinelearningservices/aisysteminventories, microsoft.machinelearningservices/modelinventories, microsoft.machinelearningservices/modelinventory, microsoft.machinelearningservices/virtualclusters, microsoft.MachineLearningServices/workspaces (Machine learning), microsoft.machinelearningservices/workspaces/batchendpoints, microsoft.machinelearningservices/workspaces/batchendpoints/deployments, microsoft.machinelearningservices/workspaces/inferenceendpoints, microsoft.machinelearningservices/workspaces/inferenceendpoints/deployments, microsoft.MachineLearningServices/workspaces/onlineEndpoints (Machine learning online endpoints), microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments (Machine learning online deployments), microsoft.Maintenance/maintenanceConfigurations (Maintenance Configurations), microsoft.maintenance/maintenancepolicies, microsoft.ManagedIdentity/userAssignedIdentities (Managed Identities), microsoft.managednetwork/managednetworkgroups, microsoft.managednetwork/managednetworkpeeringpolicies, microsoft.managednetwork/managednetworks/managednetworkgroups, microsoft.managednetwork/managednetworks/managednetworkpeeringpolicies, microsoft.Maps/accounts (Azure Maps Accounts), microsoft.Maps/accounts/creators (Azure Maps Creator Resources), microsoft.marketplaceapps/classicdevservices, microsoft.media/mediaservices (Media Services), microsoft.media/mediaservices/liveevents (Live events), microsoft.media/mediaservices/streamingendpoints (Streaming Endpoints), microsoft.media/videoanalyzers (Video Analyzers), microsoft.microservices4spring/appclusters, microsoft.Migrate/projects (Migration projects), microsoft.MixedReality/objectAnchorsAccounts (Object Anchors Accounts), microsoft.MixedReality/objectUnderstandingAccounts (Object Understanding Accounts), microsoft.MixedReality/remoteRenderingAccounts (Remote Rendering Accounts), microsoft.MixedReality/spatialAnchorsAccounts (Spatial Anchors Accounts), microsoft.mixedreality/surfacereconstructionaccounts, microsoft.MobileNetwork/mobileNetworks (Mobile networks), microsoft.MobileNetwork/mobileNetworks/dataNetworks (Data Networks), microsoft.MobileNetwork/mobileNetworks/services (Services), microsoft.MobileNetwork/mobileNetworks/simPolicies (SIM policies), microsoft.MobileNetwork/mobileNetworks/sites (Mobile network sites), microsoft.MobileNetwork/mobileNetworks/slices (Slices), microsoft.MobileNetwork/packetCoreControlPlanes (Packet Core Control Planes), microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes (Packet Core Data Planes), microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks (Attached Data Networks), microsoft.NetApp/netAppAccounts (NetApp accounts), microsoft.netapp/netappaccounts/backuppolicies, microsoft.NetApp/netAppAccounts/capacityPools (Capacity pools), microsoft.NetApp/netAppAccounts/capacityPools/Volumes (Volumes), microsoft.netapp/netappaccounts/capacitypools/volumes/mounttargets, microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots (Snapshots), microsoft.netapp/netappaccounts/capacitypools/volumes/subvolumes, microsoft.NetApp/netAppAccounts/snapshotPolicies (Snapshot policies), microsoft.Network/applicationGateways (Application gateways), microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies (Application Gateway WAF policies), microsoft.Network/applicationSecurityGroups (Application security groups), microsoft.Network/azureFirewalls (Firewalls), microsoft.Network/bastionHosts (Bastions), microsoft.Network/connections (Connections), microsoft.Network/customIpPrefixes (Custom IP prefixes), microsoft.Network/ddosProtectionPlans (DDoS protection plans), microsoft.Network/dnsForwardingRulesets (DNS forwarding rulesets), microsoft.Network/dnsResolvers (DNS Private Resolvers), microsoft.network/dnsresolvers/inboundendpoints, microsoft.network/dnsresolvers/outboundendpoints, microsoft.Network/expressRouteCircuits (ExpressRoute circuits), microsoft.network/expressroutecrossconnections, microsoft.Network/expressRoutePorts (ExpressRoute Direct), microsoft.Network/firewallPolicies (Firewall policies), microsoft.Network/frontdoors (Front Doors), microsoft.Network/FrontDoorWebApplicationFirewallPolicies (Web Application Firewall policies (WAF)), microsoft.Network/LoadBalancers (Load balancers), microsoft.Network/localnetworkgateways (Local network gateways), microsoft.Network/natGateways (NAT gateways), microsoft.Network/NetworkExperimentProfiles (Internet Analyzer profiles), microsoft.Network/networkinterfaces (Network interfaces), microsoft.Network/NetworkSecurityGroups (Network security groups), microsoft.network/networksecurityperimeters, microsoft.network/networkvirtualappliances, microsoft.network/networkwatchers (Network Watchers), microsoft.network/networkwatchers/connectionmonitors, microsoft.network/networkwatchers/flowlogs (NSG Flow Logs), microsoft.network/networkwatchers/pingmeshes, microsoft.Network/privateDnsZones (Private DNS zones), microsoft.network/privatednszones/virtualnetworklinks, microsoft.network/privateendpointredirectmaps, microsoft.Network/privateEndpoints (Private endpoints), microsoft.Network/privateLinkServices (Private link services), microsoft.Network/PublicIpAddresses (Public IP addresses), microsoft.Network/publicIpPrefixes (Public IP Prefixes), microsoft.Network/routeFilters (Route filters), microsoft.Network/routeTables (Route tables), microsoft.network/securitypartnerproviders, microsoft.Network/serviceEndpointPolicies (Service endpoint policies), microsoft.Network/trafficmanagerprofiles (Traffic Manager profiles), microsoft.network/virtualhubs/bgpconnections, microsoft.network/virtualhubs/ipconfigurations, microsoft.Network/virtualNetworkGateways (Virtual network gateways), microsoft.Network/virtualNetworks (Virtual networks), microsoft.Network/virtualWans (Virtual WANs), microsoft.network/vpnserverconfigurations, microsoft.networkfunction/azuretrafficcollectors, microsoft.NotificationHubs/namespaces (Notification Hub namespaces), microsoft.NotificationHubs/namespaces/notificationHubs (Notification Hubs), microsoft.OpenEnergyPlatform/energyServices (Project Oak Forest), microsoft.openlogisticsplatform/applicationmanagers, microsoft.openlogisticsplatform/applicationworkspaces, microsoft.OpenLogisticsPlatform/workspaces (Open Supply Chain Platform), microsoft.OperationalInsights/querypacks (Log Analytics query packs), microsoft.OperationalInsights/workspaces (Log Analytics workspaces), microsoft.OperationsManagement/solutions (Solutions), microsoft.Orbital/contactProfiles (Contact profiles), microsoft.Orbital/GroundStations (Ground stations), microsoft.Orbital/l2Connections (L2 connections), microsoft.orbital/orbitalgateways/orbitall2connections, microsoft.orbital/orbitalgateways/orbitall3connections, microsoft.Orbital/spacecrafts (Spacecrafts), microsoft.Peering/peeringServices (Peering services), microsoft.PlayFab/playerAccountPools (PlayFab player account pools), microsoft.PlayFab/titles (PlayFab titles), microsoft.Portal/dashboards (Shared dashboards), microsoft.powerbi/privatelinkservicesforpowerbi, microsoft.powerbidedicated/autoscalevcores, microsoft.PowerBIDedicated/capacities (Power BI Embedded), microsoft.powerplatform/enterprisepolicies, microsoft.providerhubdevtest/regionalstresstests, microsoft.Purview/Accounts (microsoft Purview accounts), microsoft.Quantum/Workspaces (Quantum Workspaces), microsoft.RecommendationsService/accounts (Intelligent Recommendations Accounts), microsoft.RecommendationsService/accounts/modeling (Modeling), microsoft.RecommendationsService/accounts/serviceEndpoints (Service Endpoints), microsoft.RecoveryServices/vaults (Recovery Services vaults), microsoft.recoveryservices/vaults/backupstorageconfig, microsoft.recoveryservices/vaults/replicationfabrics, microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers, microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotecteditems, microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotectioncontainermappings, microsoft.recoveryservices/vaults/replicationfabrics/replicationrecoveryservicesproviders, microsoft.RedHatOpenShift/OpenShiftClusters (Azure Red Hat OpenShift), microsoft.ResourceConnector/Appliances (Resource bridges), microsoft.resourcegraph/queries (Resource Graph queries), microsoft.Resources/deploymentScripts (Deployment Scripts), microsoft.Resources/templateSpecs (Template specs), microsoft.resources/templatespecs/versions, microsoft.SaaS/applications (Software as a Service (classic)), microsoft.Scom/managedInstances (Aquila Instances), microsoft.scvmm/virtualMachines (SCVMM virtual machine - Azure Arc), microsoft.ScVmm/vmmServers (SCVMM management servers), microsoft.Search/searchServices (Search services), microsoft.security/customassessmentautomations, microsoft.security/customentitystoreassignments, microsoft.SecurityDetonation/chambers (Security Detonation Chambers), microsoft.securitydevops/githubconnectors, microsoft.ServiceBus/namespaces (Service Bus Namespaces), microsoft.ServiceFabric/clusters (Service Fabric clusters), microsoft.servicefabric/containergroupsets, microsoft.ServiceFabric/managedclusters (Service Fabric managed clusters), microsoft.ServicesHub/connectors (Services Hub Connectors), microsoft.SignalRService/SignalR (SignalR), microsoft.SignalRService/WebPubSub (Web PubSub Service), microsoft.Solutions/applicationDefinitions (Service catalog managed application definitions), microsoft.Solutions/applications (Managed applications), microsoft.Sql/instancePools (Instance pools), microsoft.Sql/managedInstances (SQL managed instances), microsoft.Sql/managedInstances/databases (Managed databases), microsoft.Sql/servers/databases (SQL databases), microsoft.Sql/servers/elasticpools (SQL elastic pools), microsoft.Sql/servers/jobAgents (Elastic Job agents), microsoft.Sql/virtualClusters (Virtual clusters), microsoft.sqlvirtualmachine/sqlvirtualmachinegroups, microsoft.SqlVirtualMachine/SqlVirtualMachines (SQL virtual machines), microsoft.Storage/StorageAccounts (Storage accounts), microsoft.StorageCache/amlFilesystems (Lustre File Systems), microsoft.StorageCache/caches (HPC caches), microsoft.StoragePool/diskPools (Disk Pools), microsoft.StorageSync/storageSyncServices (Storage Sync Services), microsoft.StorageSyncDev/storageSyncServices (Storage Sync Services), microsoft.StorageSyncInt/storageSyncServices (Storage Sync Services), microsoft.StorSimple/Managers (StorSimple Device Managers), microsoft.StreamAnalytics/clusters (Stream Analytics clusters), microsoft.StreamAnalytics/StreamingJobs (Stream Analytics jobs), microsoft.swiftlet/virtualmachinesnapshots, microsoft.Synapse/privateLinkHubs (Azure Synapse Analytics (private link hubs)), microsoft.Synapse/workspaces (Azure Synapse Analytics), microsoft.Synapse/workspaces/bigDataPools (Apache Spark pools), microsoft.synapse/workspaces/eventstreams, microsoft.Synapse/workspaces/kustopools (Data Explorer pools (preview)), microsoft.synapse/workspaces/sqldatabases, microsoft.Synapse/workspaces/sqlPools (Dedicated SQL pools), microsoft.terraformoss/providerregistrations, microsoft.TestBase/testbaseAccounts (Test Base Accounts), microsoft.TestBase/testBaseAccounts/packages (Test Base Packages), microsoft.TimeSeriesInsights/environments (Time Series Insights environments), microsoft.TimeSeriesInsights/environments/eventsources (Time Series Insights event sources), microsoft.TimeSeriesInsights/environments/referenceDataSets (Time Series Insights reference data sets), microsoft.VideoIndexer/accounts (Video Analyzer for Media), microsoft.VirtualMachineImages/imageTemplates (Image Templates), microsoft.visualstudio/account (Azure DevOps organizations), microsoft.visualstudio/account/project (DevOps Starter), microsoft.VMwareCloudSimple/dedicatedCloudNodes (CloudSimple Nodes), microsoft.VMwareCloudSimple/dedicatedCloudServices (CloudSimple Services), microsoft.VMwareCloudSimple/virtualMachines (CloudSimple Virtual Machines), microsoft.vmwarevirtustream/privateclouds, microsoft.VSOnline/Plans (Visual Studio Online Plans), microsoft.Web/connectionGateways (On-premises data gateways), microsoft.Web/connections (API Connections), microsoft.Web/containerApps (Container Apps), microsoft.Web/customApis (Logic Apps Custom Connector), microsoft.Web/HostingEnvironments (App Service Environments), microsoft.Web/KubeEnvironments (App Service Kubernetes Environments), microsoft.Web/serverFarms (App Service plans), microsoft.Web/sites/slots (App Service (Slots)), microsoft.Web/StaticSites (Static Web Apps), microsoft.WindowsESU/multipleActivationKeys (Windows Multiple Activation Keys), microsoft.WindowsIoT/DeviceServices (Windows 10 IoT Core Services), microsoft.workloadbuilder/migrationagents, microsoft.Workloads/monitors (Azure Monitors for SAP Solutions (v2)), microsoft.Workloads/phpworkloads (Scalable WordPress on Linux), microsoft.Workloads/sapVirtualInstances (SAP Virtual Instances), microsoft.Workloads/sapVirtualInstances/applicationInstances (SAP app server instances), microsoft.Workloads/sapVirtualInstances/centralInstances (SAP central server instances), microsoft.Workloads/sapVirtualInstances/databaseInstances (SAP database server instances), NGINX.NGINXPLUS/nginxDeployments (NGINX Deployment), private.autonomousdevelopmentplatform/accounts, private.connectedvehicle/platformaccounts, Providers.Test/statefulIbizaEngines (VLCentral Help), Wandisco.Fusion/fusionGroups (LiveData Planes), Wandisco.Fusion/fusionGroups/azureZones (Azure Zones), Wandisco.Fusion/fusionGroups/azureZones/plugins (Plugins), Wandisco.Fusion/fusionGroups/hiveReplicationRules (Hive Replication Rules), Wandisco.Fusion/fusionGroups/managedOnPremZones (On-premises Zones), Wandisco.Fusion/fusionGroups/replicationRules (Replication Rules), Wandisco.Fusion/migrators (LiveData Migrators), Wandisco.Fusion/migrators/exclusionTemplates (Exclusions), Wandisco.Fusion/migrators/liveDataMigrations (Migrations), Wandisco.Fusion/migrators/metadataMigrations (Metadata Migrations), Wandisco.Fusion/migrators/metadataTargets (Metadata Targets), Wandisco.Fusion/migrators/pathMappings (Path Mappings), Wandisco.Fusion/migrators/targets (Targets), microsoft.authorization/locks/providers/assessments/governanceassignments, microsoft.authorization/roleassignments/providers/assessments/governanceassignments, microsoft.security/assessments/governanceassignments, microsoft.security/assessments/subassessments, microsoft.security/insights/classification (Data Sensitivity Security Insights (Preview)), microsoft.security/locations/alerts (Security Alerts), microsoft.security/regulatorycompliancestandards, microsoft.security/regulatorycompliancestandards/regulatorycompliancecontrols, microsoft.security/regulatorycompliancestandards/regulatorycompliancecontrols/regulatorycomplianceassessments, microsoft.security/securescores/securescorecontrols, microsoft.compute/skuspotevictionrate/location, microsoft.compute/skuspotpricehistory/ostype/location.