How to get count of Azure VM cores per resource group
Just a sample PowerShell code to get count of all Azure VM cores per resource group:
Just a sample PowerShell code to get count of all Azure VM cores per resource group:
Today my colleague asked me how to validate Azure pipeline without committing changes to repo and trying to run pipeline. There is a VS Code Azure Pipelines YAML Validator plugin, but it does not work for YAML files which reference template files. In this scenario (validation of YAML files which reference template files) you can … Validating Azure DevOps YAML pipeline locally