You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/data/configure-transparent-data-encryption-sql-managed-instance.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,6 @@ In customer-managed mode, TDE uses a service-managed database master key and use
69
69
1. Create a certificate.
70
70
1. Store the certificate as a secret in the same Kubernetes namespace as the instance.
71
71
72
-
> [!NOTE]
73
-
> If you need to change from one mode to the other, you must disable TDE from the current mode before you apply the new mode. To disable, before you proceed, follow the instructions at [Turn off TDE on the managed instance](#turn-off-tde-on-the-managed-instance).
74
-
75
72
### Enable
76
73
77
74
# [Service-managed](#tab/service-managed)
@@ -162,6 +159,7 @@ To enable TDE in customer-managed mode:
@@ -297,6 +296,7 @@ When you back up credentials from the managed instance, the credentials are stor
297
296
Similar to above, to restore the credentials, copy them into the container and run the corresponding T-SQL afterwards.
298
297
299
298
299
+
300
300
> [!NOTE]
301
301
> If the `kubectl cp` command is run from Windows, the command may fail when using absolute Windows paths. Use relative paths or the commands specified below.
302
302
> To restore database backups that have been taken before enabling TDE, you would need to disable TDE on the SQL Managed Instance, restore the database backup and enable TDE again.
@@ -395,3 +395,4 @@ Similar to above, to restore the credentials, copy them into the container and r
395
395
## Next steps
396
396
397
397
[Transparent data encryption](/sql/relational-databases/security/encryption/transparent-data-encryption)
0 commit comments