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.

Keyhole To Sponsor SQL Saturday Kansas City

Lauren Fournier Bogner Articles, Community, Company News, Educational Event, SQL Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.We are pleased to announce that Keyhole Software is a sponsor of the 2016ย SQL Saturday Kansas City. SQL Saturday is aย one-day, free training opportunity …

Default image for blog posts - purely decorative

SQL for Application Developers

Mark Adelsberger Articles, Databases, Development Technologies & Tools, Programming, SQL 3 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.โ€œSQL? Isnโ€™t that just something my ORM tools use?โ€ Often application developers can and should remain at least one level removed from SQL. JPA …

Whatโ€™s up with WITH?

Scott Peters Articles, Databases, Development Technologies & Tools, Python 1 Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Ah, the WITH statement. A (mostly) loved holdover from such languages as Python and VB(A) that still finds some questionable use today in JavaScript. …

Is NoSQL The SQL Sequel?

Lou Mauget Articles, Databases, Development Technologies & Tools, Opinion, SQL 8 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.โ€œCanโ€™t we all just get along?โ€ย  I assert that the explosion of so-called NoSQL database management systems (DBMS) is not displacing the well-known relational …