Skip to content

Commit 7cd1346

Browse files
authored
Missing word (#16269)
Can't believe this went unnoticed for 5 years :)
1 parent 58b88b8 commit 7cd1346

File tree

1 file changed

+1
-1
lines changed
  • website/content/docs/secrets/databases

1 file changed

+1
-1
lines changed

website/content/docs/secrets/databases/mssql.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the proper permission, it can generate credentials.
9898

9999
## Example for Azure SQL Database
100100

101-
Here is a complete example using Azure SQL Database. Note that databases in Azure SQL Database are [contained databases](https://docs.microsoft.com/en-us/sql/relational-databases/databases/contained-databases) and that we do not create a login for the user; instead, we associate the password directly with the user itself. Also note that you will need a separate connection and role for each Azure SQL database for which you want to generate dynamic credentials. You can use a single database backend mount for all these databases or use a separate mount for of them. In this example, we use a custom path for the database backend.
101+
Here is a complete example using Azure SQL Database. Note that databases in Azure SQL Database are [contained databases](https://docs.microsoft.com/en-us/sql/relational-databases/databases/contained-databases) and that we do not create a login for the user; instead, we associate the password directly with the user itself. Also note that you will need a separate connection and role for each Azure SQL database for which you want to generate dynamic credentials. You can use a single database backend mount for all these databases or use a separate mount for each of them. In this example, we use a custom path for the database backend.
102102

103103
First, we mount a database backend at the azuresql path with `vault secrets enable -path=azuresql database`. Then we configure a connection called "testvault" to connect to a database called "test-vault", using "azuresql" at the beginning of our path:
104104

0 commit comments

Comments
 (0)