Skip to content

Commit 5cb13b5

Browse files
author
Tony Chen (DevDiv)
committed
Fix Microsoft Fabric -> Fabric
1 parent 4191ca4 commit 5cb13b5

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

articles/service-connector/how-to-integrate-fabric-sql.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page shows supported authentication methods and clients, and shows sample c
1414

1515
## Supported compute services
1616

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:
1818

1919
- Azure App Service
2020
- Azure Container Apps
@@ -24,7 +24,7 @@ Service Connector can be used to connect the following compute services to SQL d
2424

2525
## Supported authentication types and client types
2626

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.
2828

2929
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
3030
|--------------------|:--------------------------------:|:------------------------------:|:------------------------:|:-----------------:|
@@ -44,10 +44,10 @@ The system-assigned managed identity and user-assigned managed identity methods
4444
4545
## Default environment variable names or application properties and sample code
4646

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.
4848

4949
> [!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).
5151
5252
### System-assigned managed identity
5353

@@ -90,7 +90,7 @@ Refer to the connection details and sample code presented in the following tabs
9090

9191
#### Sample code
9292

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.
9494
[!INCLUDE [code sample for fabricsql system mi](./includes/code-fabricsql-me-id.md)]
9595

9696
### User-assigned Managed Identity
@@ -134,16 +134,16 @@ Outlined below are the steps and code snippets to connect to SQL database in Mic
134134

135135
#### Sample code
136136

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.
138138
[!INCLUDE [code sample for fabricsql user mi](./includes/code-fabricsql-me-id.md)]
139139

140140
## <a name="manual-steps"></a> Manual steps
141141

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.
143143

144144
1. Review the instructions below before you continue creating the service connection.
145145

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.
147147

148148
:::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.":::
149149

@@ -155,19 +155,15 @@ The following manual steps are required to onboard a service connection to SQL d
155155

156156
:::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":::
157157

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.
159159

160160
:::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":::
161161

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**.
163163

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":::
165165

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.
171167

172168
## Next step
173169

-15.7 KB
Loading

0 commit comments

Comments
 (0)