diff --git a/containers/azure-functions-dotnetcore-2.1/README.md b/containers/azure-functions-dotnetcore-2.1/README.md index f85aa499ed..4efe67a2dd 100644 --- a/containers/azure-functions-dotnetcore-2.1/README.md +++ b/containers/azure-functions-dotnetcore-2.1/README.md @@ -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 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`. +7. After the restore has completed, press F5 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 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. +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 diff --git a/containers/azure-functions-dotnetcore-latest/README.md b/containers/azure-functions-dotnetcore-latest/README.md index 6961faffbf..1d17df9b39 100644 --- a/containers/azure-functions-dotnetcore-latest/README.md +++ b/containers/azure-functions-dotnetcore-latest/README.md @@ -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 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`. +7. After the restore has completed, press F5 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 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. +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