Archive: 2020/12

0

Azure VM Copy using Snapshot

This post about Azure VM Copy using snapshot. The total process is as follow. OsDisk, Datadisk => snapshot snapshot => OsDisk_copy, Datadisk_copy OsDisk_copy, Datadisk_copy => VM_copy 1. C

0

Useful CLI about Azure NSG

Search Rule include ‘Any Port’123456789101112131415161718192021222324$inbound = @();$outbound = @();$nsgList = az network nsg list | convertFrom-Jsonforeach($nsg in $nsgList) { foreach($ru