Azure AD enables you to govern not only users but also applications. An application in Azure AD is a special type of entity that acts like a user. However, in reality, it is an artificial being inside your directory. With applications, you can, for example, leverage RBAC and allow them to read other services settings or data. In this section, you will learn how to register an application and configure its parameters so that you can control it.
To get started, you will need to go to your Azure AD directory in the Azure portal and click on the App registrations blade:
In the displayed list, you will be able to see all the created registrations (it is quite possible that, in your case, the list is currently empty). Now, we are ready to create a new app registration.