You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/azure-functions-pwsh-6/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This definition requires an Azure subscription to use. You can create a [free ac
23
23
24
24
3. To use latest-and-greatest copy of this definition from the repository:
25
25
1. Clone this repository.
26
-
2. Copy the contents of `containers/azure-functions-dotnetcore-latest/.devcontainer` to the root of your project folder.
26
+
2. Copy the contents of `containers/azure-functions-pwsh-6/.devcontainer` to the root of your project folder.
27
27
3. Start VS Code and open your project folder.
28
28
29
29
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@@ -37,7 +37,7 @@ This definition includes some test code that will help you verify it is working
37
37
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
38
38
2. Clone this repository.
39
39
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
40
-
4. Select the `containers/azure-functions-dotnetcore-latest` folder.
40
+
4. Select the `containers/azure-functions-pwsh-6` folder.
41
41
5. After the folder has opened in the container, press <kbd>F1</kbd> and select **Azure Functions: Create Function...**.
0 commit comments