Learn how to deploy a connector in an Azure environment
Azure Container Instances (ACI) is a managed, serverless compute platform for running containerized applications. This guide explains how to install and configure an Apono connector on ACI in your Azure environment using Azure CLI.
For Azure AD, add the Director Readers role to the connector. For Azure AD Groups, add the Groups Administrator and Privileged Role Administrator roles.
# First role assignmentazrest--methodPOST--uri'https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments'--body'{"principalId": "'"$PRINCIPAL_ID"'", "roleDefinitionId": "fdd7a751-b60b-444a-984c-02652fe8fa1c", "directoryScopeId": "/"}'# Second role assignmentazrest--methodPOST--uri'https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments'--body'{"principalId": "'"$PRINCIPAL_ID"'", "roleDefinitionId": "e8611ab8-c189-46e8-94e1-60213ab1f814", "directoryScopeId": "/"}'
On the Connectors page, verify that the connector has been updated.
For Azure AD, add the Director Readers role to the connector. For Azure AD Groups, add the Groups Administrator and Privileged Role Administrator roles.
# First role assignmentazrest--methodPOST--uri'https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments'--body'{"principalId": "'"$PRINCIPAL_ID"'", "roleDefinitionId": "fdd7a751-b60b-444a-984c-02652fe8fa1c", "directoryScopeId": "/"}'# Second role assignmentazrest--methodPOST--uri'https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments'--body'{"principalId": "'"$PRINCIPAL_ID"'", "roleDefinitionId": "e8611ab8-c189-46e8-94e1-60213ab1f814", "directoryScopeId": "/"}'
On the Connectors page, verify that the connector has been updated.