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

Commit

Permalink
Remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 28, 2019
1 parent 2771ba0 commit 9f85980
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions containers/azure-functions-dotnetcore-2.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ This definition includes some test code that will help you verify it is working
4. HttpTriggerCSharp
5. Anonymous
6. Open in current window
7. After the files are added, in a moment you will see a notification to restore packages. Click "Restore".
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
10. You should see "Hello, remote" echoed by the Azure Function.
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
9. You should see "Hello, remote" echoed by the Azure Function.
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.

## License

Expand Down
9 changes: 4 additions & 5 deletions containers/azure-functions-dotnetcore-latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ This definition includes some test code that will help you verify it is working
4. HttpTriggerCSharp
5. Anonymous
6. Open in current window
7. After the files are added, in a moment you will see a notification to restore packages. Click "Restore".
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
7. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
8. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
10. You should see "Hello, remote" echoed by the Azure Function.
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
9. You should see "Hello, remote" echoed by the Azure Function.
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.

## License

Expand Down

0 comments on commit 9f85980

Please sign in to comment.