Skip to content

A Terraform configuration that integrates Azure Key Vault references into Azure App Service application settings using a user-assigned managed identity.

Notifications You must be signed in to change notification settings

ChaiyoKung/terraform-azure-key-vault-references

Repository files navigation

Terraform Azure Key Vault References

A Terraform configuration that integrates Azure Key Vault references into Azure App Service application settings using a user-assigned managed identity.

This setup ensures secure and seamless access to secrets while following best practices for identity management and infrastructure as code.

result

Learn more: Use Key Vault references as app settings in Azure App Service and Azure Functions

Getting Started

cp terraform.tfvars.example terraform.tfvars
terraform init

Development

terraform plan -out=tfplan
terraform apply "tfplan"

About

A Terraform configuration that integrates Azure Key Vault references into Azure App Service application settings using a user-assigned managed identity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages