Hi All,
We are doing a POC on publishing docker containers into Azure APP Service.
We have an application written in python for which we created a docker and deployed it into Azure APP Service.
For creating the python image, we used the official python image from the docker hub "https://hub.docker.com/_/python/". Is this a secure source for the python image? Will it have all the latest updates?
I was going through some app services where we have published the python code directly instead of creating a docker container. Does Microsoft also create docker containers in the backend for these codes that we publish?
Any pointers would be really helpful.
Thanks.
