Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created May 3, 2017 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/a1d4dae16710df8431a86b97044fb5d4 to your computer and use it in GitHub Desktop.
Save justinyoo/a1d4dae16710df8431a86b97044fb5d4 to your computer and use it in GitHub Desktop.
Know Your Cloud Resource Costs on Azure
{
"scriptFile": "..\\bin\\CostMonitoring.Functions.dll",
"entryPoint": "CostMonitoring.Functions.CostMonitoringTimerTrigger.Run",
"bindings": [
{
"name": "myTimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 10 0 * * *"
}
],
"disabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment