I am creating azure webapp (multi container app) using CLI. My docker images are in azure container registry(ACR). how do i pass my registry credentials to it or pass some flag that it recognise that images need to be pulled from ACR.
here is my command running from my linux machine (logged in with az login)
az webapp create --resource-group RishiCTS --plan rishi-kpi --name rishi-models --multicontainer-config-type compose --multicontainer-config-file docker-compose-models.yml
update: In azure portal I can pass docker-compose and select image source as ACR, but this start only first service from docker-compose.