Bryan Beck

Results 2 issues of Bryan Beck

**What this PR does / why we need it**: Provide an option to publish healthCheck metrics through the `TelemetryClient.TrackAvailability()` method. With this approach, healthCheck metrics are stored within the "AvailabilityResults"...

The current implementation of the ApplicationInsightsPublisher publishes healthCheck results through the `TelemetryClient.TrackEvent()` method. As a result, healthCheck metrics are stored within the "customEvents" table of application insights. The built-in web-test...