|
| 1 | +- name: Azure API Management Documentation |
| 2 | + href: index.yml |
| 3 | +- name: Overview |
| 4 | + items: |
| 5 | + - name: About API Management |
| 6 | + href: api-management-key-concepts.md |
| 7 | +- name: Quickstarts |
| 8 | + expanded: true |
| 9 | + items: |
| 10 | + - name: Create an instance - Portal |
| 11 | + href: get-started-create-service-instance.md |
| 12 | + - name: Create an instance - PowerShell |
| 13 | + href: powershell-create-service-instance.md |
| 14 | +- name: Tutorials |
| 15 | + items: |
| 16 | + - name: 1 - Import your first API |
| 17 | + href: import-and-publish.md |
| 18 | + - name: 2 - Create and publish a product |
| 19 | + href: api-management-howto-add-products.md |
| 20 | + - name: 3 - Mock an API responses |
| 21 | + href: mock-api-responses.md |
| 22 | + - name: 4 - Protect your API |
| 23 | + href: transform-api.md |
| 24 | + - name: 5 - Monitor published APIs |
| 25 | + href: api-management-howto-use-azure-monitor.md |
| 26 | + - name: 6 - Debug your APIs |
| 27 | + href: api-management-howto-api-inspector.md |
| 28 | + - name: 7 - Add revisions |
| 29 | + href: api-management-get-started-revise-api.md |
| 30 | + - name: 8 - Add multiple versions |
| 31 | + href: api-management-get-started-publish-versions.md |
| 32 | + - name: 9 - Customize the Developer portal |
| 33 | + href: api-management-customize-styles.md |
| 34 | +- name: Samples |
| 35 | + items: |
| 36 | + - name: Policies |
| 37 | + href: policy-samples.md |
| 38 | + - name: Azure PowerShell |
| 39 | + href: powershell-samples.md |
| 40 | +- name: Concepts |
| 41 | + items: |
| 42 | + - name: Terminology |
| 43 | + href: api-management-terminology.md |
| 44 | + - name: Policies |
| 45 | + items: |
| 46 | + - name: Overview |
| 47 | + href: api-management-howto-policies.md |
| 48 | + - name: Policy reference index |
| 49 | + href: api-management-policies.md |
| 50 | + - name: Manage using automation |
| 51 | + href: automation-manage-api-management.md |
| 52 | + - name: Error handling |
| 53 | + href: api-management-error-handling-policies.md |
| 54 | + - name: API import restrictions |
| 55 | + href: api-management-api-import-restrictions.md |
| 56 | +- name: How-to guides |
| 57 | + items: |
| 58 | + - name: Define APIs |
| 59 | + items: |
| 60 | + - name: Add an API manually |
| 61 | + href: add-api-manually.md |
| 62 | + - name: Import an OpenAPI Specification |
| 63 | + href: import-api-from-oas.md |
| 64 | + - name: Import a SOAP API |
| 65 | + href: import-soap-api.md |
| 66 | + - name: Import a SOAP API and convert to REST |
| 67 | + href: restify-soap-api.md |
| 68 | + - name: Import an API App |
| 69 | + href: import-api-app-as-api.md |
| 70 | + - name: Import a Function App |
| 71 | + href: import-function-app-as-api.md |
| 72 | + - name: Import a Logic App |
| 73 | + href: import-logic-app-as-api.md |
| 74 | + - name: Import a Service Fabric app |
| 75 | + href: ../service-fabric/service-fabric-tutorial-deploy-api-management.md |
| 76 | + - name: Edit an API |
| 77 | + href: edit-api.md |
| 78 | + - name: Provision and scale |
| 79 | + items: |
| 80 | + - name: Upgrade and scale |
| 81 | + href: upgrade-and-scale.md |
| 82 | + - name: Configure a custom domain |
| 83 | + href: configure-custom-domain.md |
| 84 | + - name: Cache |
| 85 | + items: |
| 86 | + - name: Add caching to improve performance |
| 87 | + href: api-management-howto-cache.md |
| 88 | + - name: Secure your backend |
| 89 | + items: |
| 90 | + - name: Protect your API with Azure AD |
| 91 | + href: api-management-howto-protect-backend-with-aad.md |
| 92 | + - name: Connect to a virtual network |
| 93 | + href: api-management-using-with-vnet.md |
| 94 | + - name: Connect to an internal virtual network |
| 95 | + href: api-management-using-with-internal-vnet.md |
| 96 | + - name: Integrate Application Gateway in an internal VNET |
| 97 | + href: api-management-howto-integrate-internal-vnet-appgateway.md |
| 98 | + - name: Mutual Certificate authentication |
| 99 | + href: api-management-howto-mutual-certificates.md |
| 100 | + - name: Customize the developer experience |
| 101 | + items: |
| 102 | + - name: Modify page content and layout |
| 103 | + href: api-management-modify-content-layout.md |
| 104 | + - name: Customize system pages using templates |
| 105 | + href: api-management-developer-portal-templates.md |
| 106 | + - name: Authentication with Azure AD |
| 107 | + href: api-management-howto-aad.md |
| 108 | + - name: Authentication with Azure AD B2C |
| 109 | + href: api-management-howto-aad-b2c.md |
| 110 | + - name: Delegated authentication |
| 111 | + href: api-management-howto-setup-delegation.md |
| 112 | + - name: E-mail notifications and templates |
| 113 | + href: api-management-howto-configure-notifications.md |
| 114 | + - name: Enable console OAuth support |
| 115 | + href: api-management-howto-oauth2.md |
| 116 | + - name: Define policies |
| 117 | + items: |
| 118 | + - name: Set or edit policies |
| 119 | + href: set-edit-policies.md |
| 120 | + - name: Policy expressions |
| 121 | + href: api-management-policy-expressions.md |
| 122 | + - name: Custom caching |
| 123 | + href: api-management-sample-cache-by-key.md |
| 124 | + - name: Advanced monitoring |
| 125 | + href: api-management-log-to-eventhub-sample.md |
| 126 | + - name: Advanced request throttling |
| 127 | + href: api-management-sample-flexible-throttling.md |
| 128 | + - name: Using external services |
| 129 | + href: api-management-sample-send-request.md |
| 130 | + - name: Manage secrets using properties |
| 131 | + href: api-management-howto-properties.md |
| 132 | + - name: Secure APIs using client certificate authentication |
| 133 | + href: api-management-howto-mutual-certificates-for-clients.md |
| 134 | + - name: Access restriction policies |
| 135 | + href: api-management-access-restriction-policies.md |
| 136 | + - name: Advanced policies |
| 137 | + href: api-management-advanced-policies.md |
| 138 | + - name: Authentication policies |
| 139 | + href: api-management-authentication-policies.md |
| 140 | + - name: Caching policies |
| 141 | + href: api-management-caching-policies.md |
| 142 | + - name: Cross-domain policies |
| 143 | + href: api-management-cross-domain-policies.md |
| 144 | + - name: Transformation policies |
| 145 | + href: api-management-transformation-policies.md |
| 146 | + - name: Template reference |
| 147 | + items: |
| 148 | + - name: Templates |
| 149 | + href: api-management-developer-portal-templates-reference.md |
| 150 | + - name: APIs |
| 151 | + href: api-management-api-templates.md |
| 152 | + - name: Products |
| 153 | + href: api-management-product-templates.md |
| 154 | + - name: Applications |
| 155 | + href: api-management-application-templates.md |
| 156 | + - name: Issues |
| 157 | + href: api-management-issue-templates.md |
| 158 | + - name: User profile |
| 159 | + href: api-management-user-profile-templates.md |
| 160 | + - name: Pages |
| 161 | + href: api-management-page-templates.md |
| 162 | + - name: Template resources |
| 163 | + href: api-management-template-resources.md |
| 164 | + - name: Data model reference |
| 165 | + href: api-management-template-data-model-reference.md |
| 166 | + - name: Page controls |
| 167 | + href: api-management-page-controls.md |
| 168 | + - name: Manage in production |
| 169 | + items: |
| 170 | + - name: Manage groups |
| 171 | + href: api-management-howto-create-groups.md |
| 172 | + - name: Deploy to multiple Azure regions |
| 173 | + href: api-management-howto-deploy-multi-region.md |
| 174 | + - name: Log events to Azure Event Hubs |
| 175 | + href: api-management-howto-log-event-hubs.md |
| 176 | + - name: Set up DR using backup/restore |
| 177 | + href: api-management-howto-disaster-recovery-backup-restore.md |
| 178 | + - name: Manage user accounts |
| 179 | + href: api-management-howto-create-or-invite-developers.md |
| 180 | + - name: Configure using Git |
| 181 | + href: api-management-configuration-repository-git.md |
| 182 | + - name: Use role-based access control |
| 183 | + href: api-management-role-based-access-control.md |
| 184 | + - name: Use Managed Service Identity |
| 185 | + href: api-management-howto-use-managed-service-identity.md |
| 186 | + - name: Integrate with Service Fabric |
| 187 | + items: |
| 188 | + - name: Overview |
| 189 | + href: ../service-fabric/service-fabric-api-management-overview.md |
| 190 | + - name: Tutorial |
| 191 | + href: ../service-fabric/service-fabric-tutorial-deploy-api-management.md |
| 192 | +- name: Reference |
| 193 | + items: |
| 194 | + - name: Azure PowerShell |
| 195 | + href: /powershell/azure/overview |
| 196 | + - name: REST |
| 197 | + href: /rest/api/apimanagement/ |
| 198 | + - name: REST (original) |
| 199 | + href: /rest/api/apimanagement/ApiManagementREST/api-management-REST |
| 200 | +- name: Resources |
| 201 | + items: |
| 202 | + - name: FAQ |
| 203 | + href: api-management-faq.md |
| 204 | + - name: Regional availability |
| 205 | + href: https://azure.microsoft.com/regions/services/ |
| 206 | + - name: API design guidance |
| 207 | + href: https://docs.microsoft.com/azure/architecture/best-practices/api-design?toc=%2Fazure%2Fapi-management%2Ftoc.json |
| 208 | + - name: API implementation guidance |
| 209 | + href: https://docs.microsoft.com/azure/architecture/best-practices/api-implementation?toc=%2Fazure%2Fapi-management%2Ftoc.json |
| 210 | + - name: MSDN forum |
| 211 | + href: https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=azureapimgmt |
| 212 | + - name: Stack Overflow |
| 213 | + href: http://stackoverflow.com/questions/tagged/azure-api-management |
| 214 | + - name: Videos |
| 215 | + href: https://azure.microsoft.com/documentation/videos/index/?services=api-management |
| 216 | + - name: Roadmap |
| 217 | + href: http://aka.ms/apimroadmap |
| 218 | + - name: Power BI solution template for API Management |
| 219 | + href: http://aka.ms/apimpbi |
| 220 | + - name: Blog |
| 221 | + href: http://aka.ms/apimblog |
| 222 | + - name: Feature requests |
| 223 | + href: http://aka.ms/apimwish |
0 commit comments