Skip to content

Commit ffc8c98

Browse files
authored
Merge pull request #53485 from JeffKoMS/lp-integrate-backend-services-ai-solutions
New LP - Integrate backend services for AI solutions
2 parents fb12cb7 + 2edc951 commit ffc8c98

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

  • learn-pr/paths/integrate-backend-services-ai-solutions
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.integrate-backend-services-ai-solutions
3+
metadata:
4+
title: Integrate Backend Services for AI Solutions
5+
description: Learn how to integrate backend services for AI solutions on Azure.
6+
ms.date: 02/13/2026
7+
author: jeffkoms
8+
ms.author: jeffko
9+
ms.topic: learning-path
10+
title: Integrate backend services for AI solutions
11+
prerequisites: |
12+
- Programming experience with Python.
13+
- Basic understanding of Azure services and cloud computing concepts.
14+
- Familiarity with distributed systems concepts and event-driven architectures.
15+
- Familiarity with REST APIs and asynchronous messaging patterns.
16+
summary: |
17+
This learning path teaches you how to build and integrate backend services that support AI solutions on Azure. You start by using Azure Service Bus to decouple AI application components, queue inference requests, and process messages reliably with queues, topics, and dead-letter queues. You then build event-driven workflows with Azure Event Grid to route events between services with low latency, configure delivery policies, and publish custom events from AI applications. Finally, you create serverless AI backends with Azure Functions, including inference endpoints, event processors, and secure integrations with other Azure services.
18+
iconUrl: /training/achievements/generic-trophy.svg
19+
levels:
20+
- intermediate
21+
roles:
22+
- developer
23+
products:
24+
- azure-service-bus
25+
- azure-event-grid
26+
- azure-functions
27+
subjects:
28+
- backend-development
29+
- artificial-intelligence
30+
modules:
31+
- learn.wwl.queue-process-operations-service-bus
32+
- learn.wwl.event-driven-workflows-event-grid
33+
- learn.wwl.build-backends-azure-functions
34+
trophy:
35+
uid: learn.wwl.integrate-backend-services-ai-solutions.trophy

0 commit comments

Comments
 (0)