Skip to content

Commit fa49cb3

Browse files
committed
fix copilot edits
Signed-off-by: Hannah Hunter <[email protected]>
1 parent b828495 commit fa49cb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/durable/quickstart-mssql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ az role assignment create --assignee "$clientId" --role "Storage Blob Data Owner
299299

300300
#### Azure SQL Database
301301
>[!NOTE]
302-
> Authenticating to Azure SQL database using managed identity is _not_ supported when hosting a Durable Functions app in the Flex Consumption plan. If your app is hosted in the Flex Consumption plan, skip to the [set app settings](#set-required-app-settings) section. The Flex Consumption plan is supported by Durable Task Scheduler.
302+
> Authenticating to Azure SQL database using managed identity is _not_ supported when hosting a Durable Functions app in the Flex Consumption plan. If your app is hosted in the Flex Consumption plan, skip to the [set app settings](#set-required-app-settings) section. If you'd like to use it, the Flex Consumption plan is supported by Durable Task Scheduler.
303303
304304
1. Start by setting your developer identity as the database's admin.
305305

@@ -347,7 +347,7 @@ If you're using user-assigned managed identity to authenticate to the SQL databa
347347
sqlconnstr="Server=tcp:$dbserver.database.windows.net,1433;Initial Catalog=$sqlDB;Persist Security Info=False;User ID=$clientId;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication='Active Directory Managed Identity';"
348348
```
349349

350-
For Flex Consumption apps (supported by Durable Task Scheduler), use a connection string to authenticate for now. You can find it by going to the SQL database resource on Azure portal, navigating to the **Settings** tab, then clicking on **Connection strings**:
350+
For Flex Consumption apps, use a connection string to authenticate for now. You can find it by going to the SQL database resource on Azure portal, navigating to the **Settings** tab, then clicking on **Connection strings**:
351351

352352
:::image type="content" source="./media/quickstart-mssql/mssql-azure-db-connection-string.png" alt-text="Screenshot showing database connection string.":::
353353

0 commit comments

Comments
 (0)