Skip to content

Commit 29c3730

Browse files
Merge pull request #208769 from ramiMSFT/devops/1980391
Azure function app task
2 parents fb8d5fe + 16f2284 commit 29c3730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ For Azure DevOps deployments, you can deploy your logic app by using the [Azure
226226
displayName: 'Deploy logic app workflows'
227227
inputs:
228228
azureSubscription: 'MyServiceConnection'
229-
appType: 'workflowapp'
229+
appType: 'functionAppLinux' ## Default: functionApp
230230
appName: 'MyLogicAppName'
231231
package: 'MyBuildArtifact.zip'
232232
deploymentMethod: 'zipDeploy'

0 commit comments

Comments
 (0)