File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
cli/azd/resources/scaffold/templates Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -791,7 +791,7 @@ module {{bicepName .Name}} 'br/public:avm/res/web/site:0.15.1' = {
791
791
appSettingsKeyValuePairs: {
792
792
AZURE_CLIENT_ID: {{bicepName .Name}}Identity.outputs.clientId
793
793
{{- if .DbCosmosMongo}}
794
- ' MONGODB_URL' : '@Microsoft.KeyVault(SecretUri=${cosmosMongo.outputs.exportedSecrets['mongodb-url'].secretUri})'
794
+ MONGODB_URL: '@Microsoft.KeyVault(SecretUri=${cosmosMongo.outputs.exportedSecrets['mongodb-url'].secretUri})'
795
795
{{- end}}
796
796
{{- if .DbCosmos}}
797
797
AZURE_COSMOS_ENDPOINT: cosmos.outputs.endpoint
@@ -844,13 +844,11 @@ module {{bicepName .Name}} 'br/public:avm/res/web/site:0.15.1' = {
844
844
{{- if .AiFoundryProject }}
845
845
AZURE_AI_PROJECT_CONNECTION_STRING: aiFoundryProjectConnectionString
846
846
{{- end}}
847
-
848
847
{{- if .Frontend}}
849
848
{{- range $i, $e := .Frontend.Backends}}
850
849
{{upper .Name}}_BASE_URL: {{.Name}}.outputs.defaultHostname
851
850
{{- end}}
852
851
{{- end}}
853
-
854
852
{{- if ne .Port 0}}
855
853
PORT: '{{ .Port }}'
856
854
{{- end}}
You can’t perform that action at this time.
0 commit comments