Search⌘ K

Automating the Deployment of the Middleware functions

Explore how to automate the deployment of middleware functions in Azure using CI/CD pipelines. Learn to archive files, deploy ZIP packages to Function apps, and manage pipeline tasks, enabling efficient and repeatable infrastructure updates.

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