Skip to content

Commit

Permalink
Add documentation about the new values in trigger auth in MSSQL Scaler (
Browse files Browse the repository at this point in the history
#537)

* Add documentation about the new values in trigger auth

Signed-off-by: jorturfer <[email protected]>

* Improves documentation
Co-authored-by: Tom Kerkhove <[email protected]>

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
Jorge Turrado Ferrero authored Oct 4, 2021
1 parent 686076b commit 5007518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/2.5/scalers/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To connect to the MSSQL instance, you can provide either:
Or provide more detailed connection parameters explicitly (a connection string will be generated for you at runtime):

- `host` - The hostname of the MSSQL instance endpoint.
- `port` - The port number of the MSSQL instance endpoint. The default for MSSQL is 1433.
- `port` - The port number of the MSSQL instance endpoint. (default 1433)
- `database` - The name of the database to query.
- `username` - The username credential for connecting to the MSSQL instance.
- `passwordFromEnv` - The name of an environment variable containing the password credential for connecting to the MSSQL instance.
Expand Down Expand Up @@ -80,6 +80,10 @@ As an alternative to using environment variables, you can authenticate with the

**Password authentication:**

- `host` - The hostname of the MSSQL instance endpoint.
- `port` - The port number of the MSSQL instance endpoint. (default 1433)
- `database` - The name of the database to query.
- `username` - The username credential for connecting to the MSSQL instance.
- `password` - The password credential for connecting to the MSSQL instance.

### Example
Expand Down

0 comments on commit 5007518

Please sign in to comment.