To deploy on Azure, the common practice is to create an Azure Active Directory (AAD) application, assign it the role of “Contributor” on the resource group, for example, and then configure a service connection with the AAD application on the Azure DevOps account to enable deployment on Azure. However, this…