In this post you'll find out how to connect Azure Functions with Azure resources with the new Azure Identity library which eliminates the need to use secrets or connection strings and hence allows us to create more secure and robust solutions. Read on!
When using Azure SDK .NET client libraries in high throughput applications, it's important to know how to maximize performance and avoid extra allocations while preventing bugs that could be introduced by accessing data from multiple threads. This article covers the best practices for using clients and models efficiently.
Client lifetime
The main...