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

Commit bdba742

Browse files
committed
Typos
1 parent 1cb6dd1 commit bdba742

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This definition includes some test code that will help you verify it is working
4949
7. After the files are added, in a moment you will see a notification to restore packages. Click "Restore".
5050
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
5151
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
52-
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
52+
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
5353
10. You should see "Hello, remote" echoed by the Azure Function.
5454
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5555

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This definition includes some test code that will help you verify it is working
4949
7. After the files are added, in a moment you will see a notification to restore packages. Click "Restore".
5050
8. After the restore has completed, press <kbd>F5</kbd> to start debugging project.
5151
9. After the debugger is started, open a local browser and enter the URL: `http://localhost:7071/api/HttpTriggerCSharp?name=remote`.
52-
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
52+
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...**, and then port 7071.
5353
10. You should see "Hello, remote" echoed by the Azure Function.
5454
11. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5555

containers/azure-functions-java-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
4848
6. Open in current window
4949
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/HttpTrigger-Java?name=remote`.
51-
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
51+
- 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.
5353
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5454

containers/azure-functions-node-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
4848
6. Open in current window
4949
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/HttpTrigger?name=remote`.
51-
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
51+
- 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.
5353
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5454

containers/azure-functions-node-lts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This definition includes some test code that will help you verify it is working
4848
6. Open in current window
4949
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/HttpTrigger?name=remote`.
51-
- If the port 7071 is not already open, press <kbd>F1</kbd>, select **Remote-Containers: Forward Port from Container...", and then port 7071.
51+
- 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.
5353
10. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5454

0 commit comments

Comments
 (0)