Query Azure SQL Database using Service Principal with PowerShell

Looking to query Azure SQL SQL Database using Service Principal with PowerShell? Have a look at this blog post! Recently I had been asked to configure a script that can be used to query an Azure SQL Database table data…

Configuring Always On device based VPN using Azure VPN Gateway

What is Always On VPN? Always On VPN is the recommended replacement for Microsoft's DirectAccess, it is also a Microsoft Product that allows you have a constant VPN connection to a selected network. In this blog, I am going to…

Creating Azure Activity Log Alerts with PowerShell

Want to create alerts from the Azure Activity Log? I will be showing how to do this with the PowerShell cmdlet Set-AzActivityLogAlert using conditions taken from a json output of the Activity Log. For the example I will be looking…

Azure Dashboards

Centralise your queried data graphs/charts etc with Azure Dashboards - such a powerful resource within Microsoft Azure! A fully customisable user interface within a dashboard type environment, this should be configured for a "first-stop" for your team(s) to keep an…

Azure Functions:– Using PowerShell to automatically Tweet a random Blog Post from Table Storage

I have now got 30+ Blog posts, all of which I would want to share via Twitter on a repetitive basis, say for example 3 times a week. Yes, I could use TweetDeck or potentially another third-party tool but this…