Skip to content

Commit ddf9303

Browse files
committed
fix blockers
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 5f26977 commit ddf9303

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
href: ./durable-task-scheduler/quickstart-durable-task-scheduler.md
4444
- name: Configure a container app with Durable Task SDK and Durable Task Scheduler
4545
displayName: get started, durable task scheduler
46-
href: ./durable-task-scheduler/quickstart-aca-azd-durable-task-sdk.md
46+
href: ./durable-task-scheduler/quickstart-container-apps-durable-task-sdk.md
4747
- name: Configure Durable Functions app with MSSQL
4848
href: quickstart-mssql.md
4949
- name: Configure Durable Functions app with managed identity
@@ -133,7 +133,7 @@
133133
- name: How-to guides
134134
items:
135135
- name: Autoscaling with the Durable Task SDKs in Azure Container Apps
136-
href: ./durable-task-scheduler/durable-task-scheduler-auto-scaling-aca.md
136+
href: ./durable-task-scheduler/durable-task-scheduler-auto-scaling.md
137137
- name: Billing
138138
href: ./durable-task-scheduler/durable-task-scheduler-dedicated-sku.md
139139
- name: Troubleshoot
Loading
Loading

articles/azure-functions/durable/durable-task-scheduler/quickstart-aca-azd-durable-task-sdk.md renamed to articles/azure-functions/durable/durable-task-scheduler/quickstart-container-apps-durable-task-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ In the Azure portal, verify the orchestrations are running successfully.
171171

172172
1. Confirm the client container is logging the function chaining tasks.
173173

174-
:::image type="content" source="media/quickstart-aca-azd-durable-task-sdk/client-app-log-stream.png" alt-text="Screenshot of the client container's log stream in the Azure portal.":::
174+
:::image type="content" source="media/quickstart-container-apps-durable-task-sdk/client-app-log-stream.png" alt-text="Screenshot of the client container's log stream in the Azure portal.":::
175175

176176
1. Navigate back to the resource group page to select the `worker` container.
177177

178178
1. Select **Monitoring** > **Log stream**.
179179

180180
1. Confirm the worker container is logging the function chaining tasks.
181181

182-
:::image type="content" source="media/quickstart-aca-azd-durable-task-sdk/worker-app-log-stream.png" alt-text="Screenshot of the worker container's log stream in the Azure portal.":::
182+
:::image type="content" source="media/quickstart-container-apps-durable-task-sdk/worker-app-log-stream.png" alt-text="Screenshot of the worker container's log stream in the Azure portal.":::
183183

184184
::: zone-end
185185

articles/azure-functions/durable/durable-task-scheduler/quickstart-portable-durable-task-sdks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Before you begin:
6565

6666
## Set up the Durable Task Scheduler emulator
6767

68-
The application code looks for a deployed scheduler and task hub resource. If none are found, the code falls back to the emulator. The emulator simulates a scheduler and task hub in a Docker container, making it ideal for the local development required in this quickstart.
68+
The application code looks for a deployed scheduler and task hub resource. If none is found, the code falls back to the emulator. The emulator simulates a scheduler and task hub in a Docker container, making it ideal for the local development required in this quickstart.
6969

7070
::: zone-end
7171

@@ -705,4 +705,4 @@ logger.info("Output: {}", completedInstance.readOutputAs(int.class));
705705
Now that you've run the sample locally using the Durable Task Scheduler emulator, try creating a scheduler and task hub resource and deploying to Azure Container Apps.
706706

707707
> [!div class="nextstepaction"]
708-
> [Deploy Durable Task Scheduler hosted on Azure Container Apps to Azure](./quickstart-aca-azd-durable-task-sdk.md)
708+
> [Deploy Durable Task Scheduler hosted on Azure Container Apps to Azure](./quickstart-container-apps-durable-task-sdk.md)

0 commit comments

Comments
 (0)