Microsoft Azure Cloud

How to Create Scalable and Reliable Serverless Workflows with Azure Durable Functions

How to Create Scalable and Reliable Serverless Workflows with Azure Durable Functions Serverless computing is a popular paradigm for building cloud applications that can scale on demand and pay only for the resources they consume. However, not all scenarios are suitable for serverless functions, especially those that involve complex or long-running workflows. For example, how do you orchestrate a series of functions that depend on each other or on external events? How do you…

Comments Off on How to Create Scalable and Reliable Serverless Workflows with Azure Durable Functions

How to Deploy an Azure Function using Azure CLI

How to Deploy an Azure Function using Azure CLI Azure Functions is a serverless computing platform that lets you run code without having to manage infrastructure, servers, or operating systems. You can use Azure Functions to create event-driven applications, microservices, APIs, and more. In this blog post, you will learn how to deploy an Azure Function using Azure CLI, which is a command-line tool for creating and managing Azure resources. You will also learn…

Comments Off on How to Deploy an Azure Function using Azure CLI

What are Azure Functions?

What are Azure Functions? Serverless computing is a popular trend in cloud development that allows developers to focus on writing code without worrying about managing servers, scaling, or provisioning. Serverless applications are composed of small, independent units of code that are triggered by events and run on demand. Azure Functions is a serverless solution from Microsoft that lets you write less code, maintain less infrastructure, and save on costs. In this blog post, you…

Comments Off on What are Azure Functions?

How to INSERT SELECT UPDATE DELETE data in Azure Cosmos DB using Python?

How to INSERT SELECT UPDATE DELETE data in Azure Cosmos DB using Python? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to insert, select, update and delete data in Azure Cosmos DB using Python SDK for Cosmos core SQL. How to INSERT SELECT UPDATE DELETE data in Azure Cosmos DB using Python? Prerequisites: Azure CLI installed and configured Step 1: Install Azure Python SDK for…

Comments Off on How to INSERT SELECT UPDATE DELETE data in Azure Cosmos DB using Python?

What is Azure Cosmos DB?

What is Azure Cosmos DB? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss the Azure Cosmos DB solution. We will learn what is Azure Cosmos DB, Azure Cosmos DB API types, Azure Cosmos DB resource model, Azure Cosmos DB Global Distribution, Azure Cosmos DB Consistency levels, Azure Cosmos DB Partitioning, Azure Cosmos DB Capacity, and Azure Cosmos DB Backups and Restores. What is Azure Cosmos DB? Azure…

Comments Off on What is Azure Cosmos DB?

How to deploy a multi-container web app in Azure App Service?

How to deploy a multi-container web app in Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to deploy a multi-container web app using Azure App Service. How to deploy a multi-container web app in Azure App Service? Prerequisites: Azure CLI installed and configured Step 1: Clone the sample voting app code that uses multiple containers. [crayon-651cfda323b0d609119509/] Step 2: Create a new resources…

Comments Off on How to deploy a multi-container web app in Azure App Service?

How to deploy a web application in Azure App Service?

How to deploy a web application in Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to deploy a Python App (basic REST API) using Azure App Service. How to deploy a web application in Azure App Service? Prerequisites: Azure CLI installed and configured Step 1: Clone the basic REST API code written in Python. [crayon-651cfda323d7d227842452/] Step 2: Create a new resources group…

Comments Off on How to deploy a web application in Azure App Service?

How to create a static HTML website using Azure App Service?

How to create a static HTML website using Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today's blog post, we will discuss how to create a static HTML website using Azure App Service. Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows…

Comments Off on How to create a static HTML website using Azure App Service?