|
130 | 130 | "abstract": "As Azure Cosmos DB workloads scale, teams often experience rising RU costs, unpredictable latency, and uneven throughput caused by early design decisions that no longer meet production requirements.\n\nIn this session, I will walk through a realistic, high-volume data ingestion and querying workload that experienced rapid cost growth and performance degradation over time. Using Azure platform metrics, diagnostics, and query insights, we will examine how issues such as hot partitions, cross-partition queries, over-indexing, and inefficient throughput provisioning were identified.\n\nThe session will then demonstrate how targeted improvements in partition strategy, query design, indexing policies, and throughput management led to measurable reductions in RU consumption and improved system stability. Each optimization will be explained through the decision-making process behind it, supported by before-and-after comparisons of cost, latency, and throughput.\n\nAttendees will leave with a practical, repeatable framework for diagnosing and resolving common Cosmos DB performance and cost challenges." |
131 | 131 | } |
132 | 132 | }, |
| 133 | + { |
| 134 | + "slug": "mick-feller", |
| 135 | + "name": "Mick Feller", |
| 136 | + "role": "Distinguished Software Engineer", |
| 137 | + "company": "The ODP Corporation", |
| 138 | + "img": "/img/speakers/mick-feller.jpg", |
| 139 | + "linkedin": "https://www.linkedin.com/in/mickfeller", |
| 140 | + "x": "", |
| 141 | + "blog": "", |
| 142 | + "website": "", |
| 143 | + "bio": "Passionate software engineering leader, with hands on skills in numerous technologies.", |
| 144 | + "session": { |
| 145 | + "title": "Customer Testimonial", |
| 146 | + "abstract": "Mick Feller shares how The ODP Corporation (Office Depot) built a homegrown enterprise AI app — the Personal Assistant — on Azure Cosmos DB, combining time-series analytics with HR profile storage to give AI models richer context, while doubling usage year over year with hands-off scaling and fine-grained cost control." |
| 147 | + } |
| 148 | + }, |
133 | 149 | { |
134 | 150 | "slug": "pamela-fox", |
135 | 151 | "name": "Pamela Fox", |
|
146 | 162 | "abstract": "Model Context Protocol (MCP) enables AI agents to securely access external data and services, but how can MCP servers store per-user data when multiple users share the same server?\n\nIn this session, we'll build a Python MCP server that authenticates users via Entra ID and stores their data in Azure Cosmos DB. I will walk through how to integrate OAuth with the FastMCP framework, use the Cosmos DB Python SDK, design partition keys for efficient per-user data isolation, and implement role-based access using Microsoft Graph group membership. I'll also share development tips when working with Cosmos DB: using the VS Code extension to explore data, chatting in GitHub Copilot with the data via the Cosmos MCP server, and empowering Copilot with agent skills to align the server code with Cosmos DB best practices.\n\nWalk away with a production-ready pattern for building authenticated MCP servers that keep each user's data private and secure." |
147 | 163 | } |
148 | 164 | }, |
| 165 | + { |
| 166 | + "slug": "johnny-halife", |
| 167 | + "name": "Johnny Halife", |
| 168 | + "role": "Partner", |
| 169 | + "company": "SOUTHWORKS", |
| 170 | + "img": "/img/speakers/johnny.jpg", |
| 171 | + "linkedin": "https://www.linkedin.com/in/johnnyhalife-engineering", |
| 172 | + "x": "", |
| 173 | + "blog": "", |
| 174 | + "website": "https://www.southworks.com/", |
| 175 | + "bio": "Johnny Halife is a partner at SOUTHWORKS, a global software development scaleup that accelerates value for organisations and people. With over 17 years of experience in the IT software and services industry, he leads and delivers web applications and agile projects for clients across various sectors and regions, such as Microsoft, Warner Media, and Riot Games. He is also an official member of the Forbes Business Council, an invitation-only community for successful business leaders and entrepreneurs, where he shares his insights and expertise on innovation, technology, and growth.\n\nOutside of his leadership role at SOUTHWORKS, Johnny is the founder of MURAL, a San Francisco-based startup that enables teams to collaborate visually and creatively. He served as the chief technology officer of MURAL from 2012 to 2017, overseeing the product development and innovation. Johnny is passionate about design thinking, emerging technologies, and entrepreneurship, and has mentored and coached several startups and organisations, such as Startup Weekend, Microsoft Azure Accelerator, and IDEO U. He holds multiple certifications from IDEO U and AWS, and has studied computer science and software engineering at ORT Argentina and Universidad del CEMA.", |
| 176 | + "session": { |
| 177 | + "title": "Customer Testimonial: SOUTHWORKS", |
| 178 | + "abstract": "Johnny Halife shares how SOUTHWORKS uses Azure Cosmos DB as the operational backbone for cloud-native applications they build for customers — real-time user context, event-driven systems, faster delivery, and consistent performance without reworking the data layer." |
| 179 | + } |
| 180 | + }, |
149 | 181 | { |
150 | 182 | "slug": "kirill-gavrylyuk", |
151 | 183 | "name": "Kirill Gavrylyuk", |
|
0 commit comments