Sachin Nandanwarwww.azureguru.net·Dec 16, 2024Use GraphQL API in Microsoft Fabric to query Cosmos DBAt the beginning of December 2024 Microsoft released “Microsoft Fabric API for GraphQL™ for Azure Cosmos DB Mirroring.” https://devblogs.microsoft.com/cosmosdb/microsoft-fabric-api-for-graphql-for-azure-cosmos-db-mirroring/ With this feature, you can...microsoftfabric
Niraj Kumarazure-cosmosdb-springboot.hashnode.dev·Nov 23, 2024Connecting a Spring Boot Application to Azure Cosmos DB for Caching1. Overview In this blog, we’ll learn about Azure Cosmos DB and how we can interact with it using Spring Data. 2. What is Azure Cosmos DB? Azure Cosmos DB is a fully managed, NoSQL database service provided by Microsoft Azure. It supports multiple mo...CosmosDB
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,...Azure For Developers: Scalable SolutionsAzure 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...Azure 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...Azure
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...36 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...LLM 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 ...37 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 ...49 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...Cosmos DBCosmosDB