Skip to content

Commit 3652232

Browse files
authored
Merge pull request #100802 from waelkdouh/patch-1
Update devops-api-development-templates.md
2 parents 2c8c60d + e88fdd7 commit 3652232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/devops-api-development-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An API developer writes an API definition by providing a specification, settings
2727
There are several tools to assist producing the API definition:
2828

2929
* The [Azure API Management DevOps Resource Toolkit][4] includes two tools that provide an Azure Resource Manager (ARM) template. The _extractor_ creates an ARM template by extracting an API definition from an API Management service. The _creator_ produces the ARM template from a YAML specification. The DevOps Resource Toolkit supports SOAP, REST, and GraphQL APIs.
30-
* The [Azure APIOps Toolkit][5] provides a workflow built on top of a [git][21] source code control system (such as [GitHub][22] or [Azure Repos][23]). It uses an _extractor_ similar to the DevOps Resource Toolkit to produce an API definition that is then applied to a target API Management service. APIOps supports REST only at this time.
30+
* The [Azure APIOps Toolkit][5] provides a workflow built on top of a [git][21] source code control system (such as [GitHub][22] or [Azure Repos][23]). It uses an _extractor_ similar to the DevOps Resource Toolkit to produce an API definition that is then applied to a target API Management service. APIOps supports REST and GraphQL APIs at this time.
3131
* The [dotnet-apim][6] tool converts a well-formed YAML definition into an ARM template for later deployment. The tool is focused on REST APIs.
3232
* [Terraform][7] is an alternative to Azure Resource Manager to configure resources in Azure. You can create a Terraform configuration (together with policies) to implement the API in the same way that an ARM template is created.
3333

@@ -116,4 +116,4 @@ Review [Automated API deployments with APIOps][28] in the Azure Architecture Cen
116116
[25]: https://azure.microsoft.com/services/devops/
117117
[26]: https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md
118118
[27]: https://github.com/Azure/azure-api-style-guide
119-
[28]: /azure/architecture/example-scenario/devops/automated-api-deployments-apiops
119+
[28]: /azure/architecture/example-scenario/devops/automated-api-deployments-apiops

0 commit comments

Comments
 (0)