What problem does it solve? Deploying a multi-organisation agentic banking demo involves many ordered steps — provisioning Azure infrastructure, generating demo data, building container images, deploying MCP servers, registering Foundry toolboxes, creating search indexes, and deploying agents — and doing them out of order or with wrong configuration causes failures. This Skill provides the complete operational runbook for the agentic-banking-ecosystem repository. ## Core Features & Use Cases - Full Lifecycle Coverage: Guides every stage from azd up provisioning through data generation, ACR image builds, MCP server deployment, toolbox registration, search index ingestion, agent deployment, and cleanup. - Entra ID Auth Configuration: Documents how the MCP servers validate Entra JWT tokens in-app, how to grant agent identities the Mcp.Invoke role, and how to handle Conditional Access exclusions and WorkIQ OAuth setup. - Troubleshooting Gotchas: Captures hard-won operational knowledge such as agent identity rotation after redeploys, the paused Fabric capacity error 42131, and Agent 365 observability role grants. - Use Case: You need to stand up the entire Bank North / Bank South demo from scratch. Follow the runbook to provision infrastructure, generate seeded customer data, build and deploy the customer/product MCP servers with auth, register toolboxes, ingest knowledge into AI Search, and deploy all three agents. ## Quick Start Use the ops skill to deploy the full agentic banking stack starting with azd up and then deploying the MCP servers and agents in order.