Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v15] docs: update Teleport db port example and remove unsupported license ref in Azure db #52739

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Assign `CLUSTER_URI` to the domain name and port of the cluster:
$ sudo teleport db configure create \
-o file \
--name="redshift-postgres" \
--proxy=teleport.example.com:3080 \
--proxy=teleport.example.com:443 \
--protocol=postgres \
--token=/tmp/token \
--uri=${CLUSTER_URI?}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ sudo teleport db configure create \
```code
$ sudo teleport db configure create \
-o file \
--proxy=teleport.example.com:3080 \
--proxy=teleport.example.com:443 \
--token=/tmp/token \
--azure-redis-discovery=eastus
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ database.

## Prerequisites

Database access for Azure SQL Server with Azure Active Directory authentication
is available starting from Teleport `11.0`.

(!docs/pages/includes/edition-prereqs-tabs.mdx!)

- SQL Server running on Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Starts Teleport Database Service.
```code
$ teleport db start \
--token=/path/to/token \
--auth-server=proxy.example.com:3080 \
--auth-server=proxy.example.com:443 \
--name=example \
--protocol=postgres \
--uri=postgres.example.com:5432
Expand Down Expand Up @@ -80,7 +80,7 @@ Creates a sample Database Service configuration.
$ teleport db configure create --rds-discovery=us-west-1 --rds-discovery=us-west-2
$ teleport db configure create \
--token=/tmp/token \
--proxy=proxy.example.com:3080 \
--proxy=proxy.example.com:443 \
--name=example \
--protocol=postgres \
--uri=postgres://postgres.example.com:5432 \
Expand Down
Loading