Skip to content

Commit 38abf62

Browse files
authored
Merge pull request #111850 from sdball/patch-1
Consistent pluralization
2 parents 830339b + 0976c92 commit 38abf62

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/custom-providers

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/custom-providers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Azure Custom Resource Providers are made by creating a contract between Azure an
3636

3737
## How to build custom resource providers
3838

39-
Custom resource providers are a list of contracts between Azure and endpoints. This contract describes how Azure should interact with an endpoint. The resource provider acts like a proxy and will forward requests and responses to and from the specified **endpoint**. A resource provider can specify two types of contracts: [**resourceTypes**](./custom-providers-resources-endpoint-how-to.md) and [**actions**](./custom-providers-action-endpoint-how-to.md). These are enabled through endpoint definitions. An endpoint definition is comprised of three fields: **name**, **routingType**, and **endpoint**.
39+
Custom resource providers are a list of contracts between Azure and endpoints. These contracts describe how Azure should interact with their endpoints. The resource providers act like a proxy and will forward requests and responses to and from their specified **endpoint**. A resource provider can specify two types of contracts: [**resourceTypes**](./custom-providers-resources-endpoint-how-to.md) and [**actions**](./custom-providers-action-endpoint-how-to.md). These are enabled through endpoint definitions. An endpoint definition is comprised of three fields: **name**, **routingType**, and **endpoint**.
4040

4141
Sample Endpoint:
4242

0 commit comments

Comments
 (0)