Skip to content

Commit ec0529b

Browse files
committed
Update knowledge check YAML and documentation for clarity and accuracy
1 parent ac3c872 commit ec0529b

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/9-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
author: JulianePadrao
1010
ms.author: jupadrao
1111
ms.topic: unit
12-
module_assessment: true
12+
module_assessment: false
1313
azureSandbox: false
1414
labModal: false
1515
durationInMinutes: 5

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/includes/2-describe-ai-assisted-development-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each Microsoft SQL platform has specific AI integration capabilities:
3636

3737
Model Context Protocol (MCP) extends AI assistant capabilities by allowing them to connect directly to your data sources. When you configure an MCP server for your SQL database, the AI assistant can query your actual schema, sample data, and metadata to provide more accurate and contextual suggestions.
3838

39-
With MCP, your AI assistant isn't just working with generic SQL knowledge—it understands your specific tables, columns, relationships, and data types. This contextual awareness significantly improves the relevance and accuracy of generated code. You'll learn how to [configure MCP tool options](/azure/data-api-builder/mcp/quickstart-visual-studio-code?azure-portal=true) and connect to MCP server endpoints in later units.
39+
With MCP, your AI assistant isn't just working with generic SQL knowledge—it understands your specific tables, columns, relationships, and data types. This contextual awareness significantly improves the relevance and accuracy of generated code. You'll learn how to [configure MCP tool options](/sql/mcp/?azure-portal=true) and connect to MCP server endpoints in later units.
4040

4141
## Responsible AI considerations
4242

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/includes/5-configure-model-mcp-tool-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Now that you have GitHub Copilot and Fabric Copilot enabled, you can customize h
55
GitHub Copilot supports multiple AI models, each with different capabilities and performance characteristics. You can select which model to use for different scenarios based on your needs.
66

77
**Available models typically include:**
8-
- **GPT-4o**: Advanced reasoning capabilities, excellent for complex T-SQL generation and database design questions
8+
- **GPT**: Advanced reasoning capabilities, excellent for complex T-SQL generation and database design questions
99
- **Claude models**: Strong at explaining code and providing detailed documentation
1010
- **Gemini models**: Available in some configurations with different strengths
1111

@@ -64,7 +64,7 @@ When MCP tools are configured, you'll see them listed when you click the tools i
6464

6565
Several MCP server options are available for connecting AI assistants to SQL databases:
6666

67-
**Data API builder MCP**: Connects to SQL Server and Azure SQL databases through Data API builder endpoints. This option provides a secure, managed way to expose database metadata to AI assistants.
67+
**SQL MCP Server**: Connects to SQL Server and Azure SQL databases using Microsoft's open-source solution built on Data API builder. This option provides a secure, managed way to expose database metadata to AI assistants.
6868

6969
**Microsoft Fabric MCP Server**: Connects to [Fabric data agents as MCP servers](/fabric/data-science/data-agent-mcp-server?azure-portal=true), enabling AI assistants to query lakehouses, warehouses, and SQL databases within Fabric workspaces.
7070

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/includes/7-connect-mcp-server-endpoints.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Model Context Protocol (MCP) servers provide AI assistants with direct access to
22

33
## Connect to SQL Server MCP endpoints
44

5-
For SQL Server and Azure SQL databases, you can use the Data API builder MCP server or configure direct connections through supported tools.
5+
For SQL Server and Azure SQL databases, you can use the [SQL MCP Server](/sql/mcp/?azure-portal=true) or configure direct connections through supported tools.
66

7-
**Using Data API builder:**
7+
**Using SQL MCP Server:**
88

9-
Data API builder provides a REST and GraphQL API layer over your database, and it includes MCP support. To set up [SQL MCP servers in VS Code](/azure/data-api-builder/mcp/quickstart-visual-studio-code?azure-portal=true):
9+
SQL MCP Server is Microsoft's open-source solution built on Data API builder that enables AI agents to interact with SQL databases. To set up [SQL MCP servers in VS Code](/azure/data-api-builder/mcp/quickstart-visual-studio-code?azure-portal=true):
1010

11-
1. Install and configure Data API builder for your database
12-
2. Enable the MCP endpoint in your Data API builder configuration
11+
1. Install and configure SQL MCP Server for your database
12+
2. Enable the MCP endpoint in your SQL MCP Server configuration
1313
3. Note the MCP endpoint URL (typically ending in `/mcp`)
1414
4. Add the server to VS Code using the MCP: Add Server command
1515

0 commit comments

Comments
 (0)