azure functions on aks

looking to deploy azure functions on Aks or any other Kubernetes environment? follow the below blog I wrote recently to get the bare minimum needed to get this going.

We don’t need azure arc or any other service to achieve this. Connection to azure storage may be needed for some scenarios but not for HTTP triggered functions.

https://github.com/rajanbhayana/azure-function-on-aks

Leave a comment