OverviewEver wonder how to go about retrieving Activity Log Data from Azure Log Analytics? Perhaps you want to create a shared dashboard that shows you Virtual Machine creations from the Activity Log. Or perhaps instead of a shared dashboard you want to ingest this data into a custom PowerShell Object that can then be exported to a CSV, an HTML file, etc...? This article … [Read more...] about Retrieving Activity Log Data from Azure Log Analytics – Part 1
Virtual Machines
Front Ending Azure Virtual Machines and Source IPs – Part 3
Part 1Prerequisites for how I did my testsScenario #1 – Internet Clients Directly to Virtual Machine Public IPScenario #2 – Internet Clients to Public Load Balancer to Virtual Machine Private IPScenario #3 – Internet Clients to Application Gateway V1 Public Listener IP to Virtual Machine Private IPScenario #4 – Internet Clients to Application Gateway V2 Public Listener IP … [Read more...] about Front Ending Azure Virtual Machines and Source IPs – Part 3
Front Ending Azure Virtual Machines and Source IPs – Part 2
Part 1Prerequisites for how I did my testsScenario #1 - Internet Clients Directly to Virtual Machine Public IPScenario #2 - Internet Clients to Public Load Balancer to Virtual Machine Private IP Scenario #3 - Internet Clients to Application Gateway V1 Public Listener IP to Virtual Machine Private IP Scenario #4 - Internet Clients to Application Gateway V2 Public Listener IP … [Read more...] about Front Ending Azure Virtual Machines and Source IPs – Part 2
Front Ending Azure Virtual Machines and Source IPs – Part 1
OverviewThere are many different network devices that can front-end traffic before that traffic hits a Virtual Machine. In this article, we'll take a look at several of these devices and what Source IP is provided when connecting to a Virtual Machine. This can be useful if you are doing any kind of firewalling and are unsure what the Source IP Address is that is hitting … [Read more...] about Front Ending Azure Virtual Machines and Source IPs – Part 1
Monitor Azure Virtual Machine Deletes and Creations with Log Analytics
Update (3/6/2020): There is a new method of ingesting Activity Log data into your Log Analytics Workspace. Please see this article series I wrote here for more information. The new article series discusses using the method outlined in this article as well as the new method, differences between the two, how to utilize a new Kusto Query to pull output from both methods as well as … [Read more...] about Monitor Azure Virtual Machine Deletes and Creations with Log Analytics