I created a basic #Azure #Functions #App with C# .NET and deployed it using GitHub #Actions and I blogged about it.
The blog covers the entire CI/CD process, from #compiling, #testing, and #publishing, to #infrastructure as #code (IaC) and the actual #deployment of the system.
This blog is helpful because it describes the cohesion between the CI/CD workflow (pipeline) and the #IaC aspect, and how to share information between these processes.
https://hexmaster.nl/posts/infrastructure-as-code-with-github-actions/

