Azure Automation Account Logging to Log Analytics using AzureRM

There may be a need to log the activity of an Azure Automation Account to Log Analytics, this can of course be done via the Portal but, if deploying in true automated fashion – it would be preferable to implemented via code. These log categories will be configured along with All Metrics:- JobLogs JobStreams DSCNodeStatus … Read more

NPS Server Configuration To Integrate with Azure MFA:- Part3 (PowerShell)

Last of the NPS integration with Azure MFA blogs, this will include using PowerShell for installation of the Radius Configuration from a backup along with additional snippets of PowerShell to potentially help you to automate your own NPS server build. Installation of NPS Server Role Install-WindowsFeature NPAS -IncludeManagementTools Configure and add RadiusClients The below Password … Read more

NPS Server Configuration To Integrate with Azure MFA:- Part2 (Troubleshooting)

In my previous blog, I detailed the process of how a Network Policy Server (NPS) is used to integrate with an Azure VPN gateway using RADIUS to provide Multi-Factor Authentication (Azure MFA) for point-to-site connections to your Azure environment. This is a follow-up to that, some additional troubleshooting for the NPS configuration. Firewall Network Policy … Read more

NPS Server Configuration To Integrate with Azure MFA

The story I have created this blog to detail and describe how a Network Policy Server (NPS) is used to integrate with an Azure VPN gateway using RADIUS to provide Multi-Factor Authentication (Azure MFA) for point-to-site connections to your Azure environment. The process that will be documented in this blog:- Image Reference: docs.microsoft.com Prerequisites Azure … Read more

Microsoft Azure:- NSGs & ASGs Simplified

NSG’s (Network Security Group) & ASG’s (Application Security Group) are the main Azure Resources that are used to administrate and control network traffic within a virtual network (vNET). The difference Network Security Group is the Azure Resource that you will use to enforce and control the network traffic with, whereas Application Security Group is an … Read more

Microsoft PowerBI:- A useful tool for Azure NSGs data flows

Microsoft PowerBI is a suite of business analytic tools developed by Microsoft that works together to turn unrelated sources of data into coherent, visually immersive, and interactive insights – in theory, taking a dump of data and making it rather colourful and useful? How could I say no! Go from data to insights in minutes. … Read more