Home > Software engineering >  Azure Functions with Devops Pipelines
Azure Functions with Devops Pipelines

Time:08-09

I have pipeline and I deployed azure functions from it and I want to disable the pipeline for few days and reenable when I use it

CodePudding user response:

Not only azure functions you can create any pipeline, but you can also disable and re enable it whenever required

Under pipeline settings you can find the options of deleting the pipeline

https://img.codepudding.com/202208/44b716cf186b4d68a93202df2965c115.png

  • Related