Quickstart
This guide will walk you through deploying Corral AI to your Azure tenant and creating your first AI agent.
Prerequisites
Before you begin, ensure you have:
- An Azure subscription with Owner or Contributor access
- Azure AD Global Administrator or Application Administrator role
- Azure CLI installed locally (optional, for advanced configuration)
Step 1: Deploy from Azure Marketplace
- Navigate to the Azure Marketplace
- Search for “Corral AI”
- Click Create and select your subscription
- Configure the deployment:
- Resource Group: Create new or select existing
- Region: Choose your preferred Azure region
- Instance Name: A unique name for your deployment
Step 2: Configure Authentication
After deployment completes, configure Azure AD authentication:
# Using Azure CLI
az ad app create --display-name "Corral AI"
--sign-in-audience AzureADMyOrg Or configure through the Azure Portal:
- Go to Azure Active Directory → App registrations
- Find the Corral AI application
- Configure redirect URIs and permissions
Step 3: Create Your First Agent
Access the Corral AI admin portal at https://<your-instance>.azurewebsites.net/admin:
- Click Create Agent
- Choose a template or start from scratch
- Configure the agent’s:
- Name and description
- System prompt defining its behavior
- Tools it can access
- Permissions for who can use it
Step 4: Deploy to Users
Connect your agent to a channel:
| Channel | Use Case |
|---|---|
| Microsoft Teams | Integrated team collaboration |
| Web Chat Widget | Embed on your website |
| API | Custom integrations |
Verification
Test your agent by sending a message:
You: Hello, what can you help me with?
Agent: I'm your AI assistant... Next Steps
- Learn about Key Concepts
- Configure Security Settings
- Explore Agent Tools
Need help? Contact support at support@getcorral.ai