We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AzureFunctionApp@2
No response
With no deployment type defined in AzureFunctionApp@2 inputs the task throws an error.
- task: AzureFunctionApp@2 inputs: azureSubscription: prod runtimeStack: "NODE|20" appType: functionAppLinux appName: "app1" package: $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip
Results in The Deployment Type option does not apply for Linux Consumption.
The Deployment Type option does not apply for Linux Consumption.
Reverting to the same configuration on v1 works fine.
- task: AzureFunctionApp@1 inputs: azureSubscription: prod runtimeStack: "NODE|20" appType: functionAppLinux appName: "app1" package: $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip
dev.azure.com (formerly visualstudio.com)
Ubuntu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New issue checklist
Task name
AzureFunctionApp@2
Task version
No response
Issue Description
With no deployment type defined in AzureFunctionApp@2 inputs the task throws an error.
Results in
The Deployment Type option does not apply for Linux Consumption.
Reverting to the same configuration on v1 works fine.
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu
Relevant log output
The Deployment Type option does not apply for Linux Consumption.
Full task logs with system.debug enabled
No response
Repro steps
The text was updated successfully, but these errors were encountered: