Skip to content

Commit

Permalink
added option to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fortunka committed Feb 14, 2025
1 parent 93356b7 commit f398b0e
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 258 deletions.
1 change: 1 addition & 0 deletions core/terraform/api-webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "azurerm_linux_web_app" "api" {
LOGGING_LEVEL = var.logging_level
OTEL_RESOURCE_ATTRIBUTES = "service.name=api,service.version=${local.version}"
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS = "azure_app_service"
USER_MANAGEMENT_ENABLED = "True"
}

identity {
Expand Down
Loading

0 comments on commit f398b0e

Please sign in to comment.