M365.FM - Modern work, security, and productivity with Microsoft 365

The Pro-Code Edge: Architecting Copilot Plugins with Azure Functions for Developers

1 h 15 min · 31. touko 2026
jakson The Pro-Code Edge: Architecting Copilot Plugins with Azure Functions for Developers kansikuva

Kuvaus

Microsoft Copilot can reason, summarize, and interact with enterprise data, but when real business logic enters the picture, many organizations quickly discover the limitations of standard connectors and low-code workflows. Complex orchestration, multi-system validation, advanced calculations, and enterprise-grade integrations often push Power Platform beyond its comfort zone.In this episode of M365 FM, we explore how developers can extend Copilot using Azure Functions, OpenAPI, API Management, and modern cloud architecture patterns to build plugins that are scalable, secure, and production-ready. WHY LOW-CODE HITS A WALL Standard connectors are excellent for simple integrations, but enterprise workloads require much more than moving data between systems.We discuss why connector chains become difficult to maintain, how latency compounds across multiple services, and why low-code expressions eventually become a bottleneck for complex business scenarios. You'll learn where traditional Power Platform approaches begin to break down and why pro-code extensions become necessary. AZURE FUNCTIONS AS THE EXECUTION LAYER Azure Functions provide the computational engine behind advanced Copilot experiences.This episode explores: • HTTP-triggered functions and serverless architectures • C# isolated worker models • Dependency injection and enterprise development patterns • Reusable libraries and type-safe code • Integration with Power Platform through custom connectorsLearn how Azure Functions become the bridge between conversational AI and real business execution. THE FLEX CONSUMPTION ADVANTAGE Performance matters when users expect instant responses.We break down: • Cold start challenges in serverless environments • Consumption vs Premium plans • Flex Consumption architecture • Always Ready instances • Cost versus performance tradeoffsYou'll discover why Flex Consumption has become the preferred deployment model for many enterprise Copilot workloads. OPENAPI: THE LANGUAGE OF AI INTEGRATION Your OpenAPI specification is more than documentation. It becomes the contract between your code and the large language model.We discuss how to: • Design AI-friendly operation descriptions • Create effective parameter schemas • Improve function discovery by Copilot • Avoid operation collisions • Build OpenAPI contracts optimized for LLM reasoningA well-designed specification often determines whether Copilot uses your function successfully or ignores it entirely. BUILDING HIGH-PERFORMANCE FUNCTIONS Fast plugins create better user experiences.This episode covers: • Async programming patterns • Connection pooling strategies • Singleton services and dependency management • ReadyToRun publishing • Lazy initialization techniques • Memory and CPU optimizationThese development patterns can dramatically reduce response times while lowering operational costs. SECURITY, IDENTITY, AND GOVERNANCE Enterprise plugins must be secure by design. We examine: • Managed identities and Entra ID integration • Private endpoints and network isolation • On-Behalf-Of authentication flows • API Management security controls • Secret management with Azure Key Vault • Rate limiting and policy enforcementSecurity should never be bolted on after deployment. It must be part of the architecture from day one. CUSTOM CONNECTORS AND DLP RISKS Custom connectors provide flexibility, but they also introduce governance challenges.Learn how poorly governed connectors can become unintended pathways around Data Loss Prevention controls and how API Management can act as a security front door to enforce policies, auditing, and traffic inspection. DURABLE FUNCTIONS FOR ENTERPRISE WORKFLOWS Not every process fits into a simple request-and-response model.We explore how Durable Functions enable: • Long-running business processes • Multi-stage approval workflows • State management • Parallel execution patterns • Retry and recovery mechanisms • Workflow orchestration at scaleThese capabilities allow Copilot solutions to handle real-world enterprise processes that may span hours or even days. MONITORING, OBSERVABILITY, AND OPERATIONS Visibility is critical for production AI systems.You'll learn how to leverage:• Application Insights • Azure Monitor • Correlation IDs • Log Analytics • Custom telemetry • Performance dashboardsEffective observability turns troubleshooting from guesswork into a repeatable engineering discipline. DEPLOYMENT, VERSIONING, AND CI/CD Modern Copilot plugins require modern delivery pipelines.This episode discusses: • Infrastructure as Code with Bicep and Terraform • GitHub Actions and Azure DevOps • Deployment slots and safe rollouts • OpenAPI versioning strategies • Backward compatibility considerations • Rollback planning and operational resilienceSuccessful teams build deployment processes that are repeatable, automated, and predictable. REAL-WORLD INVOICE VALIDATION SCENARIO To bring everything together, we walk through a complete invoice validation plugin architecture that combines Azure Functions, Durable Functions, API Management, OpenAPI, caching, monitoring, and security controls into a production-ready Copilot solution.This practical example demonstrates how enterprise organizations can move beyond simple chat experiences and build AI-powered systems that execute meaningful business processes. KEY TAKEAWAYS The future of enterprise Copilot development is not low-code or pro-code. It is the combination of both.Organizations that successfully scale Copilot will: • Use Power Platform for orchestration and user experience • Use Azure Functions for business logic and computation • Leverage OpenAPI as the bridge between AI and code • Build security into the architecture from the start • Invest in observability, automation, and governanceWhen implemented correctly, this fusion development model transforms Copilot from a conversational assistant into a true enterprise execution platform. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Kommentit

