You need to attach the standard output and standard error streams of a running container in Azure to your terminal. Which Azure CLI command should you use?
az container attach
az container exec
az container logs
az container start
az container attach is used to attach the standard output and standard error streams of a running container to your terminal. az container logs is used to fetch the logs for a container in a container group.