Install Azure CLI Ubuntu

Install Azure CLI Ubuntu

First, check out the Azure CLI Tutorial to get an overview of Azure CLI. Suppose you are specific to Ubuntu and want to install the Azure CLI. Install Azure CLI Ubuntu There are two ways for the installation, but the quickest and simplest way is to use the below single command to install Azure CLI … Read more >>

‘Authority’ Uri should have at least one segment in the path

'Authority' Uri should have at least one segment in the path

In this Azure tutorial, we will discuss how to fix Authority’ Uri should have at least one segment in the path Error. I got this error while trying to execute the Azure function Code to implement the Azure AD authentication to secure the  Azure function using Visual Studio 2019. ‘Authority’ Uri should have at least one segment in the … Read more >>

How to install Azure CLI on Mac

how to install azure cli on mac

Now, let’s discuss How to Install Azure CLI on macOS. Homebrew is an excellent way to manage the Azure CLI installation on the macOS. For a better understanding, you can check out the Azure CLI Tutorial. How to install Azure CLI on Mac To install Azure CLI Mac, the first step is to install the Homebrew if you don’t have Homebrew installed on your machine. … Read more >>

Azure CLI Tutorial

Azure CLI Tutorial

Let’s learn a quick tutorial on Azure CLI. Azure CLI Tutorial Let’s see What is Azure CLI? It’s features, versions, etc. What is Azure CLI? The Azure CLI is termed the Azure command-line interface. This is a set of commands that helps us create and manage all our Azure Resources. That is designed in such a way … Read more >>

Azure Cosmos DB Emulator download

Azure Cosmos DB Emulator download

Well, you can quickly Download Azure Cosmos DB Emulator now. Once you click on the above link, you can get the setup below Once you have downloaded the setup, you can double-click on the setup and follow the instructions to install the Azure Cosmos DB Emulator on your machine. You may also like following the articles below Voila !!! … Read more >>

An instance of the Azure Cosmos Emulator is already running

An instance of the Azure Cosmos Emulator is already running

Sometimes, while opening or while trying to run the Azure Cosmos Emulator, you might get the error An instance of the Azure Cosmos Emulator is already running. You can see the error pop up here Now, let’s find out a quick solution for the issue An instance of the Azure Cosmos Emulator is already running. An instance … Read more >>

Azure Cosmos DB Emulator port 8081 is already in use

Azure Cosmos DB Emulator port 8081 is already in use

When You are trying to run the Azure Cosmos DB Emulator on your local machine, there might be a chance It will show you the error “Azure Cosmos DB Emulator port 8081 is already in use”. You can see it here Now, let’s see how to fix the issue Azure Cosmos DB Emulator port 8081 is already in … Read more >>

How to debug Azure Function locally

How to debug azure function locally

One excellent feature that the Azure Functions provides is that we can able to debug our Azure functions with the help of Visual Studio IDE or Visual Studio Code. In this article, we will discuss how to do this using both of the IDEs. How to debug Azure Function locally in Visual Studio Now we will discuss how to debug a function app using the … Read more >>

Azure SQL Database Tutorial

Azure SQL Database Tutorial

Let’s learn an end-to-end tutorial on Azure SQL Database, Its history, features, benefits, etc. Azure SQL Database Tutorial Azure SQL Database is a managed cloud database that uses the SQL Server database engine in the Azure Cloud platform. It becomes easier for the developers/programmers to develop their products as there is less involvement in the maintenance part of the … Read more >>