Skip to content

Commit 54aa87c

Browse files
committed
fixes quickstart H1
1 parent 48c1990 commit 54aa87c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/azure-resource-manager/custom-providers/concepts-built-in-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ In this article, you learnt about using built-in policy to deploy associations.
4343
- [Concepts: Azure Custom Resource Providers resource onboarding](./concepts-resource-onboarding.md)
4444
- [Tutorial: Resource onboarding with custom resource providers](./tutorial-resource-onboarding.md)
4545
- [Tutorial: Create custom actions and resources in Azure](./tutorial-get-started-with-custom-providers.md)
46-
- [Quickstart: Create a custom resource provider and deploy custom resources](./create-custom-provider.md)
46+
- [Quickstart: Create Azure Custom Resource Provider and deploy custom resources](./create-custom-provider.md)
4747
- [How to: Adding custom actions to an Azure REST API](./custom-providers-action-endpoint-how-to.md)
4848
- [How to: Adding custom resources to an Azure REST API](./custom-providers-resources-endpoint-how-to.md)

articles/azure-resource-manager/custom-providers/concepts-resource-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ In this article, you learned about custom resource providers. See these articles
153153

154154
- [Tutorial: Resource onboarding with custom resource providers](./tutorial-resource-onboarding.md)
155155
- [Tutorial: Create custom actions and resources in Azure](./tutorial-get-started-with-custom-providers.md)
156-
- [Quickstart: Create a custom resource provider and deploy custom resources](./create-custom-provider.md)
156+
- [Quickstart: Create Azure Custom Resource Provider and deploy custom resources](./create-custom-provider.md)
157157
- [How to: Adding custom actions to an Azure REST API](./custom-providers-action-endpoint-how-to.md)
158158
- [How to: Adding custom resources to an Azure REST API](./custom-providers-resources-endpoint-how-to.md)

articles/azure-resource-manager/custom-providers/create-custom-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: MSEvanhi
88
ms.custom: devx-track-azurepowershell, devx-track-azurecli
99
---
1010

11-
# Quickstart: Create a custom resource provider and deploy custom resources
11+
# Quickstart: Create Azure Custom Resource Provider and deploy custom resources
1212

1313
In this quickstart, you create a custom resource provider and deploy custom resources for that resource provider. For more information about custom resource providers, see [Azure Custom Resource Providers Overview](overview.md).
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you have questions for Azure Custom Resource Provider development, try asking
119119

120120
In this article, you learned about custom resource providers. Go to the next article to create a custom resource provider.
121121

122-
- [Quickstart: Create a custom resource provider and deploy custom resources](./create-custom-provider.md)
122+
- [Quickstart: Create Azure Custom Resource Provider and deploy custom resources](./create-custom-provider.md)
123123
- [Tutorial: Create custom actions and resources in Azure](./tutorial-get-started-with-custom-providers.md)
124124
- [How To: Adding Custom Actions to Azure REST API](./custom-providers-action-endpoint-how-to.md)
125125
- [How To: Adding Custom Resources to Azure REST API](./custom-providers-resources-endpoint-how-to.md)

articles/azure-resource-manager/custom-providers/reference-custom-providers-csharp-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ public static async Task<HttpResponseMessage> RemoveCustomResource(HttpRequestMe
252252
## Next steps
253253

254254
- [Overview of Azure Custom Resource Providers](overview.md)
255-
- [Tutorial: Create an Azure custom resource provider and deploy custom resources](./create-custom-provider.md)
255+
- [Quickstart: Create Azure Custom Resource Provider and deploy custom resources](./create-custom-provider.md)
256256
- [How to: Adding custom actions to Azure REST API](./custom-providers-action-endpoint-how-to.md)
257257
- [Reference: Custom resource cache reference](proxy-cache-resource-endpoint-reference.md)

articles/azure-resource-manager/custom-providers/tutorial-get-started-with-custom-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ In this tutorial, you learned about custom resource providers and how to build o
3939

4040
If you're looking for references or a quickstart, here are some useful links:
4141

42-
- [Quickstart: Create a custom resource provider and deploy custom resources](./create-custom-provider.md)
42+
- [Quickstart: Create Azure Custom Resource Provider and deploy custom resources](./create-custom-provider.md)
4343
- [How to: Adding custom actions to Azure REST API](./custom-providers-action-endpoint-how-to.md)
4444
- [How to: Adding custom resources to Azure REST API](./custom-providers-resources-endpoint-how-to.md)

0 commit comments

Comments
 (0)