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