Phase 5: Cloud + AI Integration (Weeks 21β28)
Objective: Integrate cloud and AI knowledge into complete enterprise solutions. Build RAG systems, learn model evaluation, and earn AI-900 certification (with optional advanced AI-103 path).
π― Expected Outcomesβ
By completing this phase:
- Azure AI Foundry mastered (models, evaluations, agents)
- RAG (Retrieval-Augmented Generation) implemented
- AI evaluation and monitoring in production
- AI-900 certification earned
- Functional RAG system in portfolio
Weeks 21-22: Azure AI Foundryβ
Objectiveβ
Master Microsoft's AI platform for building and deploying enterprise solutions.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Azure AI Foundry Documentation | πͺπΈ Spanish | Docs | 8 hrs |
| Microsoft Learn: Azure AI Foundry (What is it?) | πͺπΈ Spanish | Docs | 6 hrs |
| Azure AI Foundry Quickstarts | πͺπΈ Spanish | Labs | 4 hrs |
| Azure OpenAI Service | πͺπΈ Spanish | Docs | 4 hrs |
| DeepLearning.AI: Building with Azure AI | π¬π§ English | Course | 3 hrs |
Week 21 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Azure AI Foundry: overview, projects, hubs | Create project |
| Tuesday | Available models: GPT-4, GPT-4o, Phi | Compare models |
| Wednesday | Playground: prompt testing and refinement | Experiment |
| Thursday | Deployments: quotas, rate limits, regions | Deploy model |
| Friday | Content filters and safety settings | Configure safety |
Week 22 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Azure AI Agents: overview and types | Explore Agent Service |
| Tuesday | Agents with tools: code interpreter, file search | Build agent |
| Wednesday | Evaluations: built-in and custom metrics | Evaluate responses |
| Thursday | Prompt flow: orchestration flows | Design flow |
| Friday | Monitoring and logging in production | Metrics dashboard |
Key Conceptsβ
Azure AI Foundry:
βββ Hub (organizaciΓ³n)
β βββ Project (workspace)
β βββ Models
β β βββ Azure OpenAI (GPT-4, GPT-4o)
β β βββ Open models (Phi, Llama, Mistral)
β β βββ Custom fine-tuned
β βββ Agents
β β βββ Code Interpreter
β β βββ File Search
β β βββ Custom Tools
β βββ Evaluations
β β βββ Groundedness
β β βββ Relevance
β β βββ Coherence
β β βββ Custom metrics
β βββ Deployments
β βββ Serverless
β βββ Provisioned
Weeks 23-24: RAG (Retrieval-Augmented Generation)β
Objectiveβ
Build a system that answers questions based on internal documents, eliminating hallucinations.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Learn: RAG with Azure AI | πͺπΈ Spanish | Docs | 3 hrs |
| DeepLearning.AI: Building RAG Applications | π¬π§ English | Course | 3 hrs |
| LangChain RAG Tutorial | π¬π§ English | Tutorial | 4 hrs |
| Azure AI Search Documentation | πͺπΈ Spanish | Docs | 4 hrs |
| Pinecone: RAG Guide | π¬π§ English | Guide | 2 hrs |
Week 23 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | RAG concepts: why, how, architecture | Diagram system |
| Tuesday | Embeddings: text β vectors | Generate embeddings |
| Wednesday | Vector stores: Azure AI Search, Pinecone | Setup vector store |
| Thursday | Chunking strategies: size, overlap | Process documents |
| Friday | Retrieval: similarity search, hybrid | Implement search |
Week 24 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Generation: prompt with context | System prompts for RAG |
| Tuesday | Evaluation: groundedness, relevance | Measure quality |
| Wednesday | Advanced: reranking, metadata filters | Improve precision |
| Thursday | Production: caching, monitoring | Optimize |
| Friday | Deploy complete project | β |
π¨ Project: Internal Policy Chatbotβ
Chatbot that answers questions about an organization's internal policies:
Policy Chatbot Architecture:
βββ Document Ingestion
β βββ PDF/Word processing
β βββ Chunking (500 tokens, 50 overlap)
β βββ Embedding generation
βββ Vector Store
β βββ Azure AI Search / ChromaDB
β βββ Metadata indexing
βββ Retrieval
β βββ Similarity search (top-k)
β βββ Hybrid search (vector + keyword)
β βββ Reranking
βββ Generation
β βββ System prompt (compliance expert)
β βββ Context injection
β βββ Source citations
βββ Interface
βββ Streamlit UI
βββ API endpoint
Example documents:
- Information security policy
- Acceptable use policy
- Incident response plan
- Data privacy policy
Deliverable: Complete repository with code, documentation, and demo.
Weeks 25-26: AI Monitoring and Safetyβ
Objectiveβ
Learn to monitor AI systems in production and detect issues before they impact users.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft: AI Content Safety | πͺπΈ Spanish | Docs | 3 hrs |
| Azure AI Evaluation SDK | πͺπΈ Spanish | Tutorial | 4 hrs |
| Giskard: AI Testing | π¬π§ English | Tool | 3 hrs |
| OWASP Top 10 for LLMs | π¬π§ English | Framework | 4 hrs |
| Microsoft: Red Teaming AI | πͺπΈ Spanish | Guide | 2 hrs |
Week 25 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Hallucinations: causes and detection | Evaluate models |
| Tuesday | Content safety: filters and moderation | Implement filters |
| Wednesday | Prompt injection: attacks and defenses | Red team exercise |
| Thursday | Data leakage: prevention | PII detection |
| Friday | OWASP Top 10 for LLMs | Assessment |
Week 26 Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Evaluation metrics: groundedness, coherence | Evaluation SDK |
| Tuesday | A/B testing prompts and models | Testing framework |
| Wednesday | Monitoring dashboards | Azure Monitor + AI |
| Thursday | Alerting and incident response for AI | Playbooks |
| Friday | Complete AI Red Team exercise | Document findings |
π¨ Project: AI Safety Testing Frameworkβ
Create a testing framework that includes:
- Test cases for prompt injection
- Groundedness evaluation (hallucinations)
- PII detection checks
- Content safety validation
- Performance benchmarks
- Reporting template
Weeks 27-28: AI-900 Certification (+ Optional AI-103)β
Objectiveβ
Consolidate knowledge and earn AI-900 certification.
AI-900 Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Learn: AI-900 | πͺπΈ Spanish | Learning Path | 8 hrs |
| AI-900 Study Guide | πͺπΈ Spanish | Official guide | Reference |
| John Savill's Technical Training (YouTube) | π¬π§ English | Video (study cram) | 2 hrs |
| Official AI-900 Practice Assessment (free) | πͺπΈ Spanish | Free official practice | 2 hrs |
Week 27 Planβ
| Day | Module | Topic |
|---|---|---|
| Monday | Module 1 | AI workloads and considerations |
| Tuesday | Module 2 | Machine Learning fundamentals |
| Wednesday | Module 3 | Computer Vision |
| Thursday | Module 4 | NLP and Document Intelligence |
| Friday | Module 5 | Generative AI |
Week 28 Planβ
| Day | Activity |
|---|---|
| Monday | General review + gaps |
| Tuesday | Practice exams |
| Wednesday | Review weak areas |
| Thursday | Final practice exam |
| Friday | AI-900 exam |
| Saturday | If passed: plan next credential (AI-103 or vendor-neutral) |
Certification: AI-900β
- Cost: $99 USD
- Language: Available in Spanish
- Format: 40-60 questions, 45 minutes
- Passing score: 700/1000
- Domains:
- AI workloads and considerations (15-20%)
- Machine Learning on Azure (20-25%)
- Computer Vision workloads (15-20%)
- NLP workloads (15-20%)
- Generative AI workloads (15-20%)
Optional: AI-103 (if there is time and motivation)β
For advanced candidates with a development objective, AI-103 adds value:
- Associate level (more weight than Fundamentals)
- Successor to AI-102 (retired Jun 30, 2026); covers generative AI apps and multi-agent solutions with Microsoft Foundry (Python)
- Verify price, status (beta/GA), and syllabus on the official AI-103 page
- Requires 4-6 additional weeks of preparation
If your target is AI Program Manager / AI Governance / TPM (not writing production code), a vendor-neutral credential such as IAPP AIGP or PMI-CPMAI (exam in Spanish) often provides more return than AI-103. See the full ladder in Plan Overview.
The patterns in this phase (RAG, evaluation, agents, safety) do not depend on one vendor. Everything you build in Azure AI Foundry can be replicated with LangChain / LlamaIndex, open models (Llama, Mistral, Phi), and open vector stores (ChromaDB, pgvector, FAISS). Use Azure as one example, but document your project in a vendor-agnostic way so it applies to employers using AWS, GCP, or open-source stacks.
π Phase 5 Checklistβ
- Azure AI Foundry: models, agents, evaluations
- RAG: complete system implemented
- Policy Chatbot: functional and documented
- AI Safety: OWASP LLM Top 10 understood
- Red teaming: exercise completed
- AI Safety Testing Framework: created
- AI-900 Learning Path: completed
- AI-900 certification: earned
- Portfolio: 10+ projects in GitHub
π Resume Valueβ
After this phase:
"I implemented enterprise RAG systems with Azure AI Foundry, including document ingestion, vector search, and generation with source citations. I designed AI safety testing frameworks that evaluate hallucinations, prompt injection, and data leakage. Certifications: AZ-900, SC-900, AI-900."