A lot of people prefer to manage their infrastructure as code. Some infrastructures might require an App Registration in an Azure AD. So, why would we not apply the IaC practice here as well?
An Azure pipeline might stop you, stating “Insufficient privileges to complete the operation”. So, this is not possible, or is it?
In this article I will show you how to make an Azure pipeline in charge of apps in your Azure AD.
A lot of people prefer, for good reasons, to manage their infrastructure as code (IaC).
Some infrastructures might require an App Registration in an
Azure AD.
So, why would we not apply the IaC practice here as well?
An Azure pipeline might stop you,
stating Insufficient privileges to complete the operation
.
So, this is not possible, or is it?
In this article I will show you how to make an Azure pipeline in charge of apps in your Azure AD.
read more…