QuestionQ98
DevSecOps Pipeline-Operate and Monitor StageJoyce Vincent, a senior DevSecOps engineer at MazeSoft Solution Pvt. Ltd., wants to integrate the Trend Micro Cloud One RASP tool with Microsoft Azure in order to secure a container-based application by inspecting traffic, detecting vulnerabilities, and preventing threats.
Using Microsoft Azure PowerShell, Joyce created an Azure Container Instance (ACI) within a resource group named "aci-test-closh" and loaded the container image into it. She then reviewed the deployment of the container instance.
Which of the following commands should Joyce use to retrieve the logging information from the container?
- A azure container logs --resource-group ACI --name aci-test-closh
- B az container logs --resource-group ACI --name aci-test-closh
- C azure container logs -resource-group ACI -name aci-test-closh
- D az container logs -resource-group ACI -name aci-test-closh
Community Discussion