Share E-Book

Building Agentic Solutions with Microsoft Foundry (First Early Release) (Colby Ford)(Z-Library)

Author Colby Ford

technology
Language English

Building Agentic Solutions with Microsoft Foundry is a hands-on guide for cloud engineers, AI developers, and technical leaders using Azure to implement enterprise-ready AI. You'll learn how to deploy large language models, connect them to secure data sources, manage quotas and usage, and architect agentic workflows. This book will become a trusted reference as you bring intelligent agents into your organization.

Format EPUB
Size 12.9 MB
121
Views
0
Downloads
0.00
Total Donations

AI Guide

AI Reading Assistant

Whole-book reading guide from stratified index samples; jump to passages in the text

Full assistant
AI guide
# Building Agentic Solutions with Microsoft Foundry ## 【One-Line Pitch】 A practical, hands-on guide for cloud engineers and AI developers who want to deploy enterprise-grade AI agents on Microsoft Foundry—covering everything from first project setup to model deployment, with an emphasis on governance, security, and cost management. If you're building intelligent agents on Azure and need a clear path from zero to production, this book is your roadmap. ## 【Book Arc】 - **Opening (~0%–16%)**: Introduces Microsoft Foundry as Azure's unified platform-as-a-service for enterprise AI, tracing its evolution from Azure Machine Learning and Azure OpenAI Service. Explains the platform's core facets—multi-agent orchestration, tool catalogs, memory capabilities, knowledge integration, and observability—and walks through creating your first Foundry Resource and Project in the Azure Portal. - **Early (~16%–28%)**: Covers the Foundry Portal UI in detail, including the Home, Discover, Build, Operate, and Docs sections. Establishes best practices for resource naming conventions, resource grouping, and RBAC access control, then transitions to programmatic interaction via the Foundry Python SDK. - **Early (~28%–38%)**: Dives into the Python SDK, showing how to create a Project client and an OpenAI-compatible client for calling models and running agents. Includes a practical cost management section with real pricing examples (e.g., Phi-4 token costs) and tips for avoiding surprise bills. - **Middle (~38%–44%)**: Covers deploying Foundry Projects via the Azure CLI for repeatable, automated infrastructure-as-code workflows. Includes installation instructions for Windows, Linux, and macOS, plus authentication methods including device-code login for headless environments. - **Middle (~44%–53%)**: Transitions to Chapter 2 on Model Deployment, explaining how to explore the model catalog in the Discover tab, compare models across benchmarks (quality, safety, costs, throughput), and deploy models with just a few clicks or lines of code—without managing infrastructure. ## 【Key Takeaways】 - **Foundry is Azure's unified AI control plane** (Early): It consolidates models, agents, tools, and governance under a single resource provider namespace, simplifying RBAC, networking, and policy management across the AI application lifecycle. This matters because it reduces the operational complexity of managing multiple AI services separately. - **Projects are the fundamental unit of isolation and collaboration** (Early): Think of Projects as folders that group related work, providing secure environments where agents share file storage, thread storage, and search indexes while keeping data isolated. This is critical for teams that need both experimentation freedom and production governance. - **The two-resource architecture separates governance from development** (Early): The Foundry Resource provides shared governance, security, and infrastructure for an organization, while the Foundry Project serves as an isolated workspace for development and experimentation. Understanding this split helps you design your Azure footprint correctly from day one. - **Naming conventions and resource grouping prevent cloud chaos** (Early): The book recommends a structured naming format like `<resource-type>-<application>-<environment>-<region>-<number>` and suggests starting with a fresh resource group for tutorials. This is practical advice that pays off when you're managing dozens of AI-related resources. - **The Python SDK enables reproducible, enterprise-grade agent development** (Early): While the Foundry Portal is low-code, the SDK provides better visibility and reproducibility for production deployments. You can create a Project client and an OpenAI-compatible client to call models programmatically, which is essential for integrating agents into existing applications. - **Cost management is a first-class concern, not an afterthought** (Early): The book provides concrete pricing examples—like Phi-4 at $0.000125 per 1,000 input tokens—and distinguishes between pay-per-inference and fine-tuned hosting costs. This practical guidance helps you avoid surprise bills and make informed deployment decisions. - **Deploying via Azure CLI enables infrastructure-as-code workflows** (Middle): For repeatable, automated deployments, the book shows how to use the Azure CLI with the `cognitiveservices` extension, including device-code authentication for headless environments. This is essential for teams practicing DevOps or infrastructure-as-code. - **Model selection requires comparing more than just quality** (Middle): Foundry's Compare models feature lets you evaluate up to three models across benchmarks including quality, safety, costs, and throughput. The book emphasizes that privacy—not just capability—is a key reason to deploy models on Foundry rather than using free online services. ## 【Reading Tips】 - **Skim the Azure Portal walkthroughs if you're experienced** (Early): The step-by-step UI instructions with figures are valuable for beginners but can be skimmed if you've already deployed Azure resources. Focus instead on the naming conventions and resource grouping best practices. - **Deep-read the Python SDK section** (Early): The distinction between the Project client and the OpenAI-compatible client is subtle but important for building real applications. Pay attention to the code examples and the API version specification. - **Don't skip the cost management section** (Early): Even if you're not deploying immediately, understanding the pricing model—especially the difference between pay-per-inference and fine-tuned hosting—will shape your architecture decisions. - **Treat the Azure CLI section as optional but valuable** (Middle): The book marks this as optional, but if you're serious about reproducible deployments, this is where you'll learn the infrastructure-as-code patterns you'll need in production. - **Use the Compare models feature as a decision framework** (Middle): When you reach the model deployment chapter, spend time understanding what benchmarks matter for your use case—quality, safety, cost, and throughput are all trade-offs you'll need to balance. ## 【Coverage Limits】 The excerpts cover Chapters 1–2 (Foundry introduction, project setup, SDK basics, and model deployment fundamentals) but do not cover later chapters on agent building, workflow orchestration, guardrails, or advanced integration patterns. The book is an Early Release, so some content may be incomplete or subject to change. ##

Passage locations

Excerpt 1
m/catalog/errata.csp?isbn=9798341673328 for release details. The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. Building Agentic Solutions w...
View in text
Excerpt 2
n your Azure Tenant. If you don’t see anything, don’t worry. We’re going to start creating our own Foundry Resource now. Click the Create a resource button i...
View in text
Excerpt 3
r the agent and other resources that you deploy and connect. The Foundry SDK for Python provides an easy interface into your Foundry Project and any models t...
View in text
Excerpt 4
ease note that the GitHub repo will be made active later on. If you’d like to be actively involved in reviewing and commenting on this draft, please reach ou...
View in text

Recommended for You

Loading recommended books...
Failed to load, please try again later

Tip the Site

Scan the WeChat Pay or Alipay code to tip. No login required.

WeChat Pay
Alipay
Back to List