QuestionQ17
DevSecOps Pipeline-Release and Deploy StageTimothy Dalton works as a senior DevSecOps engineer at an IT company based in Auburn, New York. He wants to use Jenkins for continuous integration and Azure Pipelines for continuous deployment to deploy a Java-based application to an Azure Kubernetes Service (AKS) cluster.
Before deploying the AKS cluster, Timothy needs to create a resource group named Jenkins in the southindia location.
Which of the following commands should Timothy run?
- A az grp create --n Jenkins --loc southindia
- B azure group create --name Jenkins --location southindia
- C az group create --name Jenkins --location southindia
- D azure group create --n Jenkins --loc southindia
Community Discussion