Skip to content

Commit aaa6bf0

Browse files
MikeRayMSFTVanMSFTnitinvbhartiM
authored
Apply suggestions from code review
Co-authored-by: Van To <40007119+VanMSFT@users.noreply.github.com> Co-authored-by: nitinvbhartiM <120019054+nitinvbhartiM@users.noreply.github.com>
1 parent 13d48be commit aaa6bf0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/sql-server/azure-arc/rotate-azure-active-directory-certificates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.topic: conceptual
1313

1414
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1515

16-
On Azure Arc-enabled SQL Server, Azure automatically rotates certificates for Active Directory. This article explains how the automatic process works and identifies the process specifics for Windows and Linux operating systems.
16+
On Azure Arc-enabled SQL Server, Azure automatically rotates certificates for Azure Active Directory. This article explains how the automatic process works and identifies the process specifics for Windows and Linux operating systems.
1717

18-
Certificate management depends on whether you manage your own certificates - *customer managed certificates*, or the service manages the certificates - *service managed certificates*.
18+
Certificate management depends on whether you manage your own certificates (*customer managed certificates*), or the service manages the certificates (*service managed certificates*).
1919

2020
## Prerequisite
2121

@@ -25,7 +25,7 @@ The functionality described in this article applies to an instance of Azure Arc-
2525

2626
## Customer managed certificate rotation
2727

28-
For Customer Managed Certificate rotation, you create a new version of the certificate in Azure Key Vault. If you don't create the new version yourself, Azure Key Vault automatically rotates the certificate after the certificate lifetime has been met. In Azure Key Vault, you can pick, configure, and choose any percentage for the certificate lifetime period.
28+
For customer managed certificate rotation, you create a new version of the certificate in Azure Key Vault. If you don't create the new version yourself, Azure Key Vault automatically rotates the certificate after the certificate lifetime has been met. In Azure Key Vault, you can pick, configure, and choose any percentage for the certificate lifetime period.
2929

3030
After you create the new version, you can download the new certificate in `.cer` format and upload it to the app registration in place of the old certificate.
3131

@@ -34,10 +34,10 @@ After you create the new version, you can download the new certificate in `.cer`
3434
3535
## Service managed certificate rotation
3636

37-
For service managed certificate rotation, Azure Key Vault automatically rotates the certificate for you. By default, the certificate are rotated after the certificate lifetime has been met. You can pick configure and choose any percentage for the certificate lifetime period. If the certificate has expired, then the automatic rotation fails.
37+
For service managed certificate rotation, Azure Key Vault automatically rotates the certificate for you. By default, the certificate are rotated after the certificate lifetime has been met. If the certificate has expired, then the automatic rotation fails.
3838

3939
> [!NOTE]
40-
> For Linux, the old certificate will not get deleted and the server will need to be manually restarted.
40+
> For Linux, the old certificate will not be deleted from the app registration used for Azure Active Directory authentication and the SQL server running on the Linux machine will need to be manually restarted.
4141
4242
## Next steps
4343

0 commit comments

Comments
 (0)