Skip to content

Commit b68de65

Browse files
Merge pull request #53650 from MScalopez/DP-800-final
Adding LP landing pages for DP-800 modules
2 parents 4ae4ec8 + 72b4c60 commit b68de65

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

  • learn-pr/paths
    • design-develop-database-solutions
    • secure-optimize-deploy-database-solutions
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.design-develop-database-solutions
3+
metadata:
4+
title: Design and develop database solutions
5+
description: Learn to design and implement database objects, programmability objects, advanced T-SQL code, and AI-assisted tools for SQL Server, Azure SQL, and Microsoft Fabric.
6+
ms.date: 02/27/2026
7+
author: calopez
8+
ms.author: calopez
9+
ms.topic: learning-path
10+
title: Design and develop database solutions
11+
prerequisites: |
12+
Before starting this learning path, you should have experience writing T-SQL queries, a basic understanding of database concepts such as tables, joins, and transactions, and familiarity with SQL Server, Azure SQL Database, or SQL databases in Microsoft Fabric.
13+
summary: |
14+
Build database solutions across SQL Server, Azure SQL, and Microsoft Fabric. You learn to create well-structured database objects and indexes. You encapsulate business logic with stored procedures and functions. You write advanced T-SQL using techniques such as Common Table Expressions (CTE), window functions, and error handling. You also accelerate your development workflow with AI-assisted tools including GitHub Copilot and Fabric Copilot.
15+
iconUrl: /training/achievements/generic-trophy.svg
16+
levels:
17+
- intermediate
18+
roles:
19+
- developer
20+
- data-engineer
21+
- database-administrator
22+
- solution-architect
23+
products:
24+
- sql-server
25+
- azure-sql-database
26+
- azure-sql-managed-instance
27+
- fabric
28+
subjects:
29+
- databases
30+
- data-management
31+
- data-engineering
32+
modules:
33+
- learn.wwl.design-implement-database-objects
34+
- learn.wwl.implement-programmability-objects
35+
- learn.write-advanced-sql-code
36+
- learn.design-implement-sql-solutions-ai-assisted-tools
37+
trophy:
38+
uid: learn.wwl.design-develop-database-solutions.badge
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.secure-optimize-deploy-database-solutions
3+
metadata:
4+
title: Secure, optimize, and deploy database solutions
5+
description: Learn to protect data with encryption and access controls, tune query performance, implement CI/CD pipelines for database projects, and integrate SQL solutions with Azure services.
6+
ms.date: 02/27/2026
7+
author: calopez
8+
ms.author: calopez
9+
ms.topic: learning-path
10+
title: Secure, optimize, and deploy database solutions
11+
prerequisites: |
12+
Before starting this learning path, you should have:
13+
- Experience writing T-SQL queries.
14+
- Familiarity with SQL Server or Azure SQL Database.
15+
- Basic understanding of security concepts like authentication and authorization.
16+
- Experience with Git version control and CI/CD concepts.
17+
summary: |
18+
Take your database solutions from development to production. You learn to protect sensitive data with encryption, masking, and row-level security. You tune query performance using execution plans, Query Store, and dynamic management views. You automate deployments with CI/CD pipelines using SQL Database Projects. Finally, you expose your databases through REST and GraphQL APIs with Data API Builder.
19+
iconUrl: /training/achievements/generic-trophy.svg
20+
levels:
21+
- intermediate
22+
roles:
23+
- developer
24+
- data-engineer
25+
- database-administrator
26+
products:
27+
- sql-server
28+
- azure-sql-database
29+
- azure-sql-managed-instance
30+
- fabric
31+
subjects:
32+
- databases
33+
- data-management
34+
- devops
35+
- security
36+
modules:
37+
- learn.implement-data-security-compliance
38+
- learn.wwl.optimize-database-performance
39+
- learn.wwl.implement-cicd-sql-database-projects
40+
- learn.integrate-sql-solutions-azure-services
41+
trophy:
42+
uid: learn.wwl.secure-optimize-deploy-database-solutions.badge

0 commit comments

Comments
 (0)