Outputs in templates - Azure Resource Manager
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/outputs
The following example shows how to return a property from a deployed resource. Add the outputssection to the template. The output value gets the fully qualified domain name for a public IP address. If you need to output a property that has a hyphen in the name, use brackets around the name instead of dot notation. For example, use ['property-name']...
The following example shows how to return a property from a deployed resource. Add the outputssection to the template. The output value gets the fully qualified domain name for a public IP address. If you need to output a property that has a hyphen in the name, use brackets around the name instead of dot notation. For example, use ['property-name']...
DA: 84 PA: 21 MOZ Rank: 90