https://github.com/devkimchi/apim-openapi-sample
This provides sample Azure Functions apps that integrate with Azure API Management, and expose Swagger UI through it.
https://github.com/devkimchi/apim-openapi-sample
Last synced: 5 months ago
JSON representation
This provides sample Azure Functions apps that integrate with Azure API Management, and expose Swagger UI through it.
- Host: GitHub
- URL: https://github.com/devkimchi/apim-openapi-sample
- Owner: devkimchi
- License: mit
- Created: 2022-03-24T06:43:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T21:55:33.000Z (over 3 years ago)
- Last Synced: 2025-04-11T23:40:36.583Z (9 months ago)
- Language: Bicep
- Homepage:
- Size: 91.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APIM OpenAPI Integration Sample #
This provides sample Azure Functions apps that integrate with Azure API Management, and expose their respective Swagger UI pages through it.
## Getting Started ##
1. Click the button below to autopilot all instances and apps on Azure. Make sure that you don't forget the app name you give.
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fdevkimchi%2FAPIM-OpenAPI-Sample%2Fmain%2FResources%2Fazuredeploy.json)
2. Visit the following URLs to check whether all the apps have been properly provisioned and deployed.
* `https://apim-.azure-api.net/azip/swagger/ui`
* ~~`https://apim-.azure-api.net/azoop/swagger/ui`~~
## Known Issues ##
1. Due to the fact that Azure CLI has an error to deploy .NET-based out-of-proc function app, the autopilot feature only takes care of the in-proc function app. However, manual deployment of both in-proc and out-of-proc function apps is fine.