define-the-cloud icon indicating copy to clipboard operation
define-the-cloud copied to clipboard

Create IaC files #181

Open JustAnotherCloudGuy opened this issue 5 months ago • 0 comments

Resolves #181

  • 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?

Do you want a backend.tf file?

Do you want variables for everything?

JustAnotherCloudGuy avatar Sep 17 '24 20:09 JustAnotherCloudGuy