Part 1What is Log Analytics?What is the Activity Log?Two methods for ingesting Activity Log Data into Log AnalyticsOption #1 - Old/Current Method Being Deprecated where you go into your Log Analytics Workspace and hook the Activity Log directly into the workspaceOption #2 - New Method leveraging Activity Log Diagnostic SettingsPart 2Leverage Kusto Query … [Read more...] about Retrieving Activity Log Data from Azure Log Analytics – Part 3
Retrieving Activity Log Data from Azure Log Analytics – Part 2
Part 1What is Log Analytics?What is the Activity Log?Two methods for ingesting Activity Log Data into Log AnalyticsOption #1 - Old/Current Method Being Deprecated where you go into your Log Analytics Workspace and hook the Activity Log directly into the workspaceOption #2 - New Method leveraging Activity Log Diagnostic SettingsPart 2Leverage Kusto Query Language … [Read more...] about Retrieving Activity Log Data from Azure Log Analytics – Part 2
Retrieving Activity Log Data from Azure Log Analytics – Part 1
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
SQL Always Encrypted Column Access using Azure Key Vault
SQL Always Encrypted can leverage Azure Key Vault for the encryption of sensitive data within an Azure SQL Database. The question may arise, how do I grant or deny access for the encryption and decryption of this data? This article shows how to leverage an Azure Key Vault to encrypt sensitive specific sensitive column data and how you can provide access to specific users or … [Read more...] about SQL Always Encrypted Column Access using Azure Key Vault
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