diff --git a/containers/azure-functions-dotnetcore-2.1/README.md b/containers/azure-functions-dotnetcore-2.1/README.md index 35ce445982..f85aa499ed 100644 --- a/containers/azure-functions-dotnetcore-2.1/README.md +++ b/containers/azure-functions-dotnetcore-2.1/README.md @@ -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 F5 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 F1, select **Remote-Containers: Forward Port from Container...", and then port 7071. + - If the port 7071 is not already open, press F1, 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. diff --git a/containers/azure-functions-dotnetcore-latest/README.md b/containers/azure-functions-dotnetcore-latest/README.md index 5d1718aec2..6961faffbf 100644 --- a/containers/azure-functions-dotnetcore-latest/README.md +++ b/containers/azure-functions-dotnetcore-latest/README.md @@ -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 F5 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 F1, select **Remote-Containers: Forward Port from Container...", and then port 7071. + - If the port 7071 is not already open, press F1, 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. diff --git a/containers/azure-functions-java-8/README.md b/containers/azure-functions-java-8/README.md index 02f65573dc..5bc3609ed3 100644 --- a/containers/azure-functions-java-8/README.md +++ b/containers/azure-functions-java-8/README.md @@ -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 F5 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 F1, select **Remote-Containers: Forward Port from Container...", and then port 7071. + - If the port 7071 is not already open, press F1, 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. diff --git a/containers/azure-functions-node-8/README.md b/containers/azure-functions-node-8/README.md index 68a63c1a43..919bd4a2bd 100644 --- a/containers/azure-functions-node-8/README.md +++ b/containers/azure-functions-node-8/README.md @@ -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 F5 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 F1, select **Remote-Containers: Forward Port from Container...", and then port 7071. + - If the port 7071 is not already open, press F1, 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. diff --git a/containers/azure-functions-node-lts/README.md b/containers/azure-functions-node-lts/README.md index 3bc5922a72..b886971bab 100644 --- a/containers/azure-functions-node-lts/README.md +++ b/containers/azure-functions-node-lts/README.md @@ -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 F5 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 F1, select **Remote-Containers: Forward Port from Container...", and then port 7071. + - If the port 7071 is not already open, press F1, 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.