You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]>
Copy file name to clipboardExpand all lines: azure-sql/copilot/copilot-azure-sql-faq.yml
+10-27Lines changed: 10 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,32 @@
2
2
metadata:
3
3
title: "Frequently asked questions about Microsoft Copilot skills (preview)"
4
4
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
8
8
ms.service: azure-sql-database
9
9
ms.collection: ce-skilling-ai-copilot
10
10
ms.custom:
11
11
- build-2024
12
12
ms.topic: faq
13
-
ms.date: 08/01/2024
13
+
ms.date: 03/18/2025
14
14
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)"
16
16
summary: |
17
17
Frequently asked questions about Microsoft Copilot capabilities in Azure SQL, currently in preview.
18
18
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.
21
20
sections:
22
21
- name: General # Name of first section.
23
22
questions:
24
23
- question: |
25
24
In Azure SQL Database, where can I find Microsoft Copilot in Azure?
26
25
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)
33
27
- question: |
34
28
How do I enable Microsoft Copilot in Azure for my Azure tenant?
35
29
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).
45
31
- question: |
46
32
How does Copilot use data from my Azure SQL Database environment?
47
33
answer: |
@@ -60,10 +46,6 @@ sections:
60
46
How much does Copilot cost?
61
47
answer: |
62
48
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.
67
49
- question: |
68
50
How is the transmitted prompt and query data protected?
69
51
answer: |
@@ -82,4 +64,5 @@ additionalContent: |
82
64
## Related content
83
65
84
66
- [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)
0 commit comments