diff --git a/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts index 3d18530e6b..da18fb990d 100644 --- a/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,7 @@ export const nodeStack: FunctionAppStack = { os: 'windows', isPreview: true, isDeprecated: false, - isHidden: true, + isHidden: false, applicationInsightsEnabled: true, runtimeVersion: '~18', appSettingsDictionary: { @@ -33,7 +33,7 @@ export const nodeStack: FunctionAppStack = { os: 'linux', isPreview: true, isDeprecated: false, - isHidden: true, + isHidden: false, applicationInsightsEnabled: true, runtimeVersion: 'Node|18', appSettingsDictionary: { diff --git a/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts index 8ebc157ca9..8f6c9cd340 100644 --- a/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = { windowsRuntimeSettings: { runtimeVersion: '~18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = { linuxRuntimeSettings: { runtimeVersion: 'Node|18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, diff --git a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts index 5a7d92c5c7..5e68f1b481 100644 --- a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = { windowsRuntimeSettings: { runtimeVersion: '~18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = { linuxRuntimeSettings: { runtimeVersion: 'Node|18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true,