Skip to content

Commit 7a0ac37

Browse files
Merge pull request #277990 from dlepow/apicres
[APIC] Add resource links
2 parents 978f50a + 0057dd3 commit 7a0ac37

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

articles/api-center/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
href: ../role-based-access-control/built-in-roles.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#integration
7777
- name: Resources
7878
items:
79-
- name: Samples
80-
href: /samples/browse/?terms=%22azure%20api%20center%22
79+
- name: Samples and labs
80+
href: resources.md
8181
- name: Azure updates
8282
href: https://azure.microsoft.com/updates/?query=%22API%20Center%22

articles/api-center/resources.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Azure API Center - Code samples and labs
3+
description: Find code samples, reference implementations, labs, and deployment templates to create, populate, and govern your Azure API center.
4+
author: dlepow
5+
6+
ms.service: api-center
7+
ms.topic: concept-article
8+
ms.date: 06/11/2024
9+
ms.author: danlep
10+
---
11+
12+
# Samples, labs, and templates for Azure API Center
13+
14+
This article links to open-source code resources for Azure API Center solutions. Deploy reference implementations and automate tasks for API inventory, governance, discovery, and consumption in your organization.
15+
16+
## Azure Developer CLI (`azd`) samples
17+
18+
* [Azure API Center reference](https://github.com/Azure-Samples/APICenter-Reference) - Reference deployment for an API center, including integration with Azure API Management and GitHub action workflows for API registration.
19+
20+
* [API analyzer](https://github.com/Azure/APICenter-Analyzer) - Enable linting and analysis of API definitions in your API center.
21+
22+
* [Azure API Center portal starter](https://github.com/Azure/APICenter-Portal-Starter) - Self-host an API portal to enable API consumers to discover APIs in your API center.
23+
24+
* [Expose SAP APIs](https://github.com/Azure-Samples/azd-apic-sap/) - Govern SAP APIs in various API management solutions in a single place with your API center.
25+
26+
## Labs
27+
28+
* [Universal API Center labs](https://github.com/Azure-Samples/universal-api-center) - Jupyter notebooks with scripts to import APIs to an API center from diverse API management gateway solutions and sources.
29+
30+
## Quickstart templates
31+
32+
* [Create an API center](/samples/azure/azure-quickstart-templates/azure-api-center-create/) - Bicep and Azure Resource Manager templates to deploy an API center in your Azure subscription.
33+
34+
## Related content
35+
36+
* [Enable linting and analysis in your API center](enable-api-analysis-linting.md)
37+
* [Self-host the Azure API Center portal](enable-api-center-portal.md)
38+
* [azd template library](https://azure.github.io/awesome-azd/)

0 commit comments

Comments
 (0)