Skip to content

Commit

Permalink
trigger timer added
Browse files Browse the repository at this point in the history
  • Loading branch information
srozemuller committed Oct 10, 2023
1 parent 987925f commit 7770e29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Security-ConditionalAccessGroupChanges/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"type": "http",
"direction": "out",
"name": "Response"
},
{
"name": "Timer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 2 * * * *"
}
]
}

0 comments on commit 7770e29

Please sign in to comment.