diff --git a/templates/function-app-v2.json b/templates/function-app-v2.json index cf59eb76..f8a64aa0 100644 --- a/templates/function-app-v2.json +++ b/templates/function-app-v2.json @@ -136,6 +136,10 @@ "managedServiceIdentityId": { "type": "string", "value": "[reference(parameters('functionAppName'), variables('functionAppApiVersion'), 'Full').identity.principalId]" + }, + "functionAppResourceId": { + "type": "string", + "value": "[resourceId('Microsoft.Web/sites', parameters('functionAppName'))]" } } }