The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. The token that the alias path is referring to has no attributes. To get the available API versions for a resource type, use: Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. The AzAPI provider is a thin layer on top of the Azure ARM REST APIs. Some resource providers are registered by default. An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. The resource provider namespace is the first part of the resource type. Expand Providers by selecting the right arrow. Can also accept namespace/type format (Ex: 'Microsoft.Provider/resC'). Step 1: Open the Azure policy service pane Step 2: Create Azure policy definition Step 3: Assign Azure Policy Step 4: Test the new azure policy Summary References Advertisement Azure Policy Overview For other scenarios, you may need to manually register a resource provider. The extended locations for the azure location. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. Other resource providers are registered automatically when you take certain actions. advisorresources alertsmanagementresources appserviceresources chaosresources Show 23 more Azure Resource Graph supports the following resource types of Azure Resource Manager. Is it known that BQP is not contained within NP? Azure Application. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Let's assume your organization has resources in the Azure cloud designated for different departments like marketing, finance, HR etc. The resource provider defines REST operations for working with vaults, secrets, keys, and certificates. Why are Suriname, Belize, and Guinea-Bissau classified as "Small Island Developing States"? implicit Azure Advisor Your personalised Azure best practices recommendation engine . To manage Azure Policy, open Azure Portal and search for Policy. Select it from the available options. Do roots of these polynomials approach the negative of the Euler-Mascheroni constant? When you register the resource provider, the operation is done individually for each supported region. Find centralized, trusted content and collaborate around the technologies you use most. You must have permission to do the /register/action operation for the resource provider. Registration configures your subscription to work with the resource provider. The API version corresponds to a version of REST API operations that are released by the resource provider. Resource blocks have two strings before the block: the resource type and the resource name. If you don't know the resource provider, see Find resource provider. Azure Naming Tool: You can use the Azure Naming Tool to standardize and automate your naming process. For sample queries for this table, see Resource Graph sample queries for guestconfigurationresources. Azure Resource Graph supports the following resource types of The first step to understanding queries with Azure Resource Graph is a basic understanding of the Query Language.If you aren't already familiar with Kusto Query Language (KQL), it's recommended to review the KQL tutorial to understand how to compose requests for the resources you're looking for. It has the information about the type of resource creatd on azure. Cloud Shell Streamline Azure administration with a browser-based shell. For sample queries for this table, see Resource Graph sample queries for servicehealthresources. Global Parameters az resource invoke-action Edit Invoke an action on the resource. How can I retrieve the instrumentation key for an Application Insights instance in an Azure Resource Group Template? An error response for a resource management request. 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. For tag names only, resources can be filtered by prefix using the following syntax: $filter=startswith(tagName, 'depart'). This release takes a significant step forward by enabling you to deploy your ASP.NET Core app to Azure Container Apps in just a few steps. There are two types of Azure Cloud Services roles; Web role: Automatically deploys and hosts your app through IIS. After that, open the AzureResources.csv file exported in the path where you executed your script in the PowerShell. The REST API takes the template and: Parses the JSON Fills in any parameters that are passed in Executes any ARM template functions Calls the REST API of whatever type of resource that needs to be created to create it The prefix of the type maps to the name of the provider. A malicious user can't use resource providers that aren't registered. This is only present if requested via the $expand query parameter. AWS resource and property types reference. By default, when any command is run using the Azure CLI, the output is returned JSON formatted. The following table has abbreviations mapped to resource and resource provider namespace. Description. Then navigate to Definitions and search for Allowed resource. I get a result of my azure resources and the type. For sample queries for this table, see Resource Graph sample queries for iotsecurityresources. CloudView will discover and fetch following resources and their corresponding attributes. There are two kinds of Azure application plans: solution template and managed application. Microsoft.AnalysisServices/servers Executed Checks Is the server up and running? 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. The API version to use for this operation. For example, to include property aliases in response, use $expand=resourceTypes/aliases. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Type: 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. Worker role: Does not use IIS, and runs your app standalone. You can get all the resource types by This page gives you abbreviation examples for many of the resources in Azure. :::image type="content" source="./media/resource-providers-and-types/select-resource-providers.png" alt-text="select resource providers"::: Find the resource provider you want to register, and select Register. 'SendGrid.Email/accounts'). 2. For example, there's no option for Microsoft.Botservice, Flagging the entire list is also available here for the resource providers and here for the types and actions. Valid values include createdTime, changedTime and provisioningState. The additional capabilities offered by this resource type. To avoid having unnecessary apps in your tenant, only register resource providers that are needed. Error Response To determine if "Not Allowed Resource Types" policy is assigned to your Azure cloud subscriptions, perform the following actions: Using Azure Portal 01 Sign in to Azure Management Console. The AzAPI provider enables you to manage any Azure resource type using any API version. You can't unregister a resource provider when you still have resource types from that resource provider in your subscription. This is only present if requested via the $expand query parameter. Azure PowerShell :::image type="content" source="./media/resource-providers-and-types/search-subscriptions.png" alt-text="search subscriptions"::: Select the subscription you want to view. It describes their schemas, available API versions, and the regions that can host the resources. Expand Providers by selecting the right arrow. As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. To see all resource providers, and the registration status for your subscription: On the Azure portal menu, search for Subscriptions. LEARN MORE Asking for help, clarification, or responding to other answers. In the policy, click on Assign: In Scope, select the right subscription and the right resource group and then click on next: Only register a resource provider when you're ready to use it. List of all azure resource types in Azure? Authorization URL: The resource explorer displays valid locations for the resource type. [!IMPORTANT] An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. 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. To create resources in a region, the registration only needs to be completed in that region. advisorresources For sample queries for this table, see Resource Graph sample queries for advisorresources. Common error response for all Azure Resource Manager APIs to return error details for failed operations. Other resource providers are registered automatically when you take certain actions. In Azure RBAC, to grant access, you assign an Azure role. Trying to understand how to get this basic Fourier Series. List the resource types for a specified resource provider. --resource-type The resource type (Ex: 'resC'). )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. Share Improve this answer Follow answered Aug 7, 2015 at 12:49 Rahul Mohan 483 3 5 17 Add a comment 3 To see all resource providers, and the registration status for your subscription: On the Azure portal menu, search for Subscriptions. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Share Improve this answer Follow answered Nov 15, 2021 at 6:09 Hari Krishna 5,797 1 5 26 How do you assign a role in RBAC? Does there exist a square root of Euler-Lagrange equations of a field? By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. The API version to use for this operation. 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. well, You may update the version of your AzurePowershell and execute this command. Abbreviation examples for Azure resources. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. The list of user identities associated with the resource. Azure Kubernetes Fleet Manager . Currently I've been using the Get-AzureRmProviderOperation but this still doesn't show everything. The URL to use for getting the next set of results. How can I check before my flight that the cloud separation requirements in VFR flight rules are met? Resource lists can include tags or types of workloads. The default alias path metadata. The registration step enables you to maintain least privileges within your subscription. As a resource provider enables new features, it releases a new version of the REST API. Your application code shouldn't block the creation of resources for a resource provider that is in the registering state. For more information, see Registration. When you register resource providers that aren't needed, you may see apps in your Azure Active Directory tenant that you don't recognize. (Factorization). Resource type managed by the resource provider. When you register the resource provider, the operation is done individually for each supported region. This is only present if requested via the $expand query parameter. List of resource types of a resource provider. The resources providers that are marked with - registered are registered by default for your subscription. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. If missing, fall back to the default metadata of the alias. Offer type. To see information for a particular resource provider: On the Azure portal menu, select All services. You can get all the resource types by 1. Authoring Azure Resource Manager templates, Check registration status of a resource provider, View resource types for a resource provider, View valid API versions for a resource type, To learn about creating Resource Manager templates, see, To view the resource provider template schemas, see, For a list that maps resource providers to Azure services, see, To view the operations for a resource provider, see. To get the available API versions for a resource type, use: Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Starter Resource Graph query samples. You can use the Providers - List API along with the $expand=resourceTypes/aliases query a parameter to give you everything that you need. Visual Studio already has excellent support for deploying to services like Azure App Service and Azure Functions, but we want to extend that simplicity to container-based services like Azure Container Apps. Is the server recovering? Applies to the default path and to any alias path that doesn't have metadata. Not the answer you're looking for? By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. The resource explorer displays valid API versions for the resource type. 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.