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
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