What does Azure Monitor do

What does Azure Monitor do

In this article, I will walk you through what does Azure Monitor do, etc. Azure Monitor is a Microsoft tool for collecting and analyzing data from different Azure resources. It mainly provides information about how your application is performing or any issues that might affect its performance. Table of ContentsWhat does Azure Monitor doKey Components of … Read more >>

Azure Function Logging Dependency Injection

Azure Function Logging Dependency Injection

Recently, I worked for a client requirement where I implemented Azure Function Logging with Dependency Injection. This article will discuss that functionality. Azure Function Logging Dependency Injection You can use the ilogger interface in your startup class. Then, use the “LoggerFactory” class to create the instance for the ilogger interface. Check out the sample code below … Read more >>

Azure Function Logging

Azure Function Logging

Recently, I had a chance to implement Azure Function Logging for one of my Azure Function projects. The information provided in this article will help you to understand that. Azure Functions Logging By default, the Ilogger instance was present with the Azure Function Signature. The Azure Function with ILogger instance looks like the one below. … Read more >>

Azure Function Monitoring

Azure Function Monitoring

In this Azure tutorial, we will discuss Azure Functions monitoring options and steps to configure. Table of ContentsMonitor Azure FunctionsHow To Configure Azure Monitor Logs For The Azure FunctionCreate a Log Analytics workspace in the Azure portalConfigure Azure Monitor Logs For The Azure FunctionQuery the logsAzure Function Console LogAzure Function ilogger Application InsightsHow to Configure Application Insights … Read more >>

Logic Apps VS Power Automate

Azure Logic Apps VS Power Automate

In this Azure article, let’s learn the key differences between Azure logic apps vs power automate. Table of ContentsLogic Apps VS Power AutomateWrapping Up Logic Apps VS Power Automate Let’s do a tabular comparison between Power Automate vs logic apps. Azure Logic Apps Power Automate Azure Logic Apps is a cloud-based service or platform that … Read more >>

Add-AzADGroupMember

Add-AzADGroupMember

In this Azure PowerShell article, we will discuss the syntax and usage of the Add-AzADGroupMember PowerShell command with certain examples. Table of ContentsAdd-AzADGroupMemberSyntax of Add-AzADGroupMemberAdd-AzADGroupMember ExampleAdd-AzADGroupMember PowerShell – Video TutorialWrapping Up Add-AzADGroupMember This PowerShell command can help you to add members to an Azure AD group. Syntax of Add-AzADGroupMember Below is the syntax of the … Read more >>

How to delete Virtual Network in Azure

How to delete Virtual Network in Azure

If you no longer need the VNet and are not using it, it’s best to delete it. Before deleting the Virtual Network in Azure, it is essential to note that if any resources are connected to that virtual network, you must first delete those resources before deleting the Virtual Network. So basically, delete the connected … Read more >>

How to restart Azure Virtual Desktop

How to restart Azure Virtual Desktop

This Azure tutorial will discuss the quick steps to restart Azure Virtual Desktop. Table of ContentsHow to restart Azure VMRestart Azure VM PowerShell How to restart Azure VM Sometimes, if you are facing any issue with your Virtual Machine and You want to restart your virtual machine once. As we all know, Restarting the virtual machine … Read more >>

How to Restart Azure Application Gateway

How to Restart Azure Application Gateway

Well, let’s discuss how to restart the application gateway in Azure using PowerShell and Azure CLI. Table of ContentsRestart Azure Application GatewayUsing PowerShellUsing Azure CLI Restart Azure Application Gateway Follow the below steps to restart the Azure application gateway Using PowerShell 1. Open the PowerShell ISE as Run as administrator mode 2. You can run the below PowerShell cmdlet to start … Read more >>

How To Restart Azure SQL Server

How To Restart Azure SQL Server

I recently worked for one of my clients, where their Azure SQL Server had to restart after some maintenance activity. I followed the steps mentioned in this article to restart Azure SQL Server. How To Restart Azure SQL Server To restart Azure SQL server, follow the below steps. Conclusion It is just a 3 steps … 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!