<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="36173" language="fr" source="https://portal.flane.ch/swisscom/fr/xml-course/microsoft-dp-3028" lastchanged="2026-02-17T15:49:29+01:00" parent="https://portal.flane.ch/swisscom/fr/xml-courses"><title>Implement Generative AI engineering with Azure Databricks</title><productcode>DP-3028</productcode><vendorcode>MS</vendorcode><vendorname>Microsoft</vendorname><fullproductcode>MS-DP-3028</fullproductcode><version>1.0</version><essentials>&lt;p&gt;Before starting this module, you should be familiar with fundamental AI concepts and Azure Databricks. Consider completing the Get started with artificial intelligence learning path and the Explore Azure Databricks module first.&lt;/p&gt;</essentials><audience>&lt;p&gt;This course is designed for data scientists, machine learning engineers, and other AI practitioners
who want to build generative AI applications using Azure Databricks. It
is intended for professionals familiar with fundamental AI concepts and
the Azure Databricks platform.&lt;/p&gt;</audience><contents>&lt;h4&gt;Get started with language models in Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Understand Generative AI&lt;/li&gt;&lt;li&gt;Understand Large Language Models (LLMs)&lt;/li&gt;&lt;li&gt;Identify key components of LLM applications&lt;/li&gt;&lt;li&gt;Use LLMs for Natural Language Processing (NLP) tasks&lt;/li&gt;&lt;li&gt;Exercise - Explore language models&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Implement Retrieval Augmented Generation (RAG) with Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Explore the main concepts of a RAG workflow&lt;/li&gt;&lt;li&gt;Prepare your data for RAG&lt;/li&gt;&lt;li&gt;Find relevant data with vector search&lt;/li&gt;&lt;li&gt;Rerank your retrieved results&lt;/li&gt;&lt;li&gt;Exercise - Set up RAG&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Implement multi-stage reasoning in Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;What are multi-stage reasoning systems?&lt;/li&gt;&lt;li&gt;Explore LangChain&lt;/li&gt;&lt;li&gt;Explore LlamaIndex&lt;/li&gt;&lt;li&gt;Explore Haystack&lt;/li&gt;&lt;li&gt;Explore the DSPy framework&lt;/li&gt;&lt;li&gt;Exercise - Implement multi-stage reasoning with LangChain&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Fine-tune language models with Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;What is fine-tuning?&lt;/li&gt;&lt;li&gt;Prepare your data for fine-tuning&lt;/li&gt;&lt;li&gt;Fine-tune an Azure OpenAI model&lt;/li&gt;&lt;li&gt;Exercise - Fine-tune an Azure OpenAI model&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Evaluate language models with Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Explore LLM evaluation&lt;/li&gt;&lt;li&gt;Evaluate LLMs and AI systems&lt;/li&gt;&lt;li&gt;Evaluate LLMs with standard metrics&lt;/li&gt;&lt;li&gt;Describe LLM-as-a-judge for evaluation&lt;/li&gt;&lt;li&gt;Exercise - Evaluate an Azure OpenAI model&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Review responsible AI principles for language models in Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;What is responsible AI?&lt;/li&gt;&lt;li&gt;Identify risks&lt;/li&gt;&lt;li&gt;Mitigate issues&lt;/li&gt;&lt;li&gt;Use key security tooling to protect your AI systems&lt;/li&gt;&lt;li&gt;Exercise - Implement responsible AI&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Implement LLMOps in Azure Databricks&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Transition from traditional MLOps to LLMOps&lt;/li&gt;&lt;li&gt;Understand model deployments&lt;/li&gt;&lt;li&gt;Describe MLflow deployment capabilities&lt;/li&gt;&lt;li&gt;Use Unity Catalog to manage models&lt;/li&gt;&lt;li&gt;Exercise - Implement LLMOps&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;</contents><essentials_plain>Before starting this module, you should be familiar with fundamental AI concepts and Azure Databricks. Consider completing the Get started with artificial intelligence learning path and the Explore Azure Databricks module first.</essentials_plain><audience_plain>This course is designed for data scientists, machine learning engineers, and other AI practitioners
who want to build generative AI applications using Azure Databricks. It
is intended for professionals familiar with fundamental AI concepts and
the Azure Databricks platform.</audience_plain><contents_plain>Get started with language models in Azure Databricks


- Introduction
- Understand Generative AI
- Understand Large Language Models (LLMs)
- Identify key components of LLM applications
- Use LLMs for Natural Language Processing (NLP) tasks
- Exercise - Explore language models
- Module assessment
- Summary

Implement Retrieval Augmented Generation (RAG) with Azure Databricks


- Introduction
- Explore the main concepts of a RAG workflow
- Prepare your data for RAG
- Find relevant data with vector search
- Rerank your retrieved results
- Exercise - Set up RAG
- Module assessment
- Summary

Implement multi-stage reasoning in Azure Databricks


- Introduction
- What are multi-stage reasoning systems?
- Explore LangChain
- Explore LlamaIndex
- Explore Haystack
- Explore the DSPy framework
- Exercise - Implement multi-stage reasoning with LangChain
- Module assessment
- Summary

Fine-tune language models with Azure Databricks


- Introduction
- What is fine-tuning?
- Prepare your data for fine-tuning
- Fine-tune an Azure OpenAI model
- Exercise - Fine-tune an Azure OpenAI model
- Module assessment
- Summary

Evaluate language models with Azure Databricks


- Introduction
- Explore LLM evaluation
- Evaluate LLMs and AI systems
- Evaluate LLMs with standard metrics
- Describe LLM-as-a-judge for evaluation
- Exercise - Evaluate an Azure OpenAI model
- Module assessment
- Summary

Review responsible AI principles for language models in Azure Databricks


- Introduction
- What is responsible AI?
- Identify risks
- Mitigate issues
- Use key security tooling to protect your AI systems
- Exercise - Implement responsible AI
- Module assessment
- Summary

Implement LLMOps in Azure Databricks


- Introduction
- Transition from traditional MLOps to LLMOps
- Understand model deployments
- Describe MLflow deployment capabilities
- Use Unity Catalog to manage models
- Exercise - Implement LLMOps
- Module assessment
- Summary</contents_plain><duration unit="d" days="1">1 jour</duration><pricelist><price country="DE" currency="EUR">690.00</price><price country="AT" currency="EUR">690.00</price><price country="SE" currency="EUR">690.00</price><price country="US" currency="USD">675.00</price><price country="CA" currency="CAD">675.00</price><price country="GB" currency="GBP">940.00</price><price country="SI" currency="EUR">690.00</price><price country="IT" currency="EUR">490.00</price><price country="CH" currency="CHF">690.00</price><price country="NL" currency="EUR">695.00</price><price country="FR" currency="EUR">950.00</price></pricelist><miles/></course>