Skip to content

Commit 9f09a18

Browse files
authored
Merge pull request #207126 from tfitzmac/0805rps
define resource provider
2 parents 0d5a165 + f03abda commit 9f09a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/management/resource-providers-and-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Resource providers and resource types
33
description: Describes the resource providers that support Azure Resource Manager. It describes their schemas, available API versions, and the regions that can host the resources.
44
ms.topic: conceptual
5-
ms.date: 11/15/2021
5+
ms.date: 08/05/2022
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
77
---
88

99
# Azure resource providers and types
1010

11-
When deploying resources, you frequently need to retrieve information about the resource providers and types. For example, if you want to store keys and secrets, you work with the Microsoft.KeyVault resource provider. This resource provider offers a resource type called vaults for creating the key vault.
11+
An Azure resource provider is a collection of REST operations that provide functionality for an Azure service. For example, the Key Vault service consists of a resource provider named **Microsoft.KeyVault**. The resource provider defines [REST operations](/rest/api/keyvault/) for working with vaults, secrets, keys, and certificates.
1212

13-
The name of a resource type is in the format: **{resource-provider}/{resource-type}**. The resource type for a key vault is **Microsoft.KeyVault/vaults**.
13+
The resource provider defines the Azure resources that are available for you to deploy to your account. The name of a resource type is in the format: **{resource-provider}/{resource-type}**. The resource type for a key vault is **Microsoft.KeyVault/vaults**.
1414

1515
In this article, you learn how to:
1616

0 commit comments

Comments
 (0)