Ejento AI
GuidesQuickstart
RecipesREST APIsRelease NotesFAQs
GuidesQuickstart
RecipesREST APIsRelease NotesFAQs
Ejento AI
  1. Setup After Deployment
  • How to Setup Ejento on Azure
  • Prerequisites
  • Deployment on Azure
  • Setup After Deployment
    • Custom Domain Set Up
    • Microsoft SSO Authentication
    • Okta SSO Authentication
    • SharePoint Connection Set Up
    • Developer API Set Up
    • Azure AI Search Indexer
    • Container Session Pool Set Up
  • MCP Servers
    • Slack
    • Jira
    • Azure
    • Snowflake
    • Azure Cosmos DB
  • Overview
    • Azure Resources
  1. Setup After Deployment

Container Session Pool Set Up

This guide provides a step-by-step process to configure secure access for a web application to container session pools in Azure using Managed Identity. It covers enabling system-assigned identity, assigning the appropriate role at the resource group level, and verifying the role assignment to ensure proper post-deployment setup.

1. Navigate to the desired subscription (demo subscription used for reference).#

subs.png

2. Open the Resource Groups section.#

resource group.png

3. Select and navigate to the Ejento Managed Resource Group (MRG).#

mrg.png

4. Locate and open the target Response Web App (demo web app used for reference).#

response.png

5. Go to the Identity section of the web app.#

identity.png

6. Turn on the system assigned identity and save the changes then Click on Azure Role Assignments.#

role-assignment.png

7. Select Add Role Assignment.#

add-role-ass.png

8. Set the assignment scope to Resource Group level and choose the Ejento MRG. Select the role Azure ContainerApps Session Executor. Click Save to apply the role assignment.#

az-container-app.png

9. Navigate back to the Ejento MRG and open Access Control (IAM). Go to Role Assignments to verify the configuration.#

access-control.png

10. Confirm that the web app is assigned the Azure ContainerApps Session Executor role via Managed Identity.#

az-last.png
Previous
Azure AI Search Indexer
Next
MCP Servers