Skip to content

Commit

Permalink
refactor: Update file paths for policy definitions in policies-Storag…
Browse files Browse the repository at this point in the history
…e.bicep
  • Loading branch information
arjenhuitema committed Jul 19, 2024
1 parent 5089132 commit 2422492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/alz/templates/policies-Storage.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ var deploymentLocation = '"location": "${targetDeploymentLocationByCloudType[clo
var loadPolicyDefinitions = {
All: [
// Used in both Storage and Management Policy Set Definitions
loadTextContent('../../../services/Storage/StorageAccounts/Deploy-SA-Availability-Alert.json')
loadTextContent('../../../services/Storage/StorageAccounts/Deploy-ActivityLog-SA-Delete-Alert.json')
loadTextContent('../../../services/Storage/storageAccounts/Deploy-SA-Availability-Alert.json')
loadTextContent('../../../services/Storage/storageAccounts/Deploy-ActivityLog-SA-Delete-Alert.json')
]
AzureCloud: []
AzureChinaCloud: []
Expand Down

0 comments on commit 2422492

Please sign in to comment.