chevah / github-hooks-server

Handling of GitHub hooks for Chevah project
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Migrate to v4 of Azure Functions runtime #51

Open danuker opened 1 year ago

danuker commented 1 year ago

Azure Functions v3 which we use is no longer supported and we should migrate to v4.

I am not sure if it's worth it, however, since we plan to switch to a GitHub app (#29). But if it's easy to do (since MS claims good backwards compatibility), we should.

adiroiban commented 1 year ago

If it's easier for you, we can forget about the whole serverless part.

What we can do is pack the application in a minimal container and deploy it at first in our ES DC.

And if all is ok, we can deploy it on Azure via something like https://azure.microsoft.com/en-gb/products/container-apps/

or forget about the while "serverless" framework and write the application directly for Azure Functions.

The reason why I wanted to try "the serverless technology" and see if we can use it later for "serious business"