My apologies for taking so long to get to this issue, the tagging was not correct and was not changed properly, so it took a long time to get where it needed.
If you are using Azure Container Instances, your best bet is to first use 'az container show' to view the statuses of the individual containers. This will give you a status output of your containers, and usually give the reason that they are not working properly.
Next you can follow This Doc about gathering errors / logs in container services to see what is going on.