Any list of additional properties queried via $expand may also not be compatible when filtering by tag names/values. 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. To use the other resource providers, you must register them. The AzAPI provider enables you to manage any Azure resource type using any API version. 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. Currently I've been using the Get-AzureRmProviderOperation but this still doesn't show everything. To get the supported locations for a resource type, use. If you don't know the resource provider, see Find resource provider. The collection of locations where this resource type can be created. Comma-separated list of additional properties to be included in the response. This query will return all resources with a tag name prefixed by the phrase depart (i.e.department, departureDate, departureTime, etc. Authorization URL: You can use the Providers - List API along with the $expand=resourceTypes/aliases query a parameter to give you everything that you need. When deploy resources through an Azure Resource Manager template, any required resource providers are also registered. The resource provider defines the Azure resources that are available for you to deploy to your account. The registration step enables you to maintain least privileges within your subscription. When you register the resource provider, the operation is done individually for each supported region. The type of the token that the alias path is referring to. The type of the pattern for an alias path. Common error response for all Azure Resource Manager APIs to return error details for failed operations. Registration configures your subscription to work with the resource provider. Some examples of this are PaaS (Platform as a Service) resource types like Azure App Service since the resource name results in the same name being used for a DNS endpoint for the service. The resource provider defines REST operations for working with vaults, secrets, keys, and certificates. On the left menu, under Settings, select Resource providers. This provider complements the AzureRM provider by enabling the management of new or existing Azure resources and properties (including private preview). It has the information about the type of resource creatd on azure. Your application code shouldn't block the creation of resources for a resource provider that is in the registering state. You can use the Providers - List API along with the $expand=resourceTypes/aliases query a parameter to give you everything that you need. part of a table in Resource Graph. 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. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. Microsoft.AnalysisServices/servers Executed Checks Is the server up and running? Are you sure you want to create this branch? Azure Naming Tool: You can use the Azure Naming Tool to standardize and automate your naming process. implicit For sample queries for this table, see Resource Graph sample queries for resources. For sample queries for this table, see Resource Graph sample queries for securityresources. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. After that, open the AzureResources.csv file exported in the path where you executed your script in the PowerShell. The $expand query parameter. How can I retrieve the instrumentation key for an Application Insights instance in an Azure Resource Group Template? You could just pipe the output to a file too for your use in other scripts, etc. The following example shows the Microsoft.KeyVault resource provider. Only register a resource provider when you're ready to use it. 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 Azure Redis Cache is a managed version of the popular open-source Redis data structure server; Azure Cosmos DB is a hosted NoSQL database for specific use cases; and Azure Search is an OData. Subscription-scope authorization for Azure Resource Manager API user, Create automation script for existing Azure Resource Group and all contained Resources, Azure Resource Manager Authentication Failure, Resource createdTime property missing in Azure Resource Graph Explorer, Get all role assignments of an Azure AD Principal, Azure Permissions to get information on a resource without being able to read it, Can't access resource group in Azure, while having Contributor role for it. The token that the alias path is referring to has no attributes. Select it from the available options. Azure Resource Manager. The created time of the resource. The registration step enables you to maintain least privileges within your subscription. List of all azure resource types in Azure? Expand a resource provider and resource type that you want to view. rev2023.3.3.43278. Azure Advisor Your personalised Azure best practices recommendation engine . How to match a specific column position till the end of line? The full name of the resource type of actionGroup is microsoft.insights/actionGroups, it corresponds to the action group resource. If missing, fall back to the default metadata of the alias. For sample queries for this table, see Resource Graph sample queries for advisorresources. An error response for a resource management request. The API version to use for this operation. Valid values include createdTime, changedTime and provisioningState. The permission is included in the Contributor and Owner roles. In Azure, every resource in the subscription has its own resource type. If so, how close was it? For example, to include property aliases in response, use $expand=resourceTypes/aliases. You should see that a JSON document is returned with the details of all container instances in your subscription. For a list that maps resource providers to Azure services, see Resource providers for Azure services. For sample queries for this table, see Resource Graph sample queries for iotsecurityresources. For sample queries for this table, see Resource Graph sample queries for kubernetesconfigurationresources. :::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. More info about Internet Explorer and Microsoft Edge, 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. Resources List. Before using a resource provider, your Azure subscription must be registered for the resource provider. The name of a resource type is in the format: {resource-provider}/{resource-type}. 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 You must have permission to do the /register/action operation for the resource provider. Connect and share knowledge within a single location that is structured and easy to search. 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. :::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. By default, when any command is run using the Azure CLI, the output is returned JSON formatted. To avoid having unnecessary apps in your tenant, only register resource providers that are needed. A full list of available Resource Types can be found here. Microsoft adds the app for a resource provider when you register it. Azure PowerShell To see information for a particular resource provider: On the Azure portal menu, select All services. To fetch the updated resources, you need to select Run from the quick actions menu for the Azure connector. In the All services box, enter resource explorer, and then select Resource Explorer. oauth2 Common error response for all Azure Resource Manager APIs to return error details for failed operations. This is only present if requested via the $expand query parameter. The resource provider defines REST operations for working with vaults, secrets, keys, and certificates. We support only the following resource type. Azure Kubernetes Fleet Manager . As a resource provider enables new features, it releases a new version of the REST API. Other resource providers are registered automatically when you take certain actions. For tag names only, resources can be filtered by prefix using the following syntax: $filter=startswith(tagName, 'depart'). Find centralized, trusted content and collaborate around the technologies you use most. Flow: How can we prove that the supernatural or paranormal doesn't exist? This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. 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 resource explorer displays valid locations for the resource type. Azure Stack HCI; Base. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/ {subscriptionId}/resourceGroups/ {resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ {identityName}'. Staging Ground Beta 1 Recap, and Reviewers needed for Beta 2. To get the supported locations for a resource type, use. Error Response An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. Stay connected to your Azure resourcesanytime, anywhere. 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 devx-track-azurecli, devx-track-azurepowershell, Cannot retrieve contributors at this time. well, You may update the version of your AzurePowershell and execute this command. 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. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, If you just want to list resource types, you can use. These applications are typically added by Windows Azure Service Management API. Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. This is only present if requested via the $expand query parameter. A resource graph query returns the following property fields: The type field is the resource type. Let's assume your organization has resources in the Azure cloud designated for different departments like marketing, finance, HR etc. Resource type managed by the resource provider. This page gives you abbreviation examples for many of the resources in Azure. Store and manage container images across all types of deployments. https://learn.microsoft.com/en-us/azure/templates/, How Intuit democratizes AI development across teams through reusability. The nature of simulating nature: A Q&A with IBM Quantum researcher Dr. Jamie We've added a "Necessary cookies only" option to the cookie consent popup. The resource provider namespace is the first part of the resource type. LEARN MORE You can't unregister a resource provider when you still have resource types from that resource provider in your subscription. Another is microsoft.insights/components, it corresponds to the application insight resource. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. The resource provider namespace is the first part of the resource type. It describes their schemas, available API versions, and the regions that can host the resources. The token that the alias path is referring to is modifiable by policies with 'modify' effect. The Get-UsageAggregates cmdlet is the main cmdlet that pulls off most of the magic you'll be learning in this article. Trying to understand how to get this basic Fourier Series. Run your VMware workloads natively on Azure Batch Cloud-scale job scheduling and compute management Cloud Services Create highly-available, infinitely-scalable cloud applications and APIs Linux Virtual Machines Provision virtual machines for Ubuntu, Red Hat, and more SQL Server on Azure Virtual Machines For list of the resources that are getting collected, refer Resources List. AC Op-amp integrator with DC Gain Control in LTspice, How do you get out of a corner when plotting yourself into a corner. When you create a resource through the portal, the resource provider is typically registered for you. 1. For further details, read Azure resource providers and types. Expand Providers by selecting the right arrow. To see all resource providers, and the registration status for your subscription: On the Azure portal menu, search for Subscriptions. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. The following example shows the Microsoft.KeyVault resource provider. (This also follows the OData error response format.). Is it known that BQP is not contained within NP? As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. You can do these steps through the Azure portal, Azure PowerShell, or Azure CLI. The resource management error additional info. An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. To create resources in a region, the registration only needs to be completed in that region. The prefix of the type maps to the name of the provider. Alias type is unknown (same as not providing alias type). This article shows how resource provider namespaces map to Azure services. Why are Suriname, Belize, and Guinea-Bissau classified as "Small Island Developing States"? When you deploy an Azure Resource Manager template or Bicep file, resource providers defined in the template are registered automatically. azurerm_ resource_ group azurerm_ resource_ provider_ registration azurerm_ subscription . OK - Returns resource types information for the resource provider. This is only present if requested via the $expand query parameter. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. In Azure RBAC, to grant access, you assign an Azure role. 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. For example, the Key Vault service consists of a resource provider named Microsoft.KeyVault. Appending namespace and resourceTypes[*].resourceType within each provider returned Is the server recovering? Other resource providers are registered automatically when you take certain actions. Did this satellite streak past the Hubble Space Telescope so close that it was out of focus? Can Martian regolith be easily melted with microwaves? The resource provider defines REST operations for working with vaults, secrets, keys, and certificates. The aliases that are supported by this resource type. Resource types and health checks in Azure resource health Below is a complete list of all the checks executed through resource health by resource types. A resource might be a physical component such as a server, or it can be a logical resource such as a Heroku application. The permission is included in the Contributor and Owner roles. The following table has abbreviations mapped to resource and resource provider namespace. 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. Only register a resource provider when you're ready to use it. 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. Find the resource provider you want to register, and select Register. Specify the name of the resource group that contains the resources to find. As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. For a list of resource providers registered by default, see Resource providers for Azure services. You can't unregister a resource provider when you still have resource types from that resource provider in your subscription. Run your VMware workloads natively on Azure Batch Cloud-scale job scheduling and compute management Cloud Services Create highly-available, infinitely-scalable cloud applications and APIs Linux Virtual Machines Provision virtual machines for Ubuntu, Red Hat, and more SQL Server on Azure Virtual Machines (Factorization). Resource blocks have two strings before the block: the resource type and the resource name. To maintain least privileges in your subscription, only register those resource providers that you're ready to use. Click Add > Add role assignment (Preview). Worker role: Does not use IIS, and runs your app standalone. Share Improve this answer Follow answered Aug 7, 2015 at 12:49 Rahul Mohan 483 3 5 17 Add a comment 3 For more information about resource providers, including how to register a resource provider, see Azure resource providers and types. For more information, see Registration. Not the answer you're looking for? To learn more, see our tips on writing great answers. Why are physically impossible and logically impossible concepts considered separate in terms of probability? The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata. The registration step enables you to maintain least privileges within your subscription. List the resource types for a specified resource provider. Registration configures your subscription to work with the resource provider. oauth2 Flow: You must have permission to do the /register/action operation for the resource provider. --resource-type The resource type (Ex: 'resC'). Making statements based on opinion; back them up with references or personal experience. When you register the resource provider, the operation is done individually for each supported region. In the policy, click on Assign: In Scope, select the right subscription and the right resource group and then click on next: 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. The following table has abbreviations mapped to resource and resource provider namespace. Can also accept namespace/type format (Ex: 'Microsoft.Provider/resC'). To provide feedback on this code sample, open a GitHub issue. Get-AzureResource In the output, You may check for "ResourceType". More info about Internet Explorer and Microsoft Edge, AzureActiveDirectoryDomainServices, Azure IoT Hub Device Provisioning Service, Microsoft Defender Advanced Threat Protection, Microsoft.HealthcareApis (Azure API for FHIR), Microsoft.HealthcareApis (Healthcare APIs), Virtual networks managed by PaaS services. For sample queries for this table, see Resource Graph sample queries for resourcecontainers. For sample queries for this table, see Resource Graph sample queries for policyresources. :::image type="content" source="./media/resource-providers-and-types/search-subscriptions.png" alt-text="search subscriptions"::: Select the subscription you want to view. An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. The following table shows the commercial marketplace offer types in Partner Center. Starter Resource Graph query samples. Does a summoned creature play immediately after being summoned by a ready action? Then navigate to Definitions and search for Allowed resource. The resource provider defines the Azure resources that are available for you to deploy to your account. Note that when resources are filtered by tag name and value, the original tags for each resource will not be returned in the results. You can get all the resource types by 1. There are two kinds of Azure application plans: solution template and managed application. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. The list of user identities associated with the resource. More info about Internet Explorer and Microsoft Edge. To create resources in a region, the registration only needs to be completed in that region. Azure Cloud Service Worker Role icon Cloud Service Worker Role The resources providers in the preceding section that are marked with - registered are registered by default for your subscription. An error response for a resource management request. How do you assign a role in RBAC? For example, we can tag Azure resources by department. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. You can get all the resource types by Is it suspicious or odd to stand by the gate of a GA airport watching the planes? Note that if you want to see the template references then you can go to https://learn.microsoft.com/en-us/azure/templates/. There is one set of REST APIs called "Resource Management" which is where you send an ARM template. For example, the Key Vault service consists of a resource provider named Microsoft.KeyVault. A malicious user can't use resource providers that aren't registered. For other scenarios, you may need to manually register a resource provider. 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 name of a resource type is in the format: {resource-provider}/{resource-type}. Before creating the script, let us first discuss the basics using the Get-UsageAggregates cmdlet. CloudView will discover and fetch following resources and their corresponding attributes. Error response describing why the operation failed. Is the server starting up? The metadata of the alias path. AWS resource and property types reference. 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. Select Allowed resource types. We can create tags for different departments as dept:marketing, dept:finance and dept:HR and associate them with resources belonging to these departments . Type: 2. Expand Providers by selecting the right arrow. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. The type field is the Resource Type in the format of <Provider Namespace> / <Resource Type>. implicit Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Do roots of these polynomials approach the negative of the Euler-Mascheroni constant? More info about Internet Explorer and Microsoft Edge. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. For example, $expand=createdTime,changedTime. The resource explorer displays valid locations for the resource type. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. 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. Some resource providers are registered by default. The list of user identities associated with the resource. The following example uses PowerShell: Azure PowerShell Open Cloudshell Get-AzResource -ResourceGroupName examplegroup The results include the resource type. Abbreviation examples for Azure resources. You signed in with another tab or window. In this article URI Parameters Responses Security Examples Definitions HTTP GET https://management.azure.com/subscriptions/ {subscriptionId}/providers/ {resourceProviderNamespace}/resourceTypes?api-version=2021-04-01 With optional parameters: HTTP The location mappings that are supported by this resource type. The URL to use for getting the next set of results. To maintain least privileges in your subscription, only register those resource providers that you're ready to use. The changed time of the resource. 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 Identify Cloud Resources by Tags Create a Resource List for Compute Resources Create a Resource List for Azure Resource Groups Identify Cloud Resources by Tags Type: Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. To manage Azure Policy, open Azure Portal and search for Policy. The resource explorer displays valid API versions for the resource type. By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. The URL to use for getting the next set of results. The API version corresponds to a version of REST API operations that are released by the resource provider. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. The command returns a message that registration is on-going. Azure Application. 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 number of recommendations per page if a paged version of this API is being used. The additional capabilities offered by this resource type. Azure Resource Group Stuck in "Moving Resources". The API version to use for this operation. However, many resource providers are registered for you when you take certain actions. 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. Skip to content NEW CLASSES: BUILDING THE MODERN CLOUD MSP LEARN MORE NERDIO MANAGER FOR ENTERPRISE v4.6 IS NOW AVAILABLE! A tag already exists with the provided branch name. General Networking Compute and Web Containers Databases Storage AI and Machine Learning I get a result of my azure resources and the type. Azure Naming Tool: You can use the Azure Naming Tool to standardize and automate your naming process. 'SendGrid.Email/accounts'). There are two types of Azure Cloud Services roles; Web role: Automatically deploys and hosts your app through IIS. List of resource types of a resource provider. For a list of resource providers registered by default, see Resource providers for Azure services. The resource type for a key vault is Microsoft.KeyVault/vaults. (This also follows the OData error response format.). You can do these steps through the Azure portal, Azure PowerShell, or Azure CLI. Thanks for contributing an answer to Stack Overflow! In the navigation menu, click Access control (IAM). A list of possible actions corresponding to a resource can be found at https://docs.microsoft.com/rest/api/. Has the server run out of memory? 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.
Metra Northwest Line Schedule 2021, Verizon Commercial Actress 2021, What Channel Is Nbcsn On Spectrum In Ohio, Articles L