Skip to content

Commit 1cff8cb

Browse files
helderpintoHélder Pinto
andauthored
[AOE] Changed default SQL database backup redundancy to LRS (#1951)
Co-authored-by: Hélder Pinto <[email protected]>
1 parent 29f9953 commit 1cff8cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs-mslearn/toolkit/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ _Released January 2026_
8686

8787
### [Optimization engine](optimization-engine/overview.md) v13
8888

89+
- **Changed**
90+
- Changed default SQL database backup redundancy to LRS, for improved cost efficiency and compatibility with deployments in non-paired Azure regions.
8991
- **Fixed**
9092
- Reservations-related workbooks fixed by replacing Instance Size Flexibility ratios CSV vanity URL with actual one to work around Log Analytics externaldata limitation ([#1810](https://github.com/microsoft/finops-toolkit/issues/1810)).
9193
- Underutilized disks recommendations were not being generated when customer environment has Premium SSD V2 disks ([#1831](https://github.com/microsoft/finops-toolkit/issues/1831)).

src/optimization-engine/azuredeploy-nested.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ resource sqlDatabase 'Microsoft.Sql/servers/databases@2022-05-01-preview' = {
17611761
zoneRedundant: false
17621762
readScale: 'Disabled'
17631763
autoPauseDelay: 60
1764-
requestedBackupStorageRedundancy: 'Geo'
1764+
requestedBackupStorageRedundancy: 'Local'
17651765
}
17661766
}
17671767

0 commit comments

Comments
 (0)