Introduction to Azure Cosmos DB
Introduction In the realm of databases, Azure Cosmos DB stands out as a Microsoft-backed, fully managed NoSQL solution. Boasting an impressive single-digit millisecond response time, it seamlessly scales to meet…
Introduction In the realm of databases, Azure Cosmos DB stands out as a Microsoft-backed, fully managed NoSQL solution. Boasting an impressive single-digit millisecond response time, it seamlessly scales to meet…
"Enhancing App Security with Azure Managed Identities" is the topic of this article. Within its contents, we will explore methods for bolstering app security by eliminating the use of exposed…
You will never see your code like before once you understand JIT. In this article we will demonstrate how JIT generates IL code, by comparing performance of List and generics…
Why use service bus queue and topic instantly. With the help of service bus queue and topic, we can Decouple client and server applications Implement fire and forget easily Increase…
Introduction Development process is equally important aspect of a SDLC as testing. Testers and developers often face this issue when it comes to testing azure service bus trigger functions or…
Azure service bus is a message broker which transfers messages to another in a more secured and consistent way. Service bus employed to decouple applications and, systems. This article covers…
We can push messages to any services bus from our pipelines which can help an enterprise application to be more streamlined and ready for users
In this article, we are going to demonstrate how we can use PowerShell scripts to save data in Azure CosmosDb collection from a file leveraging CosmosDb PowerShell package CosmosDb is a fully managed,…
Introduction Microsoft Azure provides a variety of insights and monitoring logs to monitor and check the state of a resource and its performance. We can send these metrics and insights to…