Will Sugarman

Results 9 issues of Will Sugarman

## Description - Add new Azure Function with an HTTP trigger for return a health check status - Add new health check for Key Vault secrets - Add health check...

#### Check for a solution in the Azure portal N/A #### Investigative information We host our Azure Functions on our own AKS cluster using the official docker base image `mcr.microsoft.com/azure-functions/dotnet`,...

Needs: Triage (Functions)

**What this PR does / why we need it**: Adds new health check registration overloads that reuse an existing client from the `IServiceProvider` instead of creating new ones. Includes the...

**What would you like to be added**: Overloads to the various Azure service health check registration methods that re-use an existing service client from the service container. **Why is this...

feature request

## Description - Aggregate code coverage across test stages ## Related issues N/A ## Testing Code coverage successfully appears in PR pipeline

While the examples on the API docs page (Eg. [the member responses](https://projects.propublica.org/api-docs/congress-api/members/)) are helpful, they do not have the exact schema information, nor are they always up-to-date. It would be...

enhancement

## Background and Motivation While developers can use a combination of `ServerCertificateSelector` and `IFileProvider` today to automatically reload a server's TLS certificate (as mentioned in https://github.com/dotnet/aspnetcore/issues/32351), developers cannot as easily...

enhancement
area-auth
api-suggestion
area-networking

###### Summary Enable users to configure the artifact name for the following actions: - `CollectDump` - `CollectExceptions` - `CollectGCDump` - `CollectLiveMetrics` - `CollectLogs` - `CollectStacks` - `CollectTrace` Furthermore, the following...

needs-review

I recently updated a C# project to use the new .NET 10 SDK, but my CodeQL workflow started throwing an error on analysis: > **Error**: Encountered a fatal error while...

question