Skip to content

Commit b4133bb

Browse files
committed
fix links
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7258c7d commit b4133bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Scheduler sharing is a great way to optimize cost when multiple teams have scena
103103

104104
### Emulator for local development
105105

106-
The [Durable Task Scheduler emulator](./quickstart-durable-task-scheduler.md#set-up-durable-task-scheduler-emulator) is a lightweight version of the scheduler backend that runs locally in a Docker container. With it, you can:
106+
The [Durable Task Scheduler emulator](./quickstart-durable-task-scheduler.md#set-up-the-durable-task-emulator) is a lightweight version of the scheduler backend that runs locally in a Docker container. With it, you can:
107107
- Develop and test your Durable Function app without needing to deploy it to Azure.
108108
- Monitor and manage your orchestrations and entities just like you would in Azure.
109109

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Add connection information for local development:
117117
}
118118
```
119119

120-
## Set up Durable Task emulator
120+
## Set up the Durable Task emulator
121121

122122
1. Pull the docker image containing the emulator.
123123

articles/azure-functions/durable/durable-task-scheduler/troubleshoot-durable-task-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When your app isn't running as expected, first check if you have:
1818

1919
### Local development
2020

21-
1. Check the connection string, which should have this format: `Endpoint=http://localhost:<port number>;Authentication=None`. Ensure the port number is the one mapped to `8080` on the [container running the durable task scheduler emulator](./quickstart-durable-task-scheduler.md#set-up-durable-task-scheduler-emulator).
21+
1. Check the connection string, which should have this format: `Endpoint=http://localhost:<port number>;Authentication=None`. Ensure the port number is the one mapped to `8080` on the [container running the durable task scheduler emulator](./quickstart-durable-task-scheduler.md#set-up-the-durable-task-emulator).
2222

2323
1. Along with the durable task scheduler emulator, make sure [the Azure Storage emulator, Azurite, is started](./quickstart-durable-task-scheduler.md#test-locally). Azurite is needed for components of the app related to Functions.
2424

0 commit comments

Comments
 (0)