Skip to content

Commit 94512e5

Browse files
committed
fix blockers
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 49b6b10 commit 94512e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-mssql-container-apps-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Authenticating to the MSSQL database using managed identity isn't supported when
279279
280280
:::image type="content" source="./media/quickstart-mssql/mssql-azure-db-connection-string.png" alt-text="Screenshot showing database connection string.":::
281281
282-
The connection string should a format similar to:
282+
The connection string should be a format similar to:
283283
284284
```bash
285285
dbserver=<SQL_SERVER_NAME>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For more information about these functions, see [Durable Functions types and fea
7979
#### Check for latest extension version
8080
For .NET apps, check the `.csproj` file and make sure the latest version of the [Microsoft.Azure.Functions.Worker.Extensions.DurableTask](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask) package is referenced.
8181

82-
Non-.NET apps references the extension bundles, which automatically uses the latest package.
82+
"Non-.NET apps" references the extension bundles, which automatically use the latest package.
8383

8484
## Set up your database
8585

0 commit comments

Comments
 (0)