it:ad:azure:resource_management:arm:howto:return_outputs:Home
Examples
Return a specific item from within listKeys:
"outputs": {
"IotHubKey": {
"type": "string",
"value": "[listKeys(resourceId('Microsoft.Devices/IotHubs/Iothubkeys', variables('iotHubName'), 'iothubowner'), '2016-02-03').primaryKey]"
}
}