Freeman Madudilifreemancodz.hashnode.dev·Nov 12, 2024Building a Serverless Expense Tracker API on AzureIntroduction In this guide, I’ll walk you through building a secure, serverless API for tracking expenses on Azure. Using Azure Functions for serverless computing, Cosmos DB for scalable data storage, and Azure Key Vault for secure secret management,...DiscussAzure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 11, 2024Develop a Simple Expense Tracker API Locally Using Azure FunctionIntroduction In this guide, I’ll walk you through creating a simple serverless API for tracking expenses using Azure Functions, Cosmos DB, and C#. You’ll learn how Serverless functions make it easy to handle HTTP requests, connect to Cosmos DB withou...DiscussAzure Functions
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Oct 31, 2024My Journey Through the AI Skills Challenge: Build Intelligent AppsCompleting the Microsoft AI Skills Challenge: Build Intelligent Apps was a significant milestone in my professional learning journey. Over the course of this challenge, I had the opportunity to delve deep into cloud-native applications, advanced data...DiscussAzure
Sachin Nandanwarwww.azureguru.net·Sep 13, 2024Copy Data from Cosmos DB to Microsoft Fabric LakehouseCosmos DB offers a robust set of REST APIs that work well for general data operations. I wondered if it would be possible to push data from Cosmos DB into a Fabric Lakehouse. In Microsoft fabric Data Factory I came across a Cosmos DB connector for Fa...Discuss·31 readsCosmosDB
Sachin Nandanwarwww.azureguru.net·Sep 12, 2024LLMs with Cosmos DB - Part 2In the first article of the series, I demonstrated how to implement vector embedding for text data stored in cosmos DB. In this article, we will explore how to leverage vector embeddings through OpenAI services to create RAG-based LLM responses on th...DiscussLLM with Cosmos DBCosmosDB
Sachin Nandanwarwww.azureguru.net·Sep 8, 2024LLMs with Cosmos DB - Part 1I wrote a couple of articles explaining the fundamental mathematical concepts of vector similarities and how vector embeddings utilizes Euclidean distance, Cosine/Dot Product and Cosine Similarities to identify phrase similarities. This article will ...Discuss·35 readsLLM with Cosmos DBcosmos
Sachin Nandanwarwww.azureguru.net·Sep 6, 2024Data Operations In Cosmos DB - Part 2In a previous write-up, I demonstrated various ways to perform CRUD operations in Cosmos DB including examples of iterating/inserting/updating/deleting data across the JSON nodes within a document. The data creation method and the operations on them ...Discuss·48 readsCosmos DBcosmos
Sachin Nandanwarwww.azureguru.net·Aug 30, 2024Data retrieval in Cosmos DBIn an previous article I delved through process of inserting/updating/deleting documents in Cosmos DB. The process of data retrieval from documents can be a little tricky in Cosmos DB as the retrieval process needs to traverse across multiple array o...DiscussCosmos DBCosmosDB
Sachin Nandanwarwww.azureguru.net·Aug 25, 2024Data Operations In Cosmos DB - Part 1In a previous article we explored ways to automate the creation of database and container in Cosmos DB in the console application. In this article, we will discuss different methods to perform various data operations in a Cosmos DB container. Set Up ...Discuss·41 readsCosmos DBCosmosDB
Sachin Nandanwarwww.azureguru.net·Aug 12, 2024Automating Database and Container Creation in Cosmos DBIn this short post we would look into how to automate the creation of an Azure Cosmos database and container through an C# console application. In the previous post we saw how easy and quick it is to create a Cosmos DB instance in no time. Lets Start...DiscussCosmos DBcosmos