Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit cddb174

Browse files
committed
Fix step
1 parent 9f85980 commit cddb174

File tree

2 files changed

+2
-2
lines changed
  • containers

2 files changed

+2
-2
lines changed

containers/azure-functions-dotnetcore-2.1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This definition includes some test code that will help you verify it is working
4646
4. HttpTriggerCSharp
4747
5. Anonymous
4848
6. Open in current window
49-
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
49+
7. Press <kbd>F5</kbd> to start debugging project.
5050
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
5151
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
5252
9. You should see "Hello, remote" echoed by the Azure Function.

containers/azure-functions-dotnetcore-latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This definition includes some test code that will help you verify it is working
4646
4. HttpTriggerCSharp
4747
5. Anonymous
4848
6. Open in current window
49-
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
49+
7. Press <kbd>F5</kbd> to start debugging project.
5050
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
5151
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
5252
9. You should see "Hello, remote" echoed by the Azure Function.

0 commit comments

Comments
 (0)