Tag: azure

  • Microsoft Azure AD to become Microsoft Entra ID

    Microsoft Azure AD to become Microsoft Entra ID

    Microsoft has this week revealed that by the end of 2023, Azure AD will be known as Entra ID, joining the other identity products already in the Entra suite. In a post on the Microsoft blog, Joy Chik, President, Identity & Network Access said that Entra ID will join Entra Permissions Management, Entra Verified ID,…

  • How to migrate from ARM templates to Bicep

    How to migrate from ARM templates to Bicep

    Looking to move from writing your Azure Resource Manager (ARM) templates in JSON to Bicep? The good news is Microsoft have provided some tooling to make it relatively straightforward too migrate. 1. Run the Bicep command line interface (CLI) decompile command Before getting started with Bicep, you’ll want to make sure that you’ve got the…

  • Getting started with Azure Policies

    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.

  • Guide to Azure DevOps certification

    Guide to Azure DevOps certification

    Are you looking to become certified in Azure DevOps? If so, read on to find out more about what official Microsoft certifications are available. The pathway to Azure DevOps certification The first certification you’ll want to get is for Azure Fundamentals (AZ-900). This covers the basics about Azure, including generic cloud concepts as well as…

  • How to fix Azure MissingSubscriptionRegistration error

    How to fix Azure MissingSubscriptionRegistration error

    Are you trying to deploy an Azure Resource Manager (ARM) template and getting the error MissingSubscriptionRegistration?

  • How to create an Azure app service with a database

    How to create an Azure app service with a database

    Need to deploy your app to an Azure app service, and rely on a database such as Postgres or Azure SQL? Microsoft is now previewing a new blade in the Azure portal that lets you quickly spin up an Azure app service with an associated database. Supported database engines for the preview are Postgres or…