Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created February 24, 2017 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/3430f7b508ad94abc9b9b516b5ade3b7 to your computer and use it in GitHub Desktop.
Save marrobi/3430f7b508ad94abc9b9b516b5ade3b7 to your computer and use it in GitHub Desktop.
Temaplte Outputs
"outputs": {
"IPAddress": {
"type": "string",
"value": "[reference('PublicIP').ipAddress]"
},
"FQDN": {
"type": "string",
"value": "[reference('PublicIP').dnsSettings.fqdn]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment