Integrating Azure Functions with Cosmos DB SQL API in .NET Core 2.2

Zach Gardner .NET Core, API Development, Articles, Azure, Cloud, Development Technologies & Tools, SQL, Tutorial Leave a Comment

I am working on a project that leverages both Azure Functions as well as Cosmos DB. In trying to get both of these components wired together, I found that there are very few examples that work with the most recent versions of these components. I also saw examples that could work at a small scale, but donโ€™t show industry-standard best practices, and would lead to performance issues if deployed in an environment with any meaningful traffic.

To that end, I put together this blog post showing how to set up an Azure Functions project in .NET Core 2.2 to integrate with Cosmos DBโ€™s SQL API using its native tooling.

Python Consulting & Custom Software Development

Home→Search ResultsPython Consulting & Custom Software   100% U.S.-Based Vetted Employee Consultants At Keyhole Software, we provide end-to-end Python development services to help organizations build, modernize, and scale software solutions with confidence.  Learn About PythonLet’s TalkPython Consulting Services Whether you’re developing a new web application, automating business workflows, or modernizing legacy systems, our experienced consultants bring the technical expertise and …

Kiewit Construction: Cloud Modernization & Large-Scale Database Optimization

Gena Cockrell .NET, Azure, Cloud, DevOps, Manufacturing, Industrial & Supply Chain, Platform & Infrastructure Leave a Comment

A team of Principal Keyhole Software consultants partnered with Kiewit, a leading engineering and construction firm, to drive high-impact cloud consulting, architecture modernization, and large-scale data migration initiatives. The project aimed to optimize cloud infrastructure, enhance application performance, and improve data accessibility across multiple divisions. Client Focus Keyhole Software played a pivotal role in accelerating cloud adoption and modernization within …

What are the Top Causes of .NET Performance Problems?

Zach Gardner .NET, Keyhole, Videos Leave a Comment

When it comes to building applications in the .NET framework, performance is a critical aspect that can make or break the user experience. However, even experienced developers can encounter unexpected bottlenecks that degrade performance. Identifying and understanding these common pitfalls is essential to optimize your applications and ensure they run smoothly. Here, weโ€™ll explore the top causes of .NET performance …