We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f8eaa commit e74b9d5Copy full SHA for e74b9d5
infra/deploy_cosmos_db.bicep
@@ -4,7 +4,7 @@
4
param solutionName string
5
param solutionLocation string
6
param keyVaultName string
7
-var abbrs = loadJsonContent('./abbreviations.json')
+
8
param accountName string
9
10
var databaseName = 'db_conversation_history'
infra/deploy_keyvault.bicep
param managedIdentityObjectId string
param keyvaultName string
infra/deploy_managed_identity.bicep
@@ -1,6 +1,6 @@
1
// ========== Managed Identity ========== //
2
targetScope = 'resourceGroup'
3
@minLength(3)
@maxLength(15)
0 commit comments