File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ resource "azurerm_linux_web_app" "app" {
4444 " ASPNETCORE_ENVIRONMENT" = var.environment == " prd" ? " Production" : " Development"
4545 " WEBSITE_RUN_FROM_PACKAGE" = " 1"
4646
47- " RepositoryApi__BaseUrl" = local.repository_api.api_management.endpoint
48- " RepositoryApi__ApplicationAudience" = local.repository_api.application.primary_identifier_uri
49-
50- " ServersIntegrationApi__BaseUrl" = local.servers_integration_api.api_management.endpoint
51- " ServersIntegrationApi__ApplicationAudience" = local.servers_integration_api.application.primary_identifier_uri
52-
5347 " GeoLocationApi__BaseUrl" = var.geo_location_api.base_url
5448 " GeoLocationApi__ApiKey" = format (" @Microsoft.KeyVault(SecretUri=%s)" , var. geo_location_api . keyvault_primary_ref )
5549 " GeoLocationApi__ApplicationAudience" = var.geo_location_api.application_audience
You can’t perform that action at this time.
0 commit comments