Skip to content

Instantly share code, notes, and snippets.

@Tapanila
Created June 26, 2019 13:20
Show Gist options
  • Save Tapanila/a15f8148cc7e0ee0e5ab214b96932132 to your computer and use it in GitHub Desktop.
Save Tapanila/a15f8148cc7e0ee0e5ab214b96932132 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": [],
"outputs": {
"test": {
"type": "string",
"value": "[reference(ResourceId('Microsoft.Web/sites', 'hello-asl-7cyvgt4ucnwt6'), '2018-02-01', 'Full').identity.principalId]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment