Pre-requisites for post-deployment configuration
Important
Be aware that after completing this registration and the other app registrations in Entra ID as instructed in the docs you will complete the deployment steps outlined at deploy the solution then you will be revisiting your app registrations to complete some of the settings that require the solution to be deployed before the entire app registration is completed successfully.
Setup App Configuration access
- Sign in to the Azure portal as at least a Contributor.
- Navigate to the Resource Group that was created as part of the deployment.
Note
If you performed an Azure Container Apps (ACA) or Azure Kubernetes Service (AKS) deployment, you will see an extra Resource Group that starts with ME_
or MC_
in addition to the Resource Group defined during the deployment. You will need to navigate to the Resource Group that does not start with ME_
or MC_
to access the App Configuration resource.
3. Select the App Configuration resource and select Configuration explorer to view the values. If you cannot access the configurations, add your user account as an App Configuration Data Owner through Access Control (IAM). You need this role in order to update the configurations as a required part of the authentication setup. To add your user account to the appropriate role, follow the instructions in the Configure access control for services document.
Obtain the URL for the chat UI application
You need this URL to assign the redirect URI for the client application.
If you performed an Azure Container Apps (ACA) deployment, follow these steps to obtain the URL for the chat UI application:
Within the Resource Group that was created as part of the deployment, select the Container App resource whose name ends with
chatuica
.Within the Overview pane, copy the Application Url value. This is the URL for the chat application.
If you performed an Azure Kubernetes Service (AKS) deployment, follow these steps to obtain the URL for the chat UI application:
Within the Resource Group that was created as part of the deployment, select the Kubernetes Service resource.
Select Properties in the left-hand menu and copy the HTTP application routing domain value. This is the URL for the chat application.