Getting started with Azure Policies

Once you start adopting a cloud service such as Microsoft Azure, one of the first tasks should be looking at how to enforce organisational and best-practice policies at scale when resources are being created. Fortunately Microsoft makes enforcing policies relatively straightforward via a service called Azure Policy. It combines a number of best practice, out-of-the-box policies with the ability for you to also create your own custom policy definitions. You can setup guardrails and enforce compliance easily....

December 12, 2022 · 3 min

How to fix Azure MissingSubscriptionRegistration error

Are you trying to deploy an Azure Resource Manager (ARM) template and getting the error MissingSubscriptionRegistration? In this article we’ll take a look at what the cause of the error is, and how you can easily rectify the problem. Sometimes when trying to run an ARM template in a new subscription to create Azure resources, customers come across the following error: MissingSubscriptionRegistration: The subscription is not registered to use namespace 'Microsoft....

July 7, 2021 · 2 min