@@ -5,13 +5,13 @@ summary: Learn how to use API Management to publish APIs to external, partner, a
5
5
6
6
metadata :
7
7
title : API Management documentation
8
- description : Learn how to use API Management to publish APIs to external, partner, and employee developers securely and at scale. Shows you how to create and manage modern API gateways for existing back-end services hosted anywhere.
8
+ description : Learn how to use API Management to publish APIs to external, partner, and employee developers securely and at scale. Shows you how to create and manage modern API gateways for existing backend services hosted anywhere.
9
9
services : api-management
10
10
ms.service : api-management
11
11
ms.topic : landing-page
12
12
author : dlepow
13
13
ms.author : danlep
14
- ms.date : 05/13/2021
14
+ ms.date : 01/08/2024
15
15
16
16
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17
17
@@ -25,83 +25,102 @@ landingContent:
25
25
url : api-management-key-concepts.md
26
26
- text : Service tiers and features
27
27
url : api-management-features.md
28
+ - linkListType : concept
29
+ links :
30
+ - text : Gateway capabilities
31
+ url : api-management-gateways-overview.md
32
+ - text : Hybrid and multicloud management
33
+ url : self-hosted-gateway-overview.md
28
34
- linkListType : architecture
29
35
links :
30
36
- text : Basic enterprise integration
31
37
url : /azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json
32
38
- text : Landing zone accelerator
33
39
url : /azure/architecture/example-scenario/integration/app-gateway-internal-api-management-function?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json
34
- - linkListType : learn
35
- links :
36
- - text : Introduction to Azure API Management
37
- url : /training/modules/introduction-to-azure-api-management/
38
- - text : Explore API Management
39
- url : /training/modules/explore-api-management/
40
- # Card (optional)
41
- - title : Create an instance
40
+ # Card
41
+ - title : Get started
42
42
linkLists :
43
43
- linkListType : quickstart
44
44
links :
45
- - text : Azure CLI
45
+ - text : Create instance - Azure CLI
46
46
url : get-started-create-service-instance-cli.md
47
- - text : Azure portal
47
+ - text : Create instance - portal
48
48
url : get-started-create-service-instance.md
49
- - text : Azure PowerShell
50
- url : powershell-create-service-instance.md
51
- - text : Visual Studio Code
52
- url : vscode-create-service-instance.md
53
- - text : ARM template
54
- url : quickstart-arm-template.md
55
-
56
- # Card
57
- - title : Manage API Management
58
- linkLists :
59
49
- linkListType : tutorial
60
50
links :
61
- - text : 1. Import and publish your first API
51
+ - text : Import and publish your first API
62
52
url : import-and-publish.md
63
- - text : 2. Create and publish a product
64
- url : api-management-howto-add-products.md
65
- - text : 3. Mock API responses
66
- url : mock-api-responses.md
67
- - text : 4. Transform and protect your API
53
+ - text : Transform and protect your API
68
54
url : transform-api.md
69
- - text : 5. Monitor published APIs
70
- url : api-management-howto-use-azure-monitor.md
71
- - text : 6. Debug your APIs using request tracing
72
- url : api-management-howto-api-inspector.md
73
- - text : 7. Use revisions to make non-breaking changes safely
74
- url : api-management-get-started-revise-api.md
75
- - text : 8. Publish multiple versions of your API
76
- url : api-management-get-started-publish-versions.md
77
- - text : 9. Customize the style of the Developer portal pages
78
- url : api-management-howto-developer-portal-customize.md
79
- - text : 10. Manage APIs in Visual Studio Code
80
- url : visual-studio-code-tutorial.md
55
+ - linkListType : learn
56
+ links :
57
+ - text : Explore API Management
58
+ url : /training/modules/explore-api-management/
59
+ - linkListType : how-to-guide
60
+ links :
61
+ - text : Import an OpenAPI specification
62
+ url : import-api-from-oas.md
63
+ - text : Import an Azure Function app as an API
64
+ url : import-function-app-as-api.md
81
65
82
- # Card
83
- - title : Samples
66
+ # Card
67
+ - title : Common tasks
84
68
linkLists :
85
- - linkListType : sample
69
+ - linkListType : how-to-guide
86
70
links :
87
- - text : API Management policy snippets
88
- url : https://github.com/Azure/api-management-policy-snippets
89
- - text : Azure PowerShell
90
- url : powershell-samples.md
91
- - text : Azure Policy built-ins
92
- url : ./policy-reference.md
93
-
71
+ - text : Set and edit API policies
72
+ url : set-edit-policies.md
73
+ - text : Configure a custom domain name
74
+ url : configure-custom-domain.md
75
+ - text : Integrate with Application Insights
76
+ url : api-management-howto-app-insights.md
77
+ - text : Deploy to VNet - external mode
78
+ url : api-management-using-with-vnet.md
79
+ - text : Deploy to VNet - internal mode
80
+ url : api-management-using-with-internal-vnet.md
81
+ - text : Configure with Application Gateway
82
+ url : api-management-howto-integrate-internal-vnet-appgateway.md
83
+ - text : Set up inbound private endpoint
84
+ url : private-endpoint.md
85
+ - text : Customize the developer portal
86
+ url : api-management-howto-developer-portal-customize.md
87
+ - linkListType : concept
88
+ links :
89
+ - text : API authentication and authorization
90
+ url : authentication-authorization-overview.md
91
+ - text : API Management policies
92
+ url : api-management-howto-policies.md
93
+ - text : Networking options
94
+ url : virtual-network-concepts.md
95
+ - text : High availability
96
+ url : high-availability.md
97
+ - linkListType : reference
98
+ links :
99
+ - text : API Management policy reference
100
+ url : api-management-policies.md
94
101
# Card
95
- - title : Enable hybrid and multi-cloud management
102
+ - title : New content
96
103
linkLists :
97
- - linkListType : overview
104
+ - linkListType : how-to-guide
105
+ links :
106
+ - text : Import a gRPC API
107
+ url : grpc-api.md
108
+ - text : Enable API security with Defender for APIs
109
+ url : protect-with-defender-for-apis.md
110
+ - text : Author policies using Microsoft Copilot for Azure
111
+ url : /azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=%2Fazure%2Fapi-management%2Fbreadcrumb%2Ftoc.json
112
+ - linkListType : concept
98
113
links :
99
- - text : Self-hosted gateway overview
100
- url : self-hosted-gateway-overview.md
101
- - linkListType : how-to-guide
114
+ - text : New v2 service tiers
115
+ url : v2-service-tiers-overview.md
116
+ - text : Credential manager for OAuth 2.0 authorization
117
+ url : credentials-overview.md
118
+
119
+ # Card
120
+ - title : Related services
121
+ linkLists :
122
+ - linkListType : concept
102
123
links :
103
- - text : Host gateway on Azure Arc
104
- url : how-to-deploy-self-hosted-gateway-azure-arc.md
105
- - text : Host gateway on Kubernetes
106
- url : how-to-deploy-self-hosted-gateway-kubernetes-helm.md
124
+ - text : Azure API Center
125
+ url : ../api-center/overview.md
107
126
0 commit comments