Merge branch 'testing-setup' of https://github.com/pamelafox/django-quiz-app into testing-setup
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
|