Reputation: 3490
What is the story for local development for API M? I want to pull down a local copy of API M for local developers to build their API's against, is that possible (also configuring the backend resources to local copies of the code that would run in the cloud)?
I was thinking maybe a docker
image of API M, configured for running locally on a developer machine for our environment. Is this possible?
Upvotes: 1
Views: 4080
Reputation: 7795
Yes, dev tools support is not there yet, but you can run it locally: https://learn.microsoft.com/en-us/azure/api-management/self-hosted-gateway-overview. It still requires connection to cloud though and configuration must be done either through Azure Portal or ARM.
Upvotes: 5