Skip to content

Commit 28790df

Browse files
committed
Update create-environment doc
1 parent 380520c commit 28790df

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/infrastructure/create-environment.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This is the initial manual process to create a new environment like review, dev, production...
44

5+
## Hub
6+
7+
The environment requires a shared Azure front door profile created in the hub. The service name must be declared in [the hub configuration](https://github.com/NHSDigital/dtos-hub/tree/main/infrastructure/environments). And run the Azure devops pipeline for the corresponding hub (non-live or live).
8+
59
## Code
610

711
- Create the configuration files in `infrastructure/environments/[environment]`
@@ -27,7 +31,10 @@ This is the initial manual process to create a new environment like review, dev,
2731

2832
## Infra secrets
2933

30-
- Add the infrastructure secrets to the _inf_ key vault `kv-manbrs-[environment]-inf`
34+
Add the infrastructure secrets to the _inf_ key vault `kv-manbrs-[environment]-inf`:
35+
36+
- For entra ID authentication (when `enable_entra_id_authentication` is true): aad-client-audiences, aad-client-id, aad-client-secret
37+
- `monitoring-email-address`: email distribution list to receive alerts
3138

3239
## Azure devops
3340

@@ -87,7 +94,3 @@ This is the initial manual process to create a new environment like review, dev,
8794
- Set `fetch_secrets_from_app_key_vault` terraform variable to `true`
8895
- Test running terraform manually from the AVD (Optional)
8996
- Raise a pull request, review and merge to trigger the pipeline
90-
91-
## Add
92-
93-
run the hub repo to deploy front door profile afd-live-hub-manbrs

0 commit comments

Comments
 (0)