0

Ole ensimmäinen kommentoija

Rekisteröidy nyt ja liity M365.FM - Modern work, security, and productivity with Microsoft 365-yhteisöön!

Aloita maksutta

14 vrk ilmainen kokeilu

Kokeilun jälkeen 7,99 € / kuukausi. · Peru milloin tahansa.

  • Podimon podcastit
  • 20 kuunteluaikaa / kuukausi
  • Lataa offline-käyttöön

Kaikki jaksot

662 jaksot

jakson Your SharePoint Data is a Liability: Fixing the Metadata Gap kansikuva

Your SharePoint Data is a Liability: Fixing the Metadata Gap

SharePoint has become the backbone of information management for countless organizations, storing everything from contracts and policies to invoices, project documentation, and business-critical records. Yet beneath the surface of many Microsoft 365 environments lies a hidden problem that continues to grow with every uploaded file. The issue is not storage capacity, search performance, or even user adoption. The real problem is the metadata gap.In this episode, we explore why poorly classified and unstructured SharePoint content has become one of the biggest obstacles to productivity, governance, compliance, and AI readiness. We examine how organizations unknowingly create massive information liabilities when documents lack proper metadata and why this challenge becomes even more critical as Microsoft 365 Copilot and AI-powered experiences become embedded into everyday work. WHY SHAREPOINT DATA BECOMES A LIABILITY Many organizations continue to organize content using folder structures designed for a very different era of work. While folders may seem familiar, they fail to provide the context modern businesses need to locate, govern, and automate information effectively.When files lack meaningful metadata, organizations face challenges such as: * Poor search relevance and content discoverability * Duplicate documents and inconsistent versions * Increased compliance and audit risks * Reduced effectiveness of Microsoft 365 Copilot The result is wasted employee time, increased operational costs, and a growing information management problem that becomes harder to solve as content volumes continue to expand. THE CRITICAL ROLE OF METADATA Metadata is far more than simply data about data. It provides the context that allows systems and people to understand, classify, govern, and act upon information. Proper metadata enables organizations to transform document repositories into intelligent knowledge platforms.During this conversation, we discuss how metadata supports: * Enterprise search and content discovery * Records management and retention policies * Compliance and eDiscovery requirements * AI-powered content retrieval and automation Without a strong metadata strategy, even the most advanced AI systems struggle to deliver reliable results. COPILOT READINESS STARTS WITH CONTENT QUALITY Many organizations assume that deploying Microsoft 365 Copilot automatically unlocks the value of their knowledge estate. In reality, AI systems are only as effective as the data they consume.We explore how missing metadata directly impacts semantic search, retrieval-augmented generation, document grounding, and AI-generated responses. Listeners will learn why poor information architecture creates inconsistent Copilot experiences and how metadata quality influences trust in AI-generated answers. INTELLIGENT DOCUMENT PROCESSING EXPLAINED Modern AI technologies make it possible to automatically classify documents, extract business information, and populate metadata at scale. Intelligent Document Processing combines OCR, machine learning, natural language processing, and AI-powered classification to turn unstructured content into structured business assets.Topics include: * Structured versus unstructured documents * Entity extraction and document classification * Automated metadata generation * Business process automation through AI We also explore how intelligent document processing reduces manual effort while improving consistency and governance outcomes. THE EVOLUTION OF MICROSOFT SYNTEX AND SHAREPOINT PREMIUM Microsoft's content AI journey has undergone multiple transformations over the past several years. From Project Cortex to SharePoint Syntex, Microsoft Syntex, SharePoint Premium, and now Document Processing for Microsoft 365, the platform continues to evolve.In this episode, we break down: * The history of Microsoft's content AI platform * Current licensing and service positioning * Microsoft's strategic investments for the future * What existing Syntex customers should know Understanding these changes helps organizations make better decisions about future investments and governance strategies.BUILDING CUSTOM DOCUMENT PROCESSING MODELSCustom document models allow organizations to extract business-specific information from contracts, invoices, policies, statements of work, and countless other document types.We discuss best practices for: * Designing a scalable metadata taxonomy * Selecting training documents * Creating entity extractors * Measuring model accuracy * Deploying models into production environments The conversation highlights why successful AI projects begin with governance and taxonomy design rather than technology selection. AI AGENTS, SKILLS, AND THE FUTURE OF SHAREPOINT The latest generation of SharePoint AI capabilities introduces agents, skills, autofill columns, and conversational automation experiences. These technologies dramatically lower the barrier to implementing content intelligence while introducing new governance considerations.Listeners will learn how AI agents can: * Automate metadata enrichment * Improve content quality * Create workflows using natural language * Support knowledge discovery across Microsoft 365 At the same time, we examine the governance challenges associated with agent-driven automation and why proper oversight remains essential. FROM DOCUMENT REPOSITORY TO KNOWLEDGE PLATFORM The ultimate goal is not simply better metadata. The goal is transforming SharePoint from a passive file repository into an active business system that supports decision-making, compliance, automation, and AI-driven productivity.Organizations that successfully close the metadata gap gain significant advantages in search, governance, security, compliance, and AI readiness. They can answer business questions faster, automate repetitive processes, reduce operational risk, and unlock the full value of their Microsoft 365 investments. FINAL THOUGHTS Your SharePoint environment may appear organized on the surface, but without consistent metadata, it remains vulnerable to inefficiency, compliance challenges, and AI performance limitations. As Microsoft continues integrating AI into every aspect of the digital workplace, metadata is becoming the foundation that determines success or failure.If your organization is planning a Copilot rollout, reviewing governance strategies, modernizing information management practices, or exploring intelligent document processing, this episode provides practical guidance and real-world insights into closing the metadata gap and preparing your content for the AI era.Tune in to learn why your SharePoint data may already be a liability—and what you can do today to transform it into a strategic asset. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

