How to Setup Azure Cosmos DB?
Azure Cosmos DB is a managed database service that provides high availability and scalability to applications. It provides support for various NoSQL databases. It is available in cross regions hence providing high throughput. In this article, we will set up Azure cosmos DB for NoSQL. So let’s see how to set it up....
read more
How To Configure Azure Active Directory?
Azure Active Directory is a cloud based service provided by Microsoft. It is a identity provider and access management (IAM) service. If you use any of the services like Microsoft 365, Outlook etc. you’re already using Azure AD. When you log into these services, you’re, in fact, logging into Azure AD....
read more
Microsoft Azure – Blazor and Azure Functions for Serverless Websites
Pre-requisite: Azure, Visual studio code...
read more
Microsoft Azure – Using Azure Spring Cloud
Pre-requisite:- Azure VM...
read more
Microsoft Azure – Create Azure SQL Database Using all Configuration Options
Here, we will learn to create a SQL Azure Database in the cloud providing all the available options. In this article, we are going to look through all of the settings available for creating a SQL Database in the Azure portal....
read more
Microsoft Azure – Opinion Mining with Azure Cognitive Services
In this article, we will learn how to do opinion mining with Azure Cognitive Services. We can use the opinion mining feature of the Text Analytics API to analyze multiple sentiments in a sentence. To follow along, we will need Visual Studio, although you can also use Visual Studio Code....
read more
Microsoft Azure – Key IoT Products
Azure is a cloud service provided by Microsoft. Azure is the cloud platform that is mainly created for making all computing easier. It allows us to add cloud features to our network which makes it easier to develop. It also provides various services to the users. Here we see about the products which are mainly developed for IoT devices....
read more
Microsoft Azure – Improvements in Linux Virtual Machine
In this article we will learn how to easily create a Linux virtual machine using SSH keys and to connect to it. Azure makes it super easy for you to create a VM and connect to it....
read more
Microsoft Azure – Scaling Inventory Resources
In this article we will learn how to inventory resources at scale using the Azure Portal and the power of Azure Resource Graph. Azure has always given you a way to inventory your resources for a single subscription. Go to Azure Resource Manager, you can query and get that information. But what if you have hundreds of subscriptions or thousands and thousands of resources? Writing that script is actually quite difficult just to even get a count of how many subscriptions you have. So now, Azure has a new service called Azure Resource Graph. And what this thing does is it runs 24 hours a day and it indexes information about all the resources you have across all your subscriptions at scale. And then on top of it, it provides a KQL based querying language on top of those resources. Azure plans on replanting significant portions of the experience, like its search and all of the lists of resources you see on top of Resource Graph....
read more
Microsoft Azure – View Delegated Roles in Azure Lighthouse
In this article we will learn how to view delegated resource groups in Azure Lighthouse in the Azure Portal. In the article, you will learn how to view delegated resource groups and subscriptions in Azure Lighthouse and also get an introduction to the Azure Lighthouse’s integration with Azure Active Directory privileged identity management....
read more
Microsoft Azure – Manage Virtual Machine via Azure Mobile App
In this article, you will get to know how to stay connected and in control of Azure virtual machines while using the Azure mobile app. The Azure mobile app is also called a VM app....
read more
Microsoft Azure – Creating JSON Snippet For Policy Initiative Creation using CSV File
Here in this article, we are going to create a custom JSON script by using the data filled in the CSV file for automation....
read more