У нас вы можете посмотреть бесплатно Day 03 – Create Virtual Machine using Azure CLI | KodeKloud 100 Days или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In Day 03, we will learn how to create a Virtual Machine (VM) in Microsoft Azure using the Azure CLI. Instead of using the Azure portal, this tutorial demonstrates how DevOps engineers can manage cloud resources directly from the command line. ================================ How to check resource group az group list --output table create VM by using command az vm create --name nautilus-vm --resource-group nautilus-rg --image Ubuntu2204 --size Standard_B2s --admin-username azureuser --generate-ssh-keys --storage-sku Standard_LRS --os-disk-size-gb 30 ================================ Do like and comment on the comment section