...
1. Locate the service principal ID of the Azure Application added to Cloudaware. Log in to Azure Portal → Microsoft Entra ID → Enterprise applications.
2. Select the Application application (in this example, cloudaware-api-access) → Overview. Copy and save the Object ID which is the unique ID of the service principal object associated with this application.
...
23. In your AKS cluster create cloudaware-rbac.yaml using the section below:
...
<SERVICE-PRINCIPAL-OBJECT-ID> insubjects
is a placeholder that needs to be replaced by your Azure Application Object ID.
34. Run the following command:
...