Skip to content

Commit

Permalink
Adding listsyncfunctiontriggerstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Oct 2, 2018
1 parent 5e35e4c commit ade9f9b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,20 @@
],
"clientAffinityEnabled": false
}
}
},
"resources": [
{
"apiVersion": "2015-08-01",
"name": "metadata",
"type": "config",
"dependsOn": [
"[resourceId('Microsoft.Web/Sites', variables('functionAppName'))]"
],
"properties": {
"synctriggersstatus": "[listsyncfunctiontriggerstatus(resourceId('Microsoft.Web/sites', variables('functionAppName')), '2015-08-01').status]"
}
}
]
}
]
}

0 comments on commit ade9f9b

Please sign in to comment.