How to Deploy a .NET isolated Azure Function using Zip Deploy in One-Click

preview_player
Показать описание
In this video, Frank will share a few things that we need our attention when deploying a .NET isolated Azure Function from GitHub to Azure using the Zip Deploy method. This method is great to have a fast deployment and when your artefacts are zipped in a package.

(#cloud5mins - Episode 70)

USEFUL LINKS:
-----------------------

CHAPTERS
------------------
00:00:00 Zip Deploy vs CICD
00:03:18 Tips when creating ZIP file
00:05:13 ARM template for Zip Deploy


FOLLOW ME ON
---------------

BLOGS
------------

GEARS
----------
- Fujifilm X-T4
- Blue Snowball

☁️
Рекомендации по теме
Комментарии
Автор

How do I do this with bicep or the azure cli? Been trying to get it to work for 2 weeks. Need to zip deploy with the cli from a script in azure devops pipeline

colinfritz
Автор

We carrefull to include the .azurefunction in the zip file. If you zip with powershell by default it will not zip the hidden folder.

DiDasKein