Basel Anani
Basel Anani

Reputation: 5

Configure Logic App Management with Terraform

I am trying to configure Logic App Management for a series of Logic Apps that I maintaining in Azure, following this guide the way my permissions are configured, this type of resource can only be provisioned at the Service Principal level.

I have tried browsing Terraform's AzureRM provider. It doesn't appear to be immediately obvious that there is a way to configure Logic App Management via terraform. I checked the AzureRM Logic Apps Resource as well as the Log Analytics Workspace Resource and it doesn't appear that there is a way to configure that within Terraform. Has anyone had to do this with Terraform or know of a way to do this?

Note: I do understand that Logic App Management is in "Preview" mode but would like to stick to the standard of managing infrastructure and resources with IaC

Upvotes: 0

Views: 329

Answers (1)

Basel Anani
Basel Anani

Reputation: 5

Of course as soon as I ask, I end up stumbling on the solution so figured I would add the answer here. It appears that there is a Log Analytics Solution block that can be provisioned within terraform. With a list of solutions that one can provision linked in the article. Hopefully this is a satisfactory answer with a link to the Terraform docs, if anyone wants anymore information please comment on this answer and I'd be happy to inform!

Upvotes: 0

Related Questions