forked from rodrmoya/codespaces-in-codespaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Khuram Khan edited this page Jan 19, 2022
·
2 revisions
-
WEBSITE_NODE_DEFAULT_VERSION
is Windows only property. Click here for more information. - Linux apps should use
LinuxFxVersion
setting.
- Linux apps should include a
linuxFxVersion
property undersiteConfig
. If you are just deploying code, the value for this is determined by your desired runtime stack in the format ofruntime|runtimeVersion
. - If you are deploying a custom container image, you must specify it with
linuxFxVersion
and include configuration that allows your image to be pulled, as in Web App for Containers. Also, setWEBSITES_ENABLE_APP_SERVICE_STORAGE
tofalse
, since your app content is provided in the container itself: - More information about setting
linuxFxVersion
using ARM template and using Azure CLI is available online.