Skip to content

Commit

Permalink
docs: update Teleport db port example and remove unsupported license …
Browse files Browse the repository at this point in the history
…ref in Azure db (#52739)
  • Loading branch information
stevenGravy authored Mar 4, 2025
1 parent 3c49bdc commit bb36768
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
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

0 comments on commit bb36768

Please sign in to comment.