shibayan / terraform-azurerm-keyvault-acmebot

Terraform Module for Key Vault Acmebot
Apache License 2.0
31 stars 35 forks source link

How to create authentication (enterprise application) in terraform #35

Closed AppElent closed 2 years ago

AppElent commented 2 years ago

Hi,

i really like this project. I am working in terraform. I just want to add the function app authentication part to terraform as well, because if I add authentication after the deployment, terraform will recognize a difference and reset the function app.

In the code I saw that it is possible to add an auth_settings block. Can you provide an example on how I create such an Enterprise application and which auth_settings to set?

BTW I am using regular Microsoft authentication.