You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PR-20] setup cosmosdb connection string access in rest api (#29)
* add cosmosdb connection string as env variable in rest api from key vault
* reference as env variable
* todo comment
* fix biceps
* give arm access to kv
* deny access by default as best practice
* also add list
* enabledForTemplateDeployment true
* remove manual set access
* todo later
* rename cosmos secret string
@description('Specifies whether Azure Resource Manager is permitted to retrieve secrets from the key vault.')
15
-
paramenabledForTemplateDeploymentbool = false
15
+
paramenabledForTemplateDeploymentbool = true
16
16
17
17
@description('Specifies the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. Get it by using Get-AzSubscription cmdlet.')
0 commit comments