I have a running Azure Container Instance (ACI) based on a Docker image with a single port exposed. The container instance is an API that accepts basic JSON requests and returns a JSON response. I am currently unable to get a response from the ACI.
I am using Postman to send test POST requests. Currently, I am not getting a response. I heard there may need to be some keys/values in the headers, but I'm not sure what those keys would be. I'm also wondering if there's anything else I need to know (e.g. anything I need to prepend or append to the fully-qualified domain name of the container).
I would expect to see a JSON response if the request was successful.