Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure function app - add python runtime stack #10304

Merged
merged 3 commits into from
May 13, 2019

Conversation

vincent1173
Copy link
Contributor

No description provided.

@vincent1173 vincent1173 added Area: AzureAppService Label to monitor Azure App Service issues Area: Release labels May 3, 2019
@@ -27,7 +28,7 @@ export class BuiltInLinuxWebAppDeploymentProvider extends AzureRmWebAppDeploymen
var isNewValueUpdated: boolean = false;

var linuxFunctionRuntimeSetting = "";
if(this.taskParams.RuntimeStack){
if(this.taskParams.RuntimeStack && linuxFunctionRuntimeSettingValue.get(this.taskParams.RuntimeStack)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User should be able to provide the exact value for runtime stack even if we dont have it in our map. Hence the logic should be, if the value is not present in our map we propagate the exact setting provided by him

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It holds good for configuration setting.
but, we update the appsetting here (dotnet / python / node) here.

@vincent1173 vincent1173 merged commit b4c78fb into master May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: AzureAppService Label to monitor Azure App Service issues Area: Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants