Skip to content

Instantly share code, notes, and snippets.

@kennetham
Created May 5, 2018 07:41
Show Gist options
  • Save kennetham/e73aa739897925e71b8187f4c0d7b592 to your computer and use it in GitHub Desktop.
Save kennetham/e73aa739897925e71b8187f4c0d7b592 to your computer and use it in GitHub Desktop.
Azure Deploy VM Properties
"properties": {
"publicIPAllocationMethod": "Dynamic",
"dnsSettings": {
"domainNameLabel": "[variables('vmpipDnsName')]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment