Azure / azure-functions-devops-build

A python library for setting up and managing Azure DevOps builds for Azure Functions projects
MIT License
14 stars 24 forks source link

Add support for slots #43

Open ahmedelnably opened 5 years ago

ahmedelnably commented 5 years ago

in the publish step we can add the following to support slots note that slots is not supported in Linux conusmption

deployToSlotOrASE: true resourceGroupName: 'funcgbbdemocli' slotName: 'stage'