Differences
This shows you the differences between the selected revisions of the page.
| 2019-03-12 | 2019-03-12 | ||
| created (martin) | fit to page width (martin) | ||
| Line 10: | Line 10: | ||
| [FunctionName("Function1")] | [FunctionName("Function1")] | ||
| public static void Run( | public static void Run( | ||
| - | [TimerTrigger("0 */10 * * * *")]TimerInfo myTimer, TraceWriter log, ExecutionContext context) | + | [TimerTrigger("0 */5 * * * *")]TimerInfo myTimer, TraceWriter log, ExecutionContext context) |
| { | { | ||
| SessionOptions sessionOptions = new SessionOptions(); | SessionOptions sessionOptions = new SessionOptions(); | ||