azure
-
Reserved IP | Microsoft Azure
If you need to reserve static ip address for your VM, follow the commands below: 1. Set static ip: New-AzureReservedIP -ReservedIPName "postgresql" -Location "West US" …
-
Packer with Azure
Yes! It's works. First of all you need to install packer. After that – Azure plugin for Packer (you could download executable package or compile proper package with…