Daniel Wertheim 3/12/2020

Setting Daily usage quota for an Azure Function when using Terraform

Read Original

This article details a workaround for setting the daily memory time quota on an Azure Function using the consumption plan in Terraform. Since the azurerm provider doesn't natively support this setting, the author demonstrates using a null_resource with a local-exec provisioner to run an Azure CLI command, providing a full code example and linking to a GitHub feature request.

Setting Daily usage quota for an Azure Function when using Terraform

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week