Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/docs/azure/services/sql.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SQL"
title: "SQL Database"
description: Get started with Azure SQL in LocalStack for Azure.
template: doc
---
Expand Down Expand Up @@ -233,6 +233,7 @@ az sql db tde set \
...
"state": "Enabled",
"type": "Microsoft.Sql/servers/databases/transparentDataEncryption"
...
}
```

Expand All @@ -257,6 +258,7 @@ az sql db str-policy set \
"resourceGroup": "rg-sql-demo",
"retentionDays": 7,
"type": "Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies"
...
}
```

Expand Down Expand Up @@ -285,6 +287,7 @@ az sql db ltr-policy set \
"weekOfYear": 16,
"weeklyRetention": "P4W",
"yearlyRetention": "P5Y"
...
}
```

Expand Down