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

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 28, 2019
1 parent 1cb6dd1 commit bdba742
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/azure-functions-dotnetcore-2.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This definition includes some test code that will help you verify it is working
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`.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
- 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.

Expand Down
2 changes: 1 addition & 1 deletion containers/azure-functions-dotnetcore-latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This definition includes some test code that will help you verify it is working
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`.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
- 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.

Expand Down
2 changes: 1 addition & 1 deletion containers/azure-functions-java-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
6. Open in current window
7. 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/HttpTrigger-Java?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.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
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.

Expand Down
2 changes: 1 addition & 1 deletion containers/azure-functions-node-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
6. Open in current window
7. 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/HttpTrigger?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.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
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.

Expand Down
2 changes: 1 addition & 1 deletion containers/azure-functions-node-lts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
6. Open in current window
7. 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/HttpTrigger?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.
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
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.

Expand Down

0 comments on commit bdba742

Please sign in to comment.