Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b541edd

Browse files
committed
Merge branch 'master' of https://github.com/Azure/azure-api-management-devops-example into lucashh-templateupdates
2 parents 5935ddf + d749c4d commit b541edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The proposed approach is illustrated in the below picture.
2828

2929
In this example, there are two deployment environments: Development and Production, each has its own API Management instance. API developers have access to the Development instance and can use it for developing and testing their APIs. The Production instance is managed by a designated team called the API publishers.
3030

31-
The key in this proposed approach is to keep all API Management configurations in Azure [Resource Manager templates](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-authoring-templates). These templates should be kept in a source control system. We will use GIT throughout this example. As illustrated in the picture, there is a Publisher repository that contains all configurations of the Production API Management instance in a collection of tempaltes.
31+
The key in this proposed approach is to keep all API Management configurations in Azure [Resource Manager templates](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-authoring-templates). These templates should be kept in a source control system. We will use GIT throughout this example. As illustrated in the picture, there is a Publisher repository that contains all configurations of the Production API Management instance in a collection of templates.
3232

3333
* **Service template**: contains all the service-level configurations of the API Management instance (e.g., pricing tier and custom domains).
3434
* **Shared templates**: contain shared resources throughout an API Management instance (e.g., groups, products, loggers).

0 commit comments

Comments
 (0)