Can’t deploy containerized fastAPI app into Azure Container Instances without ACR or any other registry
faced a problem when I wanted to test my API hosted in azure container instances or container apps I need to always provision and then tear down ACR or any other image registry. It’s quite inconvenient, does anyone know what I can use to avoid this extra hassle each time I want to test it