Description
Is there an existing issue for this?
- I have searched the existing issues
Where would you like this feature added?
Examples (Quickstart, Samples, etc.)
Is this feature ask due to a problem that you are encountering?
I am trying to create a new Web App with Easy Auth configured with Terraform. There is no updated samples on how to do this, so I had to build a new script from scratch.
I searched for Terraform samples on how to achieve this, the problem is that there are no good up-to-date samples.
Microsoft does not have samples for a Web App with Easy Auth configured (we only have samples to create an App Service but without Authorization configured):
https://github.com/Azure/terraform/tree/master/quickstart,
https://learn.microsoft.com/en-us/azure/app-service/provision-resource-terraform,
https://learn.microsoft.com/en-us/azure/app-service/samples-terraform
Hashicorp (Terraform Owner) have some samples but they use old Authentication V1: https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples/app-service/linux-authentication
Describe potential solutions.
It will be very useful is a sample is provided on how to created a Web App with Easy Auth enabled and configured.
Activity