Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created June 22, 2017 12:27
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/427a8694b0116421145b553ec475e2d1 to your computer and use it in GitHub Desktop.
Save marrobi/427a8694b0116421145b553ec475e2d1 to your computer and use it in GitHub Desktop.
ACR Inputs
"registryServer": {
"value": "[reference(resourceId('Microsoft.Resources/deployments','ACR')).outputs.registryServer.value]"
},
"registryUsername": {
"value": "[reference(resourceId('Microsoft.Resources/deployments','ACR')).outputs.registryUsername.value]"
},
"registryPassword": {
"value": "[reference(resourceId('Microsoft.Resources/deployments','ACR')).outputs.registryPassword.value]"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment