Microsoft Graph and Invoke-RestMethod [PowerShell]

While the PowerShell Microsoft.Graph modules are great, Microsoft Graph is an API opening many different methods for reading and writing data, including via the PowerShell Invoke-RestMethod command. But why use Invoke-RestMethod instead of one of the many Microsoft.Graph module commands? …

Read more

Setup WordPress to use Azure CDN

In this post I will cover how to configure WordPress to benefit from the Azure CDN to improve the speed. My WordPress sites are hosed as Azure App Service sites, however that is not a requirement to use the Azure …

Read more

Azure Data Factory – How to Truncate a Table

I recently started using Azure Data Factory (ADF) to move data between systems. Until recently I have been writing PowerShell scripts, using SSIS job and various other methods to move and transform data. But Azure Data Factory meets my current …

Read more

Azure AD Defaults You Should Change

I have been going through some security reviews with some third party security specialists. As part of that work, they have come back with some standard recommendations of the default Microsoft Azure AD settings that you should review and consider …

Read more