From 04b3a99c4d449bb9e9d319a39f7abbb3821dd5bb Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 13 Oct 2020 11:11:02 -0700 Subject: [PATCH] Update README given no variant is in the definition (CI Ignore) --- containers/azure-static-web-apps/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/containers/azure-static-web-apps/README.md b/containers/azure-static-web-apps/README.md index b48018d3..ef6f0e69 100644 --- a/containers/azure-static-web-apps/README.md +++ b/containers/azure-static-web-apps/README.md @@ -17,13 +17,7 @@ This definition requires an Azure subscription to use. You can create a [free account here](https://azure.microsoft.com/en-us/free/serverless/) and learn more about using [Azure Functions with VS Code here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-vs-code). -This definition includes Python, .NET Core, and Node.js - -While this definition should work unmodified, you can select the version of Node.js the container uses by updating the `VARIANT` arg in the included `devcontainer.json` to a supported major Node.js release version: 10 or 12. - -```json -"args": { "VARIANT": "10" } -``` +This definition includes Python, .NET Core, and Node.js. Node.js is installed using [nvm](https://github.com/nvm-sh/nvm), so you can use it to pick a different version if needed. ### Adding the definition to your folder