Skip to content

Commit 45e7a68

Browse files
committed
fix links and remove acronym from file name
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 9d3b9dc commit 45e7a68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- name: Publish to Event Grid
6464
href: durable-functions-event-publishing.md
6565
- name: Hosting in Azure Container Apps
66-
href: durable-functions-mssql-aca-hosting.md
66+
href: durable-functions-mssql-container-apps-hosting.md
6767
- name: Samples
6868
items:
6969
- name: Code samples

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ az functionapp config appsettings delete --name $functionApp --resource-group $r
313313
### Apps hosted in Flex Consumption plan
314314
Authenticating to the MSSQL database using managed identity is not yet supported when hosting a Durable Functions app in the Flex Consumption plan. Instead, the MSSQL connection string should be used, which can be found by going to the SQL database resource on Azure portal, navigating to the **Settings** tab, then clicking on **Connection strings**:
315315

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

318318
The connection string should have this format:
319319
```bash
@@ -406,7 +406,7 @@ After you run a simple orchestrator, you should see at least one result, as show
406406

407407
## Next steps
408408

409-
- Host a Durable Functions app using the MSSQL backend in [Azure Container Apps](./quickstart-durable-functions-mssql-aca.md).
409+
- Host a Durable Functions app using the MSSQL backend in [Azure Container Apps](./durable-functions-mssql-container-apps-hosting.md).
410410
- See the [MSSQL storage provider documentation](https://microsoft.github.io/durabletask-mssql/) for more information about this backend's architecture, configuration, and workload behavior.
411411

412412

0 commit comments

Comments
 (0)