We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3726373 commit a319466Copy full SHA for a319466
azure-votes-sql/README.md
@@ -47,3 +47,13 @@ kubectl port-forward deployment/azure-votes-sql 8080:8080
47
Then visit `http://localhost:8080` in your browser to test.
48
49

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