Skip to content

Commit a319466

Browse files
committed
add note about server credentials to readme
1 parent 3726373 commit a319466

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-votes-sql/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ kubectl port-forward deployment/azure-votes-sql 8080:8080
4747
Then visit `http://localhost:8080` in your browser to test.
4848

4949
![image of app](./app.png)
50+
51+
If you need to access the database via the portal or some SQL workbench tool simply access the secret with the server credentials.
52+
53+
```
54+
kubectl get secret
55+
NAME TYPE DATA AGE
56+
your_sqlserver_name Opaque 5 33m
57+
```
58+
59+
The server's admin credentials can be found in this secret. The secret will have the same name as the SQL Server unless a name is provided.

0 commit comments

Comments
 (0)