I had the pleasure of attending a 3 day Microsoft OpenHack in Paris, primarily based on Kubernetes and focusing on DevOps practices to achieve Zero Downtime deployments, this includes from the initial build of the container into Azure Container Registry…
Author: Thomas Thornton
Azure Certification Journey
A comprehensive blog detailing the current available Azure Certifications and the pathway that leads to them. Are you new to Azure? If you have answered yes to the above, I do not recommend attempting any Microsoft Azure exams just yet,…
Azure Automation:- PowerShell DSC
Using PowerShell Desired State Configuration (DSC) within your Azure environment? I recommend looking at using Azure Automation to assist you with this! The Azure Automation account which will hold DSC configurations and compiled configs along with imported modules acts as…
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…
Azure Functions:- PowerShell Hashtable to apply App Settings using AzureCLI
Need to apply a list of App Settings to your Azure Function? Application Settings can be used to store numerous values within your Azure Function, can also be used to store potential passwords. Application Settings are encrypted at rest and…
Read More Azure Functions:- PowerShell Hashtable to apply App Settings using AzureCLI
Microsoft Ignite:- UK Tour
I recently attend the Microsoft Ignite UK Tour, which was a two day event in the London Excel arena. An event focused on Microsoft's Azure and Office 365 offerings, consisting of 100+ deep-dive sessions and workshops along with 350+ experts!…
Azure Functions:- Creating a PowerShell Function v1 using Azure CLI
Want to run small snippets of code in the cloud? Without the need to deploy adequate infrastructure to do so? With Azure Functions, this can be achieved! All you need is to write the code and let Azure worry about…
Read More Azure Functions:- Creating a PowerShell Function v1 using Azure CLI
PowerShell Function:- WordPress.com retrieve blog data using API
A quick PowerShell Function to retrieve blog post data from my blog site - added to Github as may be useful for others! Run this function easily by: Get-Blogs -BlogSiteName "thomasthornton.cloud" Output: If you require further Output data from the…
Read More PowerShell Function:- WordPress.com retrieve blog data using API
Azure Storage Account:- Manual Failover
Rather happy with this preview feature announcement - currently in preview Geo-redundant storage (GRS) or Read Access-GRS accounts now have the option to manually fail over rather than wait on Azure to initiate the fail-over into the secondary region. This…
Azure Resource Tags
Azure Resource Tags can assist you in organising your Azure subscription, including billing! Running all your workloads from Development to Production on the one subscription? Resource tags will be beneficial to organise the structure between these different environments! Further uses…