Automating the Deployment of the Middleware functions

Learn how to set up the automation pipeline to deploy all middleware functions.

Archiving files

To create a ZIP archive, we will use the pipeline task ArchiveFiles@2.

This task does the following:

  • Creates a ZIP archive (or replaces the existing one).
  • Puts the created archive into the DevOps artifacts directory. We can then retrieve it from there in the next pipeline task.

You can see the task below:

Get hands-on with 1200+ tech skills courses.