https://www.codeproject.com/Articles/5061022/Image-Classification-Face-Detection-and-Identifica
Category: Azure
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 myVMaz disk list \ --resource-group dev-desktop \ --query '[*].{Name:name,Gb:diskSizeGb,Tier:accountType}' \ --output tableaz disk update \ --resource-group dev-desktop \ --name myDataDisk \ --size-gb 256az vm start --resource-group myResourceGroup --name myVMOriginal link: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
Azure Container Registry Documentation
What is SmartHotel360 | Microsoft Azure
Build Your First CI/CD Pipeline using Azure DevOps
MASTERING AZURE WITH CLOUD SHELL
Bootstrap Kubernetes the hard way on Microsoft Azure Platform
Infrastructure as Code in the Cloud
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