Image Classification: Face Detection and Identification using Azure Face API Cognitive Service

https://www.codeproject.com/Articles/5061022/Image-Classification-Face-Detection-and-Identifica

Expand virtual hard disks on a Linux VM with the Azure CLI

az login
az account set --subscription "Visual Studio Premium with MSDN"
az vm deallocate --resource-group myResourceGroup --name myVM

az disk list \
    --resource-group dev-desktop \
    --query '[*].{Name:name,Gb:diskSizeGb,Tier:accountType}' \
    --output table
	
az disk update \
    --resource-group dev-desktop \
    --name myDataDisk \
    --size-gb 256	
		
az vm start --resource-group myResourceGroup  --name myVM	

Original link: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks

Bootstrap Kubernetes the hard way on Microsoft Azure Platform

https://github.com/ivanfioravanti/kubernetes-the-hard-way-on-azure

Infrastructure as Code in the Cloud

Mike Pfeiffer’s site: https://cloudskills.fm/002

Here are the resources:

Azure DevOps – Create your backlog

https://docs.microsoft.com/en-us/azure/devops/boards/backlogs/create-your-backlog?view=vsts&tabs=new-nav

Tutorial: Create a CI/CD pipeline for your existing code with the Azure DevOps Project

https://docs.microsoft.com/en-us/azure/devops-project/azure-devops-project-github