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: docs/linux/sql-server-linux-availability-group-prepare-machine-key.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ This article provides an example of how to prepare a machine key for [!INCLUDE [
19
19
20
20
A [contained AG](../database-engine/availability-groups/windows/contained-availability-groups-overview.md) is an availability group that supports:
21
21
22
-
-managing metadata objects (users, logins, permissions, [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Agent jobs, and so on) at the AG level in addition to the instance level.
22
+
-Managing metadata objects (users, logins, permissions, [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Agent jobs, and so on) at the AG level in addition to the instance level.
23
23
24
-
-specialized contained system databases within the AG.
24
+
-Specialized contained system databases within the AG.
25
25
26
26
The examples in this article target [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] in Linux containers, but you can use the same steps for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Linux, running on physical machines, virtual machines, and in a Kubernetes-based deployment.
27
27
@@ -55,9 +55,9 @@ The following instructions show an example of generating a new machine key in `b
55
55
56
56
The previous script performs these steps:
57
57
58
-
- Create a 44-byte binary file called `machine-key.bin`, containing random data.
59
-
- Overwrite the first 12 bytes with a fixed header. This might change in the future.
60
-
- Encode `machine-key.bin` in `base64` format and print it to the console.
58
+
1. Create a 44-byte binary file called `machine-key.bin`, containing random data.
59
+
1. Overwrite the first 12 bytes with a fixed header. This might change in the future.
60
+
1. Encode `machine-key.bin` in `base64` format and print it to the console.
61
61
62
62
1. Run the container by mounting the file to the machine key of the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] container.
0 commit comments