Home > front end >  Azure Container Instance ERR_CONNECTION_RESET
Azure Container Instance ERR_CONNECTION_RESET

Time:09-29

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

  • Related