Skip to content

Commit

Permalink
changes to backupStorageConfig and rerun of set-avmmodule script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderojala committed Nov 20, 2024
1 parent 83cda55 commit 038c60b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions avm/res/recovery-services/vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,10 @@ module vault 'br/public:avm/res/recovery-services/vault:<version>' = {
}
}
]
backupStorageConfig: {
crossRegionRestoreFlag: true
storageModelType: 'GeoRedundant'
}
diagnosticSettings: [
{
eventHubAuthorizationRuleResourceId: '<eventHubAuthorizationRuleResourceId>'
Expand Down Expand Up @@ -1039,6 +1043,12 @@ module vault 'br/public:avm/res/recovery-services/vault:<version>' = {
}
]
},
"backupStorageConfig": {
"value": {
"crossRegionRestoreFlag": true,
"storageModelType": "GeoRedundant"
}
},
"diagnosticSettings": {
"value": [
{
Expand Down Expand Up @@ -1441,6 +1451,10 @@ param backupPolicies = [
}
}
]
param backupStorageConfig = {
crossRegionRestoreFlag: true
storageModelType: 'GeoRedundant'
}
param diagnosticSettings = [
{
eventHubAuthorizationRuleResourceId: '<eventHubAuthorizationRuleResourceId>'
Expand Down
4 changes: 4 additions & 0 deletions avm/res/recovery-services/vault/tests/e2e/max/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ module testDeployment '../../../main.bicep' = [
}
}
]
backupStorageConfig: {
crossRegionRestoreFlag: true
storageModelType: 'GeoRedundant'
}
replicationAlertSettings: {
customEmailAddresses: [
'test.user@testcompany.com'
Expand Down

0 comments on commit 038c60b

Please sign in to comment.