20. kesä 20261 h 23 min
jakson Securing Identities at Scale: Conditional Access, Azure Security & Infrastructure as Code with Jonathan Hope [MVP] kansikuva

Securing Identities at Scale: Conditional Access, Azure Security & Infrastructure as Code with Jonathan Hope [MVP]

Identity has become the new security perimeter. As organizations continue moving workloads to Microsoft 365, Azure, and cloud-native platforms, traditional security models are no longer enough. In this episode of the M365 FM Podcast, Mirko Peters is joined by Microsoft MVP Jonathan Hope to explore how modern organizations can secure identities at scale using Conditional Access, Azure Security, Infrastructure as Code, and Zero Trust principles.Jonathan shares lessons learned from more than a decade working with enterprise infrastructure, virtualization, Azure architecture, and identity management. From his early VMware days to designing cloud-first security architectures, he explains why identity protection is now the most critical component of any modern cybersecurity strategy. UNDERSTANDING WHY IDENTITY IS THE NEW PERIMETER The conversation explores how the shift to remote work, cloud applications, and hybrid environments transformed security. Traditional firewalls and network boundaries no longer provide sufficient protection when users, applications, and data are accessible from anywhere.Jonathan explains why attackers increasingly focus on identities instead of infrastructure and how compromised accounts can become the entry point for lateral movement, privilege escalation, and data breaches.Topics discussed include: * Identity-first security strategies * Modern authentication challenges * Cloud-native access controls * Reducing organizational attack surfaces CONDITIONAL ACCESS AS THE MODERN SECURITY CONTROL PLANE One of the central topics of the episode is Microsoft Entra Conditional Access. Jonathan explains why he considers Conditional Access one of the most powerful security capabilities available in Microsoft 365 today.The discussion covers: * How Conditional Access works * Real-time authorization decisions * Device compliance integration * Defender and risk signal integration * Country-based access controls * Blocking legacy authentication * Protecting privileged administrator accounts Listeners will gain practical guidance on the foundational Conditional Access policies every organization should implement immediately. AZURE SECURITY, ZERO TRUST AND GOVERNANCE Security is no longer limited to identity teams. Jonathan explains why Azure infrastructure, identity management, governance, and compliance must work together as a unified security strategy.The conversation dives into: * Zero Trust architecture principles * Least privilege access models * Break-glass account strategies * Security monitoring and alerting * Log Analytics and Microsoft Sentinel * Azure Policy enforcement * Governance versus compliance realities The episode highlights why security requires continuous validation rather than simply checking compliance boxes. INFRASTRUCTURE AS CODE WITH BICEP Jonathan shares his journey from manual Azure deployments to Infrastructure as Code using Bicep. He explains how automation improves consistency, security, and operational efficiency while reducing human error.Key topics include: * Why manual deployments create risk * Desired state configuration concepts * Repeatable Azure deployments * Azure Policy as Code * Version control and Git integration * Security standardization at scale * Building secure Azure environments through automation For cloud architects and Azure administrators, this section provides valuable insights into modern infrastructure management practices. AI, PASSKEYS AND THE FUTURE OF IDENTITY SECURITY The episode also explores how artificial intelligence is changing both offensive and defensive security practices. While attackers increasingly leverage AI to create sophisticated phishing campaigns, organizations can use AI-powered security tools to detect threats and improve security operations.Jonathan shares his thoughts on: * Security Copilot * AI-assisted security operations * Passkeys and phishing-resistant authentication * FIDO2 security keys * Authentication method modernization * Microsoft’s evolving identity roadmap WHY PASSWORDLESS AUTHENTICATION MATTERS As the discussion concludes, Jonathan highlights one security improvement every organization should prioritize today: modernizing authentication methods.The move away from SMS-based MFA and weaker authentication methods toward passkeys and phishing-resistant authentication can dramatically improve an organization's security posture while also delivering a better user experience. FINAL THOUGHTS If your organization relies on Microsoft 365, Entra ID, Azure, Conditional Access, or Zero Trust security principles, this episode delivers practical guidance from real-world experience. Learn how to build stronger identity defenses, automate secure cloud deployments, and prepare your environment for the next generation of cybersecurity challenges. CONNECT WITH M365 FM Subscribe to M365 FM for expert conversations covering Microsoft 365, Azure, AI, Security, Governance, SharePoint, Copilot, Data Management, and the future of modern workplace technology. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Eilen57 min
jakson Stop Leaking Data: How to Run Local Llama on Your SharePoint Files kansikuva

