I'm starting to explore integrating an API management service with a service fabric backend but I can't get it to work.
I have a simple app deployed to a cluster which is exposing one stateless service. I'm trying to configure API management using the few examples I can find, e.g:
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-api-management-overview
But I get an error telling me that the given backend-id cannot be found, no matter what I enter.
I have read the response to this question where it's stated that I need to setup a backend resource: API Management vs. Service Flow
...which links to the template from this tutorial: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-deploy-api-management
And have tried to extract the 'backends' part but still can't get it to work. Does anyone have a simple example or instructions of how I can setup a backend resource so that i can setup a set-backend-service inbound rule pointing to my service fabric service running in a cluster?
Thanks