Monday, March 4, 2019

Azure cli command to create resource group






az group create --name myResourceGroup --location eastus

No comments:

Post a Comment

How to install Checkov | How to Scan Terraform Code for finding security issues using Checkov

  Checkov is a static code analysis tool designed to scan Infrastructure as Code (IaC) files and identify potential security and compliance ...