I am creating a virtual machine in Azure so I can deploy my backend code on it. But when running the file, the backend image is not executed
I am creating a virtual machine in Azure using Terraform, and with a yaml file I am configuring it so that it downloads everything necessary and can run an image previously downloaded from Docker Hub. But when you run the ansible file and enter the virtual machine, the downloaded image appears, but it is not running.