Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ee4d48d

Browse files
authored
capitalization and step formatting
1 parent 072a910 commit ee4d48d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/linux/sql-server-linux-availability-group-prepare-machine-key.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This article provides an example of how to prepare a machine key for [!INCLUDE [
1919

2020
A [contained AG](../database-engine/availability-groups/windows/contained-availability-groups-overview.md) is an availability group that supports:
2121

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.
2323

24-
- specialized contained system databases within the AG.
24+
- Specialized contained system databases within the AG.
2525

2626
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.
2727

@@ -55,9 +55,9 @@ The following instructions show an example of generating a new machine key in `b
5555

5656
The previous script performs these steps:
5757

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.
6161

6262
1. Run the container by mounting the file to the machine key of the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] container.
6363

0 commit comments

Comments
 (0)