rmauro.dev {blog}
  • Home
  • Privacy Policy
  • RSS
  • Feedly

Automation

A collection of 3 posts
az cli (bash) create resource though Resource File
Azure

az cli (bash) create resource though Resource File

The resource file azuredeploy.json { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "storageAccountType": { "type": "string", "defaultValue": "Standard_LRS", "allowedValues"
Jun 2, 2019 2 min read
Enable Azure Disk Encryption though az-cli
Azure

Enable Azure Disk Encryption though az-cli

Create Azure Key Vault service az keyvault create \ --name "kvDemo006" \ --resource-group "demo001" \ --location centralUS \ --enabled-for-disk-encryption True Enable disk encryption on VM az vm encryption enable \ --resource-group "kvDemo006" \ --name "devUScWeb003" \ --disk-encryption-keyvault "demo006" \ --volume-type "all" Show disk encryption az vm
May 27, 2019
Create Azure VM though PowerShell
Azure

Create Azure VM though PowerShell

A right to the point guide of how to create Virtual Machines in Azure with Powershell
May 27, 2019 1 min read
Page 1 of 1
rmauro.dev {blog} © 2025
  • Github
  • Twitter (X)
  • Discord
  • LinkedIn
  • Feedly
Powered by Ghost