QuestionQ80
DevSecOps Pipeline-Operate and Monitor StageErica Mena works as a DevSecOps engineer at an IT company that delivers customized software solutions to clients across the United States. To protect serverless and container applications using RASP, she wants to create an Azure container instance via Azure CLI in Microsoft PowerShell. She created the Azure container instance, loaded the container image into it, and then reviewed the deployment of the container instance.
Assuming the resource group name is ACI and the container name is aci-test-closh, which command should Erica run to retrieve the logging information from the Azure container instance?
- A az container logs -resource-group ACI -name aci-test-closh
- B az get container logs --resource-group ACI --name aci-test-closh
- C az container logs --resource-group ACI --name aci-test-closh
- D az get container logs -resource-group ACI --name aci-test-closh
Community Discussion