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
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-fabric-sql.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This page shows supported authentication methods and clients, and shows sample c
14
14
15
15
## Supported compute services
16
16
17
-
Service Connector can be used to connect the following compute services to SQL database in Microsoft Fabric:
17
+
Service Connector can be used to connect the following compute services to SQL database in Fabric:
18
18
19
19
- Azure App Service
20
20
- Azure Container Apps
@@ -24,7 +24,7 @@ Service Connector can be used to connect the following compute services to SQL d
24
24
25
25
## Supported authentication types and client types
26
26
27
-
The following table shows which combinations of authentication methods and clients are supported for connecting your compute service to SQL database in Microsoft Fabric using Service Connector. A "Yes" indicates that the combination is supported, while a "No" indicates that it is not supported.
27
+
The following table shows which combinations of authentication methods and clients are supported for connecting your compute service to SQL database in Fabric using Service Connector. A "Yes" indicates that the combination is supported, while a "No" indicates that it is not supported.
28
28
29
29
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -44,10 +44,10 @@ The system-assigned managed identity and user-assigned managed identity methods
44
44
45
45
## Default environment variable names or application properties and sample code
46
46
47
-
Refer to the connection details and sample code presented in the following tabs to connect compute services to SQL database in Microsoft Fabric. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
47
+
Refer to the connection details and sample code presented in the following tabs to connect compute services to SQL database in Fabric. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
48
48
49
49
> [!NOTE]
50
-
> Although SQL database in Microsoft Fabric is distinct from Azure SQL Database, you can connect to and query your SQL database in Microsoft Fabric in all the same ways as Azure SQL Database. [Learn more](/fabric/database/sql/connect).
50
+
> Although SQL database in Fabric is distinct from Azure SQL Database, you can connect to and query your SQL database in Fabric in all the same ways as Azure SQL Database. [Learn more](/fabric/database/sql/connect).
51
51
52
52
### System-assigned managed identity
53
53
@@ -90,7 +90,7 @@ Refer to the connection details and sample code presented in the following tabs
90
90
91
91
#### Sample code
92
92
93
-
Outlined below are the steps and code snippets to connect to SQL database in Microsoft Fabric using a system-assigned managed identity.
93
+
Outlined below are the steps and code snippets to connect to SQL database in Fabric using a system-assigned managed identity.
94
94
[!INCLUDE [code sample for fabricsql system mi](./includes/code-fabricsql-me-id.md)]
95
95
96
96
### User-assigned Managed Identity
@@ -134,16 +134,16 @@ Outlined below are the steps and code snippets to connect to SQL database in Mic
134
134
135
135
#### Sample code
136
136
137
-
Outlined below are the steps and code snippets to connect to SQL database in Microsoft Fabric using a user-assigned managed identity.
137
+
Outlined below are the steps and code snippets to connect to SQL database in Fabric using a user-assigned managed identity.
138
138
[!INCLUDE [code sample for fabricsql user mi](./includes/code-fabricsql-me-id.md)]
139
139
140
140
## <aname="manual-steps"></a> Manual steps
141
141
142
-
The following manual steps are required to onboard a service connection to SQL database in Microsoft Fabric.
142
+
The following manual steps are required to onboard a service connection to SQL database in Fabric.
143
143
144
144
1. Review the instructions below before you continue creating the service connection.
145
145
146
-
1. Once your connection is created, open your compute service resource in the Azure Portal, open the Service Connector menu and locate your SQL database in Microsoft Fabric service connection. Select **SQL Database** to navigate to the Microsoft Fabric portal.
146
+
1. Once your connection is created, open your compute service resource in the Azure Portal, open the Service Connector menu, and locate your SQL database in Fabric service connection. Select **SQL Database** to navigate to the Fabric portal.
147
147
148
148
:::image type="content" source="./media/how-to-integrate-fabric-sql/navigate-to-fabric-sql-database.png" alt-text="Screenshot of the Azure portal, selecting SQL Database link to navigate to the Fabric portal.":::
149
149
@@ -155,19 +155,15 @@ The following manual steps are required to onboard a service connection to SQL d
155
155
156
156
:::image type="content" source="./media/how-to-integrate-fabric-sql/fabric-portal-manage-access-sql-role.png" alt-text="Screenshot of the Fabric portal, selecting the db_ddladmin role, and then clicking Manage access":::
157
157
158
-
1. You should see the name of your system-assigned managed identity, and/or any user-assigned managed identities with a service connection to this SQL database in Microsoft Fabric. Select **Share database**. If you do not see the **Share database** option, you do not need to continue with the remaining steps.
158
+
1. You should see the name of your system-assigned managed identity, and/or any user-assigned managed identities with a service connection to this SQL database in Fabric. Select **Share database**. If you do not see the **Share database** option, you do not need to continue with the remaining steps.
159
159
160
160
:::image type="content" source="./media/how-to-integrate-fabric-sql/fabric-portal-share-database.png" alt-text="Screenshot of the Fabric portal, viewing a list of groups added to the role, and clicking Share database":::
161
161
162
-
1. Enter and select the name of your newly created system-assigned managed identity, and/or any user-assigned managed identities as they appear on the **Manage access** pane.
162
+
1. Enter and select the name of your newly created system-assigned managed identity, and/or any user-assigned managed identities as they appear on the **Manage access** pane. Add any other identities as needed. Select the **Read all data using SQL database** checkbox, then select **Grant**.
163
163
164
-
:::image type="content" source="./media/how-to-integrate-fabric-sql/fabric-portal-grant-access-type-name.png" alt-text="Screenshot of the Fabric portal, typing in the names of any assigned managed identities":::
164
+
:::image type="content" source="./media/how-to-integrate-fabric-sql/fabric-portal-grant-access-type-name.png" alt-text="Screenshot of the Fabric portal, typing in the names of any assigned managed identities, selecting Read all data using SQL database, and then clicking Grant":::
165
165
166
-
1. Add any other identities as needed. Select the **Read all data using SQL database** checkbox, then **Grant**.
167
-
168
-
:::image type="content" source="./media/how-to-integrate-fabric-sql/fabric-portal-grant-access-finalize.png" alt-text="Screenshot of the Fabric portal, selecting Read all data using SQL database, and then clicking Grant":::
169
-
170
-
1. You're now ready to use your new service connection to SQL database in Microsoft Fabric.
166
+
1. You're now ready to use your new service connection to SQL database in Fabric.
0 commit comments