Skip to content

Commit 0c19b83

Browse files
committed
Update SQL DB Backup Storage Redundancy
1 parent e6c3585 commit 0c19b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/Azure/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ az sql db create --resource-group "ClassifiedAds_DEV" \
4848
--name "classifiedadsdevdb" \
4949
--server "classifiedadsdev" \
5050
--service-objective Basic \
51+
--backup-storage-redundancy Local \
5152
--tags "Environment=Development" "Project=ClassifiedAds" "Department=SD"
5253
```
5354

0 commit comments

Comments
 (0)