public void Configure(IWebJobsBuilder builder)
 {
     builder.AddAvailabilityMonitoring();
 }