Stop Leaking Data: How to Run Local Llama on Your SharePoint Files

AI is transforming the way organizations work with knowledge, documents, and collaboration platforms. But as more businesses adopt AI-powered assistants and large language models, one critical question continues to surface: how can you unlock the power of AI without exposing sensitive corporate information to external services?In this episode, we explore how organizations can run Local Llama models directly against SharePoint content while maintaining full control over their data. Instead of sending confidential documents, intellectual property, customer records, and internal knowledge to cloud-hosted AI services, local AI architectures provide a powerful alternative that prioritizes privacy, governance, and security.Our discussion breaks down the practical steps required to connect locally hosted large language models with SharePoint data sources. We examine the technologies involved, the infrastructure considerations, and the trade-offs between convenience and data sovereignty. Whether you are an IT professional, Microsoft 365 administrator, security architect, or AI enthusiast, this episode provides valuable insights into building private AI solutions on top of your existing Microsoft 365 environment. UNDERSTANDING THE DATA PRIVACY CHALLENGE As organizations rush to embrace generative AI, many overlook the risks associated with sending sensitive business data to third-party platforms. Data leakage, compliance concerns, and regulatory requirements are becoming major factors in AI adoption strategies.We discuss: * Why data sovereignty matters in the age of AI * Common risks associated with public AI services * Regulatory and compliance considerations * How local AI models can reduce exposure risks WHAT IS LOCAL LLAMA? Local Llama models have emerged as one of the most exciting developments in the open-source AI ecosystem. Running AI models locally gives organizations complete ownership of both the infrastructure and the data processing pipeline.During the conversation, we explain how Local Llama works, the hardware requirements involved, and how organizations can begin experimenting with private AI deployments without massive cloud costs. CONNECTING SHAREPOINT TO PRIVATE AI SharePoint remains one of the largest repositories of enterprise knowledge. From project documentation and operational procedures to contracts and meeting notes, organizations store enormous amounts of valuable information inside Microsoft 365. Key topics include: * Indexing SharePoint content securely * Retrieval-Augmented Generation (RAG) architectures * Document embeddings and semantic search * Building intelligent chat experiences on internal data REAL-WORLD DEPLOYMENT STRATEGIES Moving from a proof of concept to production requires careful planning. We explore deployment patterns that balance performance, scalability, security, and user experience.Listeners will learn about infrastructure design, GPU considerations, storage requirements, monitoring, and operational best practices. We also discuss common implementation mistakes and how organizations can avoid them while delivering meaningful business value. THE FUTURE OF PRIVATE ENTERPRISE AI The future of enterprise AI may not belong exclusively to cloud-hosted models. As local AI technology continues to evolve, organizations are gaining more options to build intelligent systems that keep sensitive information under their control.This episode examines how private AI solutions could reshape knowledge management, enterprise search, productivity workflows, and digital workplace experiences across Microsoft 365 environments. WHY YOU SHOULD LISTEN If you're evaluating AI adoption within your organization, concerned about data privacy, or looking for practical ways to leverage SharePoint content with large language models, this episode delivers actionable insights and real-world guidance. Learn how to combine the power of modern AI with the security and governance requirements that today's businesses demand.Tune in to discover how Local Llama, SharePoint, and private AI architectures can work together to unlock organizational knowledge without compromising data security. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Eilen1 h 25 min
jakson Futureproofing Your Career in the Age of AI with Sarah Jones kansikuva

