Skip to content

Commit d47ddc7

Browse files
authored
Add introduction to AI-ready infrastructure module
Introduced an overview of deploying AI applications using Microsoft Foundry, detailing infrastructure challenges and learning objectives.
1 parent bf10a2e commit d47ddc7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • learn-pr/wwl-azure/configure-ai-ready-infrastructure-microsoft-foundry/includes
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Your retail organization plans to deploy three AI applications this quarter: a customer support chatbot, a product recommendation engine, and an inventory forecasting model. The team currently provisions separate Azure AI resources—duplicating Azure OpenAI deployments, creating isolated storage accounts, and deploying dedicated search services. This scattered approach creates four critical problems: security teams struggle to audit 15+ separate services, finance lacks visibility into AI spending across departments, developers waste time configuring the same network rules repeatedly, and your organization pays for underutilized search capacity that could be shared.
2+
3+
Microsoft Foundry solves these infrastructure challenges through a hub-and-project architecture. Hubs establish shared governance boundaries where you configure networking, managed identities, and policy enforcement once. Projects within each hub inherit those settings while providing isolated workspaces where teams build AI solutions independently. Hub-level connections to services like Azure AI Search enable multiple projects to share infrastructure, reducing your search costs by 50-70% compared to provisioning dedicated instances per team.
4+
5+
In this module, you configure a hub that enforces consistent security policies across all AI projects, establish a hub-level connection to Azure AI Search that eliminates resource duplication, create projects that inherit governance settings while maintaining team autonomy, and validate that your infrastructure supports enterprise-scale AI deployments. By the end, you have the architectural knowledge to provision scalable AI infrastructure that satisfies security, finance, and development stakeholders simultaneously.
6+
7+
## Learning objectives
8+
9+
By the end of this module, you're able to:
10+
11+
- Configure Microsoft Foundry hubs with appropriate governance and security settings
12+
- Create and organize AI projects within hubs to support team collaboration
13+
- Establish connected resources including Azure AI Search for shared infrastructure
14+
- Implement hub-level shared connections to optimize resource utilization across projects
15+
16+
## Prerequisites
17+
18+
- Familiarity with Azure portal navigation and resource management
19+
- Basic understanding of AI and machine learning concepts
20+
- Experience with Azure resource groups and role-based access control (RBAC)

0 commit comments

Comments
 (0)