首页 > 解决方案 > container instance azure created based on docker image not accessible

问题描述

I have created and container instance in azure and the docker container is running actually, I can see in the logs that the spring boot app is started and connected to the mongo. I have in the properties the public IP, the DNS, and FQDN, I would like to access the internet using the FQDN; for example:

GET https://app.azurecontainer.io/api/v1/clients

but it does not respond anything I'm doing something wrong, using postman is not working as well. I don't have any idea how to access it.

标签: azureazure-active-directoryazure-web-app-service

解决方案


无法获取容器实例的响应信息。

您尝试添加一个端口来解决此问题。我将其总结为一个答案,希望对更多的论坛用户有所帮助。

app.azurecontainer.io:{port}/api/v1/clients 

推荐阅读