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 be6c47b commit 2900438Copy full SHA for 2900438
sdk/healthdataaiservices/test-resources.bicep
@@ -37,6 +37,28 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-05-01' = {
37
kind: 'StorageV2'
38
properties: {
39
minimumTlsVersion: 'TLS1_2'
40
+
41
+ accessTier: 'Hot'
42
+ supportsHttpsTrafficOnly: true
43
+ allowBlobPublicAccess: false
44
+ allowCrossTenantReplication: false
45
+ allowSharedKeyAccess: false
46
47
+ encryption: {
48
+ services: {
49
+ blob: {
50
+ enabled: true
51
+ keyType: 'Account'
52
+ }
53
+ file: {
54
55
56
57
58
+ requireInfrastructureEncryption: true
59
+ keySource: 'Microsoft.Storage'
60
61
62
networkAcls: {
63
bypass: 'AzureServices'
64
defaultAction: 'Deny'
0 commit comments