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