Skip to content

Commit 1ad76aa

Browse files
[Azure SQL Database] Removed "Natural Language to SQL" references from all Azure SQL articles and update Copilot content (#33546)
* [Azure SQL Database] Edit Copilot articles to remove Natural language content and any reference to the query editor * more articles to remove copilot natural language from * acrolinx improvements * fix suggestions * edit link * Update azure-sql/copilot/copilot-azure-sql-overview.md Co-authored-by: William Assaf MSFT <[email protected]> * Update azure-sql/database/query-editor.md Co-authored-by: William Assaf MSFT <[email protected]> * william suggestions applied --------- Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 0da3530 commit 1ad76aa

10 files changed

+155
-308
lines changed

.code

Whitespace-only changes.

.openpublishing.redirection.azure-sql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,11 @@
894894
"source_path_from_root": "/azure-sql/database/scripts/update-sync-schema-in-sync-group.md",
895895
"redirect_url": "/azure/azure-sql/database/sql-data-sync-agent-overview",
896896
"redirect_document_id": false
897+
},
898+
{
899+
"source_path_from_root": "/azure-sql/copilot/query-editor-natural-language-to-sql-copilot.md",
900+
"redirect_url": "/azure/azure-sql/copilot/copilot-azure-sql-overview",
901+
"redirect_document_id": false
897902
}
898903
]
899904
}

azure-sql/copilot/copilot-azure-sql-faq.yml

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,32 @@
22
metadata:
33
title: "Frequently asked questions about Microsoft Copilot skills (preview)"
44
description: "Frequently asked questions about Microsoft Copilot skills in Azure SQL Database, currently in preview."
5-
author: WilliamDAssafMSFT
6-
ms.author: wiassaf
7-
ms.reviewer: josephsack
5+
author: markingmyname
6+
ms.author: maghan
7+
ms.reviewer: wiassaf, kendalv
88
ms.service: azure-sql-database
99
ms.collection: ce-skilling-ai-copilot
1010
ms.custom:
1111
- build-2024
1212
ms.topic: faq
13-
ms.date: 08/01/2024
13+
ms.date: 03/18/2025
1414
monikerRange: "= azuresql || = azuresql-db"
15-
title: "Frequently asked questions about Microsoft Copilot skills in Azure SQL Database (preview)"
15+
title: "Frequently asked questions about Microsoft Copilot in Azure SQL Database (preview)"
1616
summary: |
1717
Frequently asked questions about Microsoft Copilot capabilities in Azure SQL, currently in preview.
1818
19-
Microsoft Copilot in Azure is now integrated with Azure SQL Database, enhancing the management and operation of SQL-dependent applications. It improves productivity by offering natural language to SQL conversion and self-help for database administration.
20-
19+
Microsoft Copilot in Azure is now integrated with Azure SQL Database, enhancing the management and operation of SQL-dependent applications.
2120
sections:
2221
- name: General # Name of first section.
2322
questions:
2423
- question: |
2524
In Azure SQL Database, where can I find Microsoft Copilot in Azure?
2625
answer: |
27-
The preview of Copilot capabilities in Azure SQL Database includes two Azure portal experiences:
28-
29-
| Azure portal location | Experiences |
30-
| --- | --- |
31-
| **Azure portal Query Editor** | [Natural language to SQL](copilot-azure-sql-overview.md#natural-language-to-sql-query): This experience within the [Azure portal query editor](../database/query-editor.md) translates natural language queries into SQL, making database interactions more intuitive.<br/> For a tutorial and examples of Copilot's natural language to SQL capabilities in Azure SQL Database, see [Natural language to SQL in the Azure portal Query editor (preview)](../copilot/query-editor-natural-language-to-sql-copilot.md). |
32-
| **Microsoft Copilot in Azure** | [Azure Copilot integration](copilot-azure-sql-overview.md#microsoft-copilot-in-azure-enhanced-scenarios): This experience adds Azure SQL skills into [Microsoft Copilot in Azure](/azure/copilot/overview), providing customers with self-guided assistance, empowering them to manage their databases and solve issues independently.|
26+
The preview of Copilot capabilities in Azure SQL Database includes Copilot in the Azure portal experience: [Azure Copilot integration](copilot-azure-sql-overview.md)
3327
- question: |
3428
How do I enable Microsoft Copilot in Azure for my Azure tenant?
3529
answer: |
36-
Review the steps in [Enable Microsoft Copilot in Azure for your Azure tenant](copilot-azure-sql-overview.md#enable-microsoft-copilot-in-your-azure-tenant). Microsoft Copilot skills in Azure SQL Database are currently in preview for a limited number of early adopters. To sign up for this program, visit [Request Access to Copilot in Azure SQL Database: Preview](https://aka.ms/sqlcopilot-signup).
37-
- question: |
38-
Are the results from Copilot reliable?
39-
answer: |
40-
Copilot is designed to generate the best possible responses with the database context it has access to. However, like any AI system, responses aren't perfect. All of Copilot's responses should be carefully tested, reviewed, and vetted before making changes to your Azure SQL Database environment.
41-
- question: |
42-
Does Copilot write perfect or optimal queries?
43-
answer: |
44-
Copilot aims to provide accurate and informative responses based on the available data. The answers generated are based on patterns and probabilities in language data, which means that they might not always be accurate. Humans should carefully review, test, and validate all content generated by Copilot.
30+
Review the steps in [Enable Microsoft Copilot in Azure for your Azure tenant](copilot-azure-sql-overview.md#enable-copilot-in-your-azure-tenant). Microsoft Copilot skills in Azure SQL Database are currently in preview for a limited number of early adopters. To sign up for this program, visit [Request Access to Copilot in Azure SQL Database: Preview](https://aka.ms/sqlcopilot-signup).
4531
- question: |
4632
How does Copilot use data from my Azure SQL Database environment?
4733
answer: |
@@ -60,10 +46,6 @@ sections:
6046
How much does Copilot cost?
6147
answer: |
6248
Copilot skills in Azure SQL Database are offered at no additional cost during the preview.
63-
- question: |
64-
What Azure SQL Database offerings are supported in preview?
65-
answer: |
66-
Currently supported on General Purpose, Business Critical, Hyperscale, DTU-based Standard and Premium, Serverless, and in elastic pools.
6749
- question: |
6850
How is the transmitted prompt and query data protected?
6951
answer: |
@@ -82,4 +64,5 @@ additionalContent: |
8264
## Related content
8365
8466
- [Microsoft Copilot skills and Azure SQL Database (preview)](copilot-azure-sql-overview.md)
85-
- [Natural language to SQL in the Azure portal Query editor (preview)](../copilot/query-editor-natural-language-to-sql-copilot.md)
67+
- [Microsoft Copilot in Azure overview](/azure/copilot/overview)
68+

0 commit comments

Comments
 (0)