Jesse Squire

Results 499 comments of Jesse Squire
trafficstars

Thank you for your feedback. Tagging and routing to the team member best able to assist.

I'd suggest taking a look at other extension packages for examples of what the README content should look like: - [Event Hubs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/README.md) - [Service Bus](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/README.md) - [Tables](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/README.md)

@hakimms: You should have rights to merge. Please give it a try and let me know if you need me to hit the button for you.

Hi @maichuin. Azure.Core provides a pipeline for processing HTTP requests and responses. This is done using the [HttpPipeline](https://learn.microsoft.com//dotnet/api/azure.core.pipeline.httppipeline?view=azure-dotnet) instance that you create using the [HttpPipelineBuilder](https://learn.microsoft.com/en-us/dotnet/api/azure.core.pipeline.httppipelinebuilder?view=azure-dotnet). The members of `HttpPipeline` allow...

Hi @maichuin. Thanks for reaching out and we regret that you're experiencing difficulties. The visibility for `MultiPartFormDataContent` is intentional; the type is not a full implementation and makes assumptions based...

Hi @exciting-prism. Thanks for reaching out and we regret that you're experiencing difficulties. Can you please share the full error message and stack trace that you're seeing?

@exciting-prism, @kprses1: Thanks for the additional context. In this scenario, you're deleting the topic while the processor is running. That's not something that we'd recommend doing. The error is normal...

@exciting-prism: At the end of the day, if you want to avoid this exception you must stop your processor before deleting the topic. As stated, we do not advise that...

Hi @bchr02. Thanks for reaching out and we regret that you're experiencing difficulties. The KeyVault service API is based on JSON payloads. The data sent and received by the client...