Futureproofing Your Career in the Age of AI with Sarah Jones

Artificial Intelligence is transforming industries, redefining job roles, and forcing professionals to rethink how they build successful careers. In this episode of the M365 Podcast, Mirko Peters sits down with Sarah Jones, technology recruiter, career coach, freelancer, and community advocate, to explore what it really takes to stay relevant in an AI-driven world.With more than 20 years of experience in recruitment and career development, Sarah has helped countless professionals navigate career transitions, leadership opportunities, freelancing, and the rapidly changing technology landscape. Together, Mirko and Sarah discuss the future of work, the impact of AI on hiring, personal branding, Microsoft careers, freelancing, LinkedIn visibility, and the growing importance of human skills in a world increasingly powered by automation. UNDERSTANDING THE AI IMPACT ON CAREERS AI is creating opportunities and challenges at the same time. While organizations are investing heavily in automation, Copilot, AI agents, and intelligent workflows, professionals must adapt to remain competitive.Sarah shares why she believes AI skills are becoming essential, but also explains why communication, trust, leadership, and relationship-building are becoming even more valuable. As technology takes over repetitive tasks, the ability to work effectively with people may become one of the most important career advantages.Key discussion points include: • Why AI adoption is accelerating across every industry • The skills employers are increasingly looking for • How Microsoft Copilot and AI tools are changing workplace expectations • Why human-centered skills remain critical for long-term success THE REALITY OF RECRUITMENT AND HIRING IN 2026 Many professionals misunderstand how recruiters operate and how hiring decisions are made. Sarah offers an insider perspective on recruitment, applicant tracking systems (ATS), CV optimization, and LinkedIn visibility.The conversation explores how AI-powered recruitment tools are changing the hiring process and what candidates can do to improve their chances of standing out.Topics covered include ATS systems, keyword optimization, LinkedIn profiles, recruiter expectations, and practical strategies for improving interview opportunities. BUILDING A STRONG PERSONAL BRAND In today's competitive market, personal branding has become a powerful career asset. Whether you're seeking employment, building a consulting practice, or launching a freelance business, visibility matters.Sarah explains how professionals can build trust, establish authority, and create opportunities through consistent community engagement, speaking, content creation, and networking.The discussion includes: • Creating an authentic LinkedIn presence • Building visibility without becoming an influencer • Networking strategies that actually work • Why community participation creates long-term career opportunities THE RISE OF FREELANCING IN THE AI ERA More professionals are exploring freelancing as a way to gain flexibility, independence, and control over their careers. Sarah shares insights from her Extra Life freelancing community and explains why many successful freelancers are thriving by combining technical expertise with strong personal branding.The episode dives into the differences between contracting and freelancing, how to build a pipeline of clients, and the common mistakes new freelancers make when starting out.Listeners will learn: • When the right time is to start freelancing • How to find your niche and differentiate yourself • Why sales and marketing matter for technical professionals • How AI can help freelancers become more productive and scalable WOMEN IN TECHNOLOGY AND LEADERSHIP Sarah is passionate about supporting women in technology and helping create more diverse and inclusive communities. She discusses the challenges women still face in the technology industry and why visibility, mentorship, and representation continue to matter.The conversation also explores her Misfits Podcast, a platform dedicated to amplifying the voices of women in technology and encouraging more professionals to share their experiences and expertise. CAREER ADVICE FOR THE NEXT DECADE As organizations continue to invest in AI, automation, and digital transformation, professionals must remain adaptable and proactive. Sarah encourages listeners to continuously learn, invest in their networks, embrace new technologies, and develop skills that machines cannot easily replace.The future belongs to people who are willing to evolve, experiment, and take ownership of their career journey.If you're wondering how AI will impact your career, whether freelancing is right for you, how to improve your LinkedIn presence, or what skills will matter most in the coming years, this episode delivers practical insights and actionable advice from someone who works at the intersection of technology, recruitment, and career growth every day. CONNECT WITH SARAH JONES Learn more about Sarah Jones, her career coaching services, freelancing community, and technology initiatives through the links included with this episode. LISTEN NOW Subscribe to the M365 Podcast for more conversations with Microsoft MVPs, technology leaders, AI experts, community builders, and innovators shaping the future of Microsoft 365, Copilot, Power Platform, Dynamics 365, Azure, Identity, Security, AI, and Digital Transformation. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

