You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure/create-environment.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,3 +133,16 @@ Add the infrastructure secrets to the _inf_ key vault `kv-lungcs-[environment]-i
133
133
134
134
- assign yourself "Key Vault Secrets User" to application key vault to run the terraform code from the CLI inside the AVD when first trying to deploy the application.
135
135
- assign yourself "Data Blob Reader" to State file storage account to run the terraform code from the CLI inside the AVD when first trying to deploy the application.
136
+
137
+
## Connect to Postgres Database
138
+
139
+
- Add your user as a memeber to the respective Entra ID group:
140
+
-`postgres_lungcs_[environment]_uks_admin`
141
+
- Log into the correct ADV for your environment type (either nonlive or live)
142
+
- Run the following commands on the CLI to log into the database: -
0 commit comments