cold-caravan-83486
05/11/2020, 11:01 AMThe language expression property 'eventgrid_extension' doesn't exist
when trying to generate the function key needed (via a .net TemplateDeployment with`[listKeys(resourceId('Microsoft.Web/sites/host/', parameters('functionAppName'), 'default'),'2016-08-01').systemkeys.eventgrid_extension]`)?
This seems to have just recently stopped working."variables": {
"functionAppId": "[resourceId('Microsoft.Web/sites', parameters('functionApp'))]"
},
"resources": [],
"outputs": {
"eventgridKey": {
"type": "string",
"value": "[listkeys(concat(variables('functionAppId'), '/host/default'), '2018-11-01').systemKeys.eventgrid_extension]"
}
Fails with the same error.tall-librarian-49374
05/11/2020, 3:43 PMcold-caravan-83486
05/11/2020, 4:50 PM