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

Commit 9f85980

Browse files
committed
Remove redundant step
1 parent 2771ba0 commit 9f85980

File tree

2 files changed

+8
-10
lines changed
  • containers

2 files changed

+8
-10
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ 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 files are added, in a moment you will see a notification to restore packages. Click "Restore".
50-
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
51-
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
49+
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
50+
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
5251
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
53-
10. You should see "Hello, remote" echoed by the Azure Function.
54-
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
52+
9. You should see "Hello, remote" echoed by the Azure Function.
53+
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5554

5655
## License
5756

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ 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 files are added, in a moment you will see a notification to restore packages. Click "Restore".
50-
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
51-
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
49+
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
50+
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
5251
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
53-
10. You should see "Hello, remote" echoed by the Azure Function.
54-
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
52+
9. You should see "Hello, remote" echoed by the Azure Function.
53+
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5554

5655
## License
5756

0 commit comments

Comments
 (0)