...

/

Automating the Deployment of the Middleware functions

Automating the Deployment of the Middleware functions

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

We'll cover the following...

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
...