Community Event Posts
-
Azure Container Registry More Than Just an Image Store
In this Azure Back to School post, we're going to take a look at the Azure Container Registry (ACR). In this post we will look deeper at its many features…
-
Managing your Azure Resources with Deployment Stacks
Deployment stacks are a new feature of Azure that we can attach resources to. These offer a range of unique abilities to help us better manage our resources…
-
Festive Tech Calender - Building a Word Search in C#
An overview of the BlueBoxes.WordSearchBuilder Nuget package and how to use it to build a word search.…
-
A Beginners Guide to Getting Started with the Kusto Query Language in Azure
This post introduces the Kusto Query Language (KQL), a powerful tool used across Azure services for data diagnostics and analysis. It highlights KQL’s…
-
Maximizing Data Protection Across Azure with Soft Delete and Why You Should Consider It
Soft delete is a very useful feature giving us the reassurance that if something is deleted it can be un-deleted again. Adding purge protection where available…
-
Festive Tech Calender - Building a Festive Poll with SignalR
This year for the Festive Tech Calender I have created a christmas themed poll sample that is updated in real time using serverless SignalR, Azure functions…
-
How to Separate Production, Test and Development Resources in Azure
When following the best practice of least privilege access, separating our production from our development and test resources is essential. Azure is very…
-
Azure Custom Roles Following Least Privilege Best Practices
Azure permissions are controlled through Role Based Access Control (RBAC) that can be applied at many levels through the use of users, groups and roles.…
-
Random Learnings from Entering JS13K Games 2019
The JS13K Games is an annual, coding competition to create a web-based game with a size of only 13k.…