Deploy Flex Consumption Azure Function with VNet Integration using Terraform
Thursday, December 12, 2024 in 2024
Categories:
5 minute read
The Flex Consumption plan for Azure Functions is a new hosting option that provides more flexibility and cost efficiency for running serverless applications. Unlike the traditional Consumption plan, which charges based on the number of executions and …
AKS: Enabling NAP with Terraform
Monday, December 09, 2024 in 2024
Categories:
2 minute read
Let’s learn how to create an AKS cluster and enable Node Autoprovisioning (NAP) with Terraform. Note: Since at the time of writing NAP is a preview feature, we will use the azapi provider to enable it. Creating an AKS cluster and enable Node …
Exploring AKS Automatic
Monday, July 15, 2024 in 2024
Categories:
6 minute read
Azure Kubernetes Service (AKS) Automatic is a new SKU that simplifies the management of your AKS clusters. With this SKU, Azure ensures that your cluster is production ready with built-in best practice and a great code to kubernetes experience. …