How to extract text from a PDF image

How to extract text from a PDF image

Recently, as a senior Azure developer, I got a requirement on how to extract text from a PDF image. We will start by discussing a very important example: how to extract bill details from a PDF image using Azure Cognitive Services. How to extract text from a PDF image In real-time scenarios, we will encounter many … Read more >>

AWS Datasync vs Storage Gateway

AWS Datasync vs Storage Gateway

Recently, as an AWS cloud architect, I was required to move and store data efficiently in AWS, and that’s when I had the opportunity to choose between AWS DataSync and AWS Storage Gateway. In this article, let me try explaining AWS Datasync vs Storage Gateway. Which one to choose when. AWS Datasync vs Storage Gateway … Read more >>

How To Use Text Analytics In Power BI

How To Use Azure Text Analytics In Power BI

As a cloud architect, I recently had the opportunity to work on a project where I used Text Analytics in Microsoft Power BI. This Azure tutorial will discuss using Azure Text Analytics in Power BI with a realtime example. How To Use Text Analytics In Power BI Here, we will have a Product and some Review Comments … Read more >>

How To Delete Instance In AWS

How To Delete An Instance In AWS

When you have created many instances in AWS and have not used a few for a long time, it is time to clean up and delete the instance from AWS. An important point to remember here is that when you terminate the instance, you won’t be able to reconnect it once it is terminated. Once … Read more >>

Get-AzActivityLog

Get-AzActivityLog

In this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzActivityLog PowerShell command with certain examples. Get-AzActivityLog This Azure PowerShell command can help you retrieve the lists of Activity Log events from your Azure Subscription. Syntax Examples Let’s discuss a few examples of how to use the Get-AzActivityLog PowerShell command. Example … Read more >>

There is no Functions runtime available that matches

There is no Functions runtime available that matches the version specified in the project

In this article, we will discuss how to fix the error “There is no Functions runtime available that matches the version specified in the project.” which I got while working with Azure Function. There is no Functions runtime available that matches the version specified in the project Some time back, I created one Azure Function … Read more >>

Azure Cosmos DB Partitioning

All About Partitioning In Azure Cosmos DB

This Azure tutorial will discuss all about partitioning in Azure Cosmos DB or what is partitioning in Azure Cosmos DB. Azure Cosmos DB Partitioning Azure Cosmos DB allows you to store a massive amount of that. When there is a provision to store a huge amount of data, if you do not store the data … Read more >>

How to create a Resource Group in Azure

How to create a Resource Group in Azure

This Azure article will discuss the quick steps to create a Resource Group in Azure. How to create Resource Group in Azure Let us discuss all the possible approaches individually. Approach-1 Using Azure Portal To create a Resource Group in Azure, follow the below steps. 1. Log in to Azure Portal (https://portal.azure.com/) 2. Now, After logging in to the Azure … Read more >>

az vm generalize

az vm generalize

This article will walk you through the syntax and usage of the az vm generalize Azure CLI command with specific examples. az vm generalize This command helps you mark a generalized VM. Syntax Below is the syntax of the az vm generalize command. Example The below script will generalize the virtual machine AzurelessonsNewVM that belongs … Read more >>

az disk list

az disk list

This article will walk you through the syntax and usage of the az disk list Azure CLI command with specific examples. az disk list The az disk list command lists managed disks. Syntax Below is the syntax of the az disk list Azure CLI command. Example The below Azure CLI command lists managed disks under … 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!