Created .NET 8 out of process azure function on consumption plan on Linux (application insights and storage account should be created for the function too)
Cosmos db account, serverless mode, no sql api: 1 database and 2 collections in the database, partition key=id.
Questions/Improvements
Do you want the code to connect the Azure Function to Application Insights and Storage Account in Terraform code, so you don't need to manually do it in the portal?
Resolves #181
Questions/Improvements
Do you want the code to connect the Azure Function to Application Insights and Storage Account in Terraform code, so you don't need to manually do it in the portal?
Do you want a
backend.tf
file?Do you want variables for everything?