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 c6bf128 commit 2af13b3Copy full SHA for 2af13b3
cicd/bicep/app.bicep
@@ -799,7 +799,13 @@ resource embedding 'Microsoft.CognitiveServices/accounts/deployments@2024-06-01-
799
resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
800
name: prefix
801
location: location
802
- tags: tags
+ tags: shallowMerge([
803
+ tags
804
+ // Ignoring "Secure PaaS Resources" (see: https://eng.ms/docs/cloud-ai-platform/azure-core/azure-networking/sdn-dbansal/azure-virtual-network-manager/nsp-dataplane-library/articles/ns22tsg/ns22tsgoverview)
805
+ {
806
+ SecurityControl: 'Ignore'
807
+ }
808
+ ])
809
kind: 'GlobalDocumentDB'
810
properties: {
811
consistencyPolicy: {
0 commit comments