I have deployed my container from azure container registry and my ACI is running, I can also see that the REST service of Springboot application has started, however I am not able to send my request to the ACI from Postman, always returns ERR_CONNECTION_RESET. My ACI also has a public IP
CodePudding user response:
I deployed my REST app as a ContainerApp in Azure to resolve the issue