Skip to content

Commit

Permalink
Fix connection_url in AzureSQL Config Example in Secret Engine Docs (#…
Browse files Browse the repository at this point in the history
…12803)

* remove newline in azuresql example conn url

* add changelog

* remove changelog
  • Loading branch information
vinay-gopalan committed Oct 11, 2021
1 parent 0ca3b05 commit 8c0cea5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/content/docs/secrets/databases/mssql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ First, we mount a database backend at the azuresql path with `vault secrets enab
```shell-session
$ vault write azuresql/config/testvault \
plugin_name=mssql-database-plugin \
connection_url='server=hashisqlserver.database.windows.net;port=1433; \
user id=admin;password=pAssw0rd;database=test-vault;app name=vault;' \
connection_url='server=hashisqlserver.database.windows.net;port=1433;user id=admin;password=pAssw0rd;database=test-vault;app name=vault;' \
allowed_roles="test"
```

Expand Down

0 comments on commit 8c0cea5

Please sign in to comment.