-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct Vale lint errors in partials (#50035)
One edge case is the `structure.architecture-h2` warning in `docs/pages/includes/database-access/rds-proxy.mdx`. This is technically correct, since the "How it works" section is before the "Prerequisites" section. We can determine whether this is a bug to fix in a separate change.
- Loading branch information
Showing
18 changed files
with
73 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ resources: | |
- The Database Service can run on an Azure VM with attached managed identity. This | ||
is the recommended way of deploying the Database Service in production since | ||
it eliminates the need to manage Azure credentials. | ||
- The Database Service can be registered as an Azure AD application (via AD's "App | ||
registrations") and configured with its credentials. This is only recommended | ||
for development and testing purposes since it requires Azure credentials to | ||
be present in the Database Service's environment. | ||
- The Database Service can be registered as a Microsoft Entra ID application | ||
(via "App registrations") and configured with its credentials. This is only | ||
recommended for development and testing purposes since it requires Azure | ||
credentials to be present in the Database Service's environment. | ||
|
||
<Tabs> | ||
<TabItem label="Using managed identity"> | ||
|
@@ -35,14 +35,15 @@ resources: | |
</TabItem> | ||
<TabItem label="Using app registrations"> | ||
<Admonition type="note"> | ||
Registering the Database Service as Azure AD application is suitable for | ||
test and development scenarios, or if your Database Service does not run on | ||
an Azure VM. For production scenarios prefer to use the managed identity | ||
Registering the Database Service as a Microsoft Entra ID application is | ||
suitable for test and development scenarios, or if your Database Service | ||
does not run on an Azure VM. For production scenarios prefer to use the | ||
managed identity | ||
approach. | ||
</Admonition> | ||
|
||
Go to the [App registrations](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps) | ||
page of your Azure Active Directory and click on *New registration*: | ||
page of Microsoft Entra ID and click on *New registration*: | ||
|
||
![App registrations](../../../img/azure/[email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Admonition type="warning" opened={true} scopeOnly={true} title="Compatibility Warning"> | ||
Teleport Cloud and Teleport Open Source do not currently support HSMs or | ||
Teleport Cloud and Teleport Community Edition do not currently support HSMs or | ||
Key Management Services. | ||
|
||
</Admonition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters