isaiah jewett height weight

list of azure resource types

Thanks for contributing an answer to Stack Overflow! For sample queries for this table, see Resource Graph sample queries for kubernetesconfigurationresources. The full name of the resource type of actionGroup is microsoft.insights/actionGroups, it corresponds to the action group resource. Select it from the available options. 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. The resource provider namespace is the first part of the resource type. The resources providers that are marked with - registered are registered by default for your subscription. For other scenarios, you may need to manually register a resource provider. The resource explorer displays valid API versions for the resource type. In the list of Resource groups, open the new example-group resource group. You can do these steps through the Azure portal, Azure PowerShell, or Azure CLI. The list of user identities associated with the resource. A resource graph query returns the following property fields: The type field is the resource type. How can I check before my flight that the cloud separation requirements in VFR flight rules are met? 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. 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. Is there anywhere you can get a full list of all the resource types offered by Azure? To get the supported locations for a resource type, use. The token that the alias path is referring to is modifiable by policies with 'modify' effect. Azure Resources and Fundamentals | Nerdio Learn the fundamentals of Microsoft Azure including major terminology and resources, structure and hierarchy, subscription types and more. Specify the name of the resource group that contains the resources to find. 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 If missing, fall back to the default metadata of the alias. As a resource provider enables new features, it releases a new version of the REST API. When you register the resource provider, the operation is done individually for each supported region. As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. The resource type for a key vault is Microsoft.KeyVault/vaults. Find the resource provider you want to register, and select Register. As a resource provider enables new features, it releases a new version of the REST API. As noted earlier, don't block the creation of resources for a resource provider that is in the registering state. Describes the resource providers that support Azure Resource Manager. The resource explorer displays valid locations for the resource type. 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. How do you assign a role in RBAC? The URL to use for getting the next set of results. Get-AzureResource In the output, You may check for "ResourceType". The number of recommendations per page if a paged version of this API is being used. An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. Azure Naming Tool: You can use the Azure Naming Tool to standardize and automate your naming process. Trying to understand how to get this basic Fourier Series. Click the Role assignments tab to see the current list of role assignments. 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. You can use the Providers - List API along with the $expand=resourceTypes/aliases query a parameter to give you everything that you need. The AzAPI provider enables you to manage any Azure resource type using any API version. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. However, many resource providers are registered for you when you take certain actions. The following example uses PowerShell: Azure PowerShell Open Cloudshell Get-AzResource -ResourceGroupName examplegroup The results include the resource type. 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. For more information about resource providers, including how to register a resource provider, see Azure resource providers and types. Resource lists can include tags or types of workloads. This query will return all resources with a tag name prefixed by the phrase depart (i.e.department, departureDate, departureTime, etc. The extended locations for the azure location. You can get all the resource types by oauth2 Share Improve this answer Follow edited Nov 13, 2019 at 2:21 There is one set of REST APIs called "Resource Management" which is where you send an ARM template. Azure Resource Graph supports the following resource types of )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. You can get all the resource types by 1. azurerm_ resource_ group azurerm_ resource_ provider_ registration azurerm_ subscription . https://login.microsoftonline.com/common/oauth2/authorize, To use the Azure SDK library in your project, see this documentation. How can we prove that the supernatural or paranormal doesn't exist? Azure Subscription - Within a single Azure Subscription each Azure Resource Group name must be unique. Resource type managed by the resource provider. General Networking Compute and Web Containers Databases Storage AI and Machine Learning You could just pipe the output to a file too for your use in other scripts, etc. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. advisorresources alertsmanagementresources appserviceresources chaosresources Show 23 more Azure Resource Graph supports the following resource types of Azure Resource Manager. AC Op-amp integrator with DC Gain Control in LTspice, How do you get out of a corner when plotting yourself into a corner. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. We'll walk through the following starter queries: For more information, see Registration. Type: Then navigate to Definitions and search for Allowed resource. For a list of resource providers registered by default, see Resource providers for Azure services. By default, when any command is run using the Azure CLI, the output is returned JSON formatted. Do roots of these polynomials approach the negative of the Euler-Mascheroni constant? Whats the grammar of "For those whose stories they are"? 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 In the All services box, enter resource explorer, and then select Resource Explorer. You can do these steps through the Azure portal, Azure PowerShell, or Azure CLI. Azure Application. 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. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/ {subscriptionId}/resourceGroups/ {resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ {identityName}'. A Resource List is a way to identify resources that are assigned with a specific tag or label. Does there exist a square root of Euler-Lagrange equations of a field? Any list of additional properties queried via $expand may also not be compatible when filtering by tag names/values. Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. 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. The token that the alias path is referring to has no attributes. Is it known that BQP is not contained within NP? When you deploy an Azure Resource Manager template or Bicep file, resource providers defined in the template are registered automatically. Is it possible to rotate a window 90 degrees if it has the same length and width? Share Improve this answer Follow answered Aug 7, 2015 at 12:49 Rahul Mohan 483 3 5 17 Add a comment 3 OK - Returns resource types information for the resource provider. oauth2 Error response describing why the operation failed. For example, we can tag Azure resources by department. Share Improve this answer Follow answered Nov 15, 2021 at 6:09 Hari Krishna 5,797 1 5 26 Error Response By not blocking a resource provider in the registering state, your application can continue much sooner than waiting for all regions to complete. LEARN MORE For more information, see Azure Naming Tool Overview. For list of the resources that are getting collected, refer Resources List. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. An error response for a resource management request. :::image type="content" source="./media/resource-providers-and-types/register-resource-provider.png" alt-text="register resource providers"::: [!IMPORTANT] Only register a resource provider when you're ready to use it. I get a result of my azure resources and the type. Note that when resources are filtered by tag name and value, the original tags for each resource will not be returned in the results. well, You may update the version of your AzurePowershell and execute this command. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. On the left menu, under Settings, select Resource providers. The provisioning state of the resource. Is the server recovering? Note that as of this date, some resource types are missing (e.g. To get the supported locations for a resource type, use. Microsoft.AnalysisServices/servers Executed Checks Is the server up and running? This section contains reference information for all AWS resource and property types that are supported by AWS CloudFormation. Select Allowed resource types. To see all resource providers, and the registration status for your subscription: On the Azure portal menu, search for Subscriptions. CloudView will discover and fetch following resources and their corresponding attributes. The API version to use for this operation. Error Response The list of user identities associated with the resource. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Is it suspicious or odd to stand by the gate of a GA airport watching the planes? Currently I've been using the Get-AzureRmProviderOperation but this still doesn't show everything. The exported file shows the data of resource group name, each resource name, its type and location in the tabular format. Not the answer you're looking for? For example, the Key Vault service consists of a resource provider named Microsoft.KeyVault. 'SendGrid.Email/accounts'). To find out all resource providers . Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Expand Providers by selecting the right arrow. 2. (Factorization). To register a resource provider, use: To see information for a particular resource provider, use: To see the resource types for a resource provider, use: The API version corresponds to a version of REST API operations that are released by the resource provider. The permission is included in the Contributor and Owner roles. 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. After that, open the AzureResources.csv file exported in the path where you executed your script in the PowerShell. As a resource provider enables new features, it releases a new version of the REST API. List of resource types of a resource provider. The permission is included in the Contributor and Owner roles. Before creating the script, let us first discuss the basics using the Get-UsageAggregates cmdlet. For sample queries for this table, see Resource Graph sample queries for advisorresources. This is a cmdlet that allows you to pull Azure resource usage by date range, metrics like hourly or daily and more. The prefix of the type maps to the name of the provider. In the All services box, enter resource explorer, and then select Resource Explorer. 02 Navigate to Azure Policy blade at https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyMenuBlade. List the resource types for a specified resource provider. 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. Azure Resource Manager. The type of the token that the alias path is referring to. It has the information about the type of resource creatd on azure. For sample queries for this table, see Resource Graph sample queries for securityresources. Worker role: Does not use IIS, and runs your app standalone. 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. Registration configures your subscription to work with the resource provider. 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 The results include the resource type. The $expand query parameter. For tag names only, resources can be filtered by prefix using the following syntax: $filter=startswith(tagName, 'depart'). The registration step enables you to maintain least privileges within your subscription. Description. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. The command returns a message that registration is on-going. You must have permission to do the /register/action operation for the resource provider. You signed in with another tab or window. Does Counterspell prevent from any further spells being cast on a given turn? You should see that a JSON document is returned with the details of all container instances in your subscription. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Has the server run out of memory? The resource management error additional info. The URL to use for getting the next set of results. The type of the pattern for an alias path. Other resource providers are registered automatically when you take certain actions. For example, to include property aliases in response, use $expand=resourceTypes/aliases. 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. For sample queries for this table, see Resource Graph sample queries for healthresources. We support only the following resource type. The resources providers in the preceding section that are marked with - registered are registered by default for your subscription. The resource provider defines the Azure resources that are available for you to deploy to your account. Can Martian regolith be easily melted with microwaves? Valid values include createdTime, changedTime and provisioningState. The name of a resource type is in the format: {resource-provider}/ {resource-type}. When you create a resource through the portal, the resource provider is typically registered for you. To create resources in a region, the registration only needs to be completed in that region. Note that if you want to see the template references then you can go to https://learn.microsoft.com/en-us/azure/templates/. 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.

Mike Myers Gilda Radner, Demo Turnout Gear For Sale, Articles L

list of azure resource types