This is a sanitized example of a full /up skill execution.
Up Skill — Steps Overview (environment:
agent-ep-212)
- ✅ Choose environment name
- Resolve subscription
- Check RBAC permissions
- Resolve region
- Check agent model quota
- Ask about Azure AI Search
- Check embedding model quota (if AI Search enabled)
- Create the azd environment and set overrides
- Run
azd up- Retrieve the app endpoint
- Health-check the app
- Report results
Scanned existing azd environments. Default: agent-ep-211.
Highest numbered environment in the agent-ep-* series: agent-ep-211.
Suggested: agent-ep-212
User selected: Create new environment agent-ep-212
No AZURE_EXISTING_AIPROJECT_RESOURCE_ID set — proceeding with full path.
Auto-detected subscription from Azure CLI:
11111111-2222-3333-4444-555555555555(Speech Services - DEV)
User selected: Speech Services - DEV (11111111-2222-3333-4444-555555555555)
Principal: 00000000-aaaa-bbbb-cccc-dddddddddddd
Direct roles: (none)
No direct Owner or User Access Administrator roles found on the subscription.
No group memberships returned (0 groups).
AZURE_LOCATION environment variable was not set.
User selected: swedencentral
Queried quota usage and model list for swedencentral.
Default model: gpt-5-mini (GlobalStandard)
Required capacity: 80
Available capacity: 9,470
✅ Default agent model has sufficient quota.
Checked higher-ranked models. gpt-5.2 (GlobalStandard) has 21,250 available — well above the 80 required.
User selected: gpt-5.2 (GlobalStandard, 21,250 available)
Model: gpt-5.2
Version: 2025-12-11
SKU: GlobalStandard
Lifecycle: GenerallyAvailable
User selected: No — disable Azure AI Search.
Skipped (AI Search not enabled).
> azd env new agent-ep-212 --no-prompt
New environment 'agent-ep-212' created and set as default
azd env set AZURE_SUBSCRIPTION_ID "11111111-2222-3333-4444-555555555555"
azd env set AZURE_LOCATION "swedencentral"
azd env set AZURE_AI_AGENT_MODEL_NAME "gpt-5.2"
azd env set AZURE_AI_AGENT_DEPLOYMENT_SKU "GlobalStandard"
azd env set AZURE_AI_AGENT_MODEL_VERSION "2025-12-11"
azd env set AZURE_AI_AGENT_MODEL_FORMAT "OpenAI"
azd env set AZURE_AI_AGENT_DEPLOYMENT_CAPACITY "80"
All environment variables set successfully.
Provisioning Azure resources...
(✓) Resource group: rg-agent-ep-212 (10s)
(✓) Storage account (32s)
(✓) Log Analytics workspace (31s)
(✓) Application Insights (6s)
(✓) Foundry (32s)
(✓) Model Deployment: gpt-5.2 (3s)
(✓) Foundry project (10s)
(✓) Container Registry (23s)
(✓) Container Apps Environment (57s)
(✓) Container App (24s)
Deploying service api_and_frontend...
(✓) Done: Deploying service api_and_frontend
- Endpoint: https://ca-api-xxxxxxxxxx.yyyyyyyyy.swedencentral.azurecontainerapps.io/
SUCCESS: Your up workflow completed in 8 minutes 24 seconds.
https://ca-api-xxxxxxxxxx.yyyyyyyyy.swedencentral.azurecontainerapps.io/
Attempt 1 - Timeout (cold start)
Attempt 2 - HTTP 200 - App is running!
HEALTH CHECK: PASS
| Field | Value |
|---|---|
| Subscription | 11111111-2222-3333-4444-555555555555 |
| Environment | agent-ep-212 |
| Resource Group | rg-agent-ep-212 |
| Region | swedencentral |
| Agent Model | gpt-5.2 (GlobalStandard) |
| AI Search | Disabled |
| Embedding Model | N/A |
| App URL | https://ca-api-xxxxxxxxxx.yyyyyyyyy.swedencentral.azurecontainerapps.io/ |
| Status | ✅ PASS |