‘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 the ‘Authority’ Uri should have at least one segment in the path Error. I encountered an error while executing the Azure function Code to implement Azure AD authentication and secure the Azure function using Visual Studio 2019. ‘Authority’ Uri should have at least one segment in the path I … Read more >>

aadsts900021: requested tenant identifier ‘00000000-0000-0000-0000-000000000000’ is not valid. tenant identifiers may not be an empty guid.

Requested tenant identifier '00000000-0000-0000-0000-000000000000' is not valid.

In this Azure article, we will discuss how to resolve the error “Requested tenant identifier ‘00000000-0000-0000-0000-000000000000’ is not valid. Tenant identifiers may not be an empty GUID” that I encountered while attempting to connect to Azure SQL Database from the Power BI desktop application. aadsts900021: requested tenant identifier ‘00000000-0000-0000-0000-000000000000’ is not valid. tenant identifiers may … Read more >>

Cannot Import Name ‘cygrpc’ from ‘grpc._cython’

Cannot Import Name 'cygrpc'

In this Azure tutorial, we will discuss how to fix the error ‘Cannot Import Name ‘cygrpc’ I encountered while trying to run my Python Azure Function in Visual Studio Code. Cannot Import Name ‘cygrpc’ from ‘grpc._cython’ Recently, I had a requirement to create an Azure Function in Python using Visual Studio Code. I have made a … Read more >>

Unable to find package providers (NuGet)

Unable to find package providers (NuGet)

In this Azure tutorial, we will discuss how to fix the error, Unable to find package providers (NuGet), which comes while trying to install the PowerShell Nuget and Azure PowerShell module using PowerShell ISE. Unable to find package providers (NuGet) Recently, while I was trying to install PowerShell NuGet, I got this error. I was executing … Read more >>

Azure Function appsettings.json

Azure Function appsettings.json

In this comprehensive article, I’ll walk you through everything you need to know about using appsettings.json in Azure Functions – from basic setup to advanced patterns that I’ve implemented for my clients. Azure Function appsettings.json One important thing to note is that Appsettings.json has already been deprecated for a long time. That was the old … Read more >>

VNet Peering

VNet Peering

Virtual Network (VNet) Peering consistently stands out as one of the most efficient ways to connect Azure networks. In this article, I’ll cover everything you need to know about VNet Peering, from basic concepts to advanced implementation strategies. VNet Peering What is Azure VNet Peering Virtual network peering enables you to connect two or more virtual … Read more >>

How to Change Azure Function Runtime Version in Visual Studio

How to Change Azure Function Runtime Version in Visual Studio

  This Azure tutorial will discuss how to check the Azure function runtime version in Visual Studio. How to Change Azure Function Runtime Version in Visual Studio To change Azure Function Runtime Version in Visual Studio, follow the steps below 1. Open your Azure Function Project in the Visual Studio 2019. 2. Right-click on the … Read more >>

Azure storage architecture

Azure storage architecture

In this Azure article, we will discuss the architecture of Azure storage. We will try to understand the complete details with the help of the Azure storage architecture diagram. Azure storage architecture Before discussing the main topic, let us discuss what Azure Storage is. What is Azure Storage? Azure Storage is Microsoft’s cloud storage solution, … Read more >>

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!