pamelafox
commited on
Commit
·
97e9491
1
Parent(s):
4dec878
Update Bicep files
Browse files- infra/main.bicep +1 -1
infra/main.bicep
CHANGED
@@ -157,4 +157,4 @@ module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = {
|
|
157 |
|
158 |
output WEB_URI string = 'https://${web.outputs.uri}'
|
159 |
output AZURE_LOCATION string = location
|
160 |
-
output AZURE_KEY_VAULT_NAME string = keyVault.outputs.name
|
|
|
157 |
|
158 |
output WEB_URI string = 'https://${web.outputs.uri}'
|
159 |
output AZURE_LOCATION string = location
|
160 |
+
output AZURE_KEY_VAULT_NAME string = keyVault.outputs.name
|