Fantastic, one build task created! How easy was that??
Let’s test by running: –
az acr build-task run --registry TestContainerRegistry01 --name buildsqlimageAnd the progress of the build task can be monitored: –
az acr build-task logs --registry TestContainerRegistry01
Andrew gives us the step-by-step details, so check it out.