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:
You may run into the following error when attempting to install blobfuse on CentOS 7, or at least that happened to me when trying to follow MSFT install instructions (possibly because I’ve erroneously added RHEL8 package repository): Downloading packages: blobfuse-1.4.4-CentOS-7.0-x86_ FAILED https://packages.microsoft.com/rhel/7/prod/blobfuse-1.4.4-CentOS-7.0-x86_64.rpm: [Errno 14] HTTPS Error 404 – Not Found Trying other mirror. To address … Unable to install blobfuse on CentOS 7 – [Errno 14] HTTPS Error 404 – Not Found
Assume the following scenario you trying to run Azure DevOps pipeline from one Azure DevOps repo and it relies on some contents in another Azure DevOps repo which specified in resources section of your YAML pipeline (for example it can be a repo which stores your master templates). You absolutely sure that your resources section … Azure DevOps pipeline unable to checkout external repo – remote: TF401019: The Git repository with name or identifier does not exist
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
I’m currently preparing for 70-473 Design and Implement Cloud Data Platform Solutions exam, so I’ve decided to compile a list of resources which may be useful to prepare for this exam. I’m going to append it with additional materials as I keep working on my preparation and I hope it may be useful to other … Exam Prep Resources for Microsoft Azure 70-473 Design and Implement Cloud Data Platform Solutions