18. kesä 20261 h 3 min
jakson The Architect's Guide to MCP: Building the Connectivity Layer for Microsoft AI Agents kansikuva

The Architect's Guide to MCP: Building the Connectivity Layer for Microsoft AI Agents

In this episode of the M365.fm podcast, we take a deep architectural dive into one of the most important developments in the AI ecosystem: the Model Context Protocol (MCP). While much of the industry focuses on models, prompts, copilots, and reasoning capabilities, the reality is that AI agents are only as powerful as the systems they can access. MCP is rapidly emerging as the standard connectivity layer that enables Microsoft Copilot, custom AI agents, Dynamics 365, Azure services, and enterprise applications to work together through a common protocol. WHY AI AGENTS HAVE A CONNECTIVITY PROBLEM Most organizations have already invested in Microsoft Copilot, AI assistants, and agentic solutions. The challenge isn't intelligence anymore. Modern AI systems can summarize meetings, draft content, analyze data, and generate code. The real challenge begins when those agents need to interact with business systems.Enterprise environments are filled with ERP platforms, CRM systems, SharePoint sites, databases, custom applications, and line-of-business tools. Traditional APIs were designed for developers and applications, not autonomous AI agents that need to dynamically discover capabilities and execute actions without human intervention.This episode explores why the integration layer has become the biggest bottleneck in enterprise AI adoption and how MCP addresses this challenge. WHAT IS MODEL CONTEXT PROTOCOL (MCP)? Model Context Protocol, originally introduced by Anthropic, has quickly evolved into an industry-wide standard for connecting AI systems to tools, resources, and external data sources. Microsoft has embraced MCP across its ecosystem, integrating support into Copilot Studio, Dynamics 365, Azure services, Visual Studio, and its broader AI platform strategy.Unlike traditional REST APIs, MCP introduces capability discovery. AI agents can dynamically learn what tools are available, what parameters are required, and what actions can be performed. This creates a much more natural interaction model for AI systems while dramatically reducing the complexity of enterprise integrations.The discussion explains the core building blocks of MCP, including tools, resources, prompts, and sampling, and why these concepts are reshaping the way organizations design AI architectures. MICROSOFT'S MCP ECOSYSTEM Microsoft's commitment to MCP extends far beyond simple protocol support. Throughout the episode, we explore how MCP has become a foundational component of Microsoft's AI strategy.Key areas discussed include: * Microsoft Copilot Studio MCP integration * Dynamics 365 Finance and Operations MCP support * Azure-hosted MCP server architectures * Visual Studio MCP tooling * Official Microsoft C# MCP SDK development The conversation highlights how Microsoft is positioning MCP as the standard way to connect AI agents with enterprise systems at scale. BUILDING MCP SERVERS WITH C# For architects and developers, understanding how to build MCP servers is becoming a critical skill. This episode explores the official Microsoft C# SDK, server development patterns, dependency injection support, structured tool outputs, authentication considerations, and production deployment models.Listeners will gain insight into how MCP servers expose business capabilities through standardized interfaces and why this approach is far more sustainable than creating custom integrations for every AI project. STREAMABLE HTTP, AZURE, AND PRODUCTION DEPLOYMENTS Moving from local development to enterprise deployment introduces a new set of architectural considerations. The discussion examines MCP transport layers, including stdio, Server-Sent Events, and the newer Streamable HTTP model.Special attention is given to Azure deployment strategies, including: * Azure Functions * Azure Container Apps * Azure API Management * Azure Key Vault * Application Insights * Microsoft Entra integration These deployment patterns provide the foundation for secure, scalable, enterprise-grade MCP environments. WORK IQ AND ORGANIZATIONAL INTELLIGENCE One of the most exciting topics covered is Microsoft's Work IQ initiative. Work IQ acts as an intelligence layer that understands organizational context across Microsoft 365.By connecting information from SharePoint, Teams, OneDrive, Outlook, meetings, and collaboration platforms, Work IQ enables AI agents to reason using real-time organizational knowledge rather than static training data alone.The episode explores how Work IQ integrates with MCP and why contextual intelligence may become one of the most valuable capabilities in future AI architectures. AGENT-TO-AGENT COMMUNICATION AND THE FUTURE OF AI Beyond MCP, the discussion introduces the Agent-to-Agent (A2A) protocol and explains why the future of AI will likely involve networks of specialized agents collaborating together.While MCP focuses on connecting agents to tools and data, A2A focuses on enabling agents to communicate with other agents. Together, these standards form the foundation of a new generation of distributed, collaborative AI systems.Listeners will learn how Microsoft, Google, AWS, and other industry leaders are shaping this emerging ecosystem. SECURITY, GOVERNANCE, AND ENTRA AGENT ID Security remains one of the biggest concerns in enterprise AI adoption. The episode examines Microsoft's approach through Entra Agent ID, Agent 365, Conditional Access for agents, and Zero Trust principles for non-human identities.Topics include: * Agent identity management * Conditional Access policies * Agent governance frameworks * Security monitoring and auditing * Enterprise compliance considerations Understanding these concepts is essential for any organization planning to deploy AI agents at scale. THE FUTURE OF AI CONNECTIVITY The central message of this episode is simple: successful AI strategies are no longer defined solely by model quality. They are defined by connectivity.Organizations that build strong MCP foundations today will be able to deploy new agents faster, integrate systems more efficiently, reduce technical debt, and create reusable AI capabilities across their entire business landscape.MCP is rapidly becoming the "USB-C for AI"—a universal connectivity layer that enables agents, applications, data sources, and enterprise platforms to communicate through a common language.For Microsoft architects, IT leaders, developers, and AI strategists, understanding MCP is no longer optional. It is quickly becoming one of the most important architectural concepts in the modern Microsoft ecosystem. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

18. kesä 20261 h 24 min