Microsoft Azure Cloud

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…

0 Comments

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…

0 Comments

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-6428f53ae729e250253008/] Step 2: Create a new resources…

0 Comments

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-6428f53ae7547356138651/] Step 2: Create a new resources group…

0 Comments

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…

0 Comments

What is Azure App Service?

What is Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss what is Azure App Service. What is 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 and Linux, and enables automated deployments from GitHub,…

0 Comments

Azure Pipeline Part 14 – Environments Deployment Jobs

Azure Pipeline Part 14 – Environments Deployment Jobs Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can create an Environment for your application deployment In Azure Pipeline. An environment lets you manage your application deployment in a central place with optional feature like adding approval in your pipeline or monitoring your entire application deployment pipelines. Using an environment, you can bring all your deployment pipeline with respective resources in a central place…

0 Comments

Azure Pipeline Part 13 – Logging

Azure Pipeline Part 13 – Logging Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to log errors and other useful information in Azure Pipeline using logging commands. Azure Pipeline Part 13 – Logging Prerequisites: One active Azure DevOps account Personal Access Token (PAT) A self-hosted agent registered to your Azure DevOps organization Setup: [crayon-6428f53ae7ddf199394196/] Azure Pipeline – Logging Commands: Logging commands are how tasks and scripts…

0 Comments