This message was deleted.
# azure
s
This message was deleted.
w
found some resources it is the.
CURRENT_STACK
that should set the current runtime stack, but it is always blank for me.
Once you know how to do it it is easy. With a
siteConfig
like the following it works:
Copy code
siteConfig: {
          netFrameworkVersion: "v8.0",
          linuxFxVersion: "DOTNETCORE|8.0",
          appSettings: [
            {
              name: "CONNECTION_STRING",
              value: connectionString,
            },
          ],
        },