Each environment has its own Azure key vault in a separate resource group to the main app. The key vaults are behind a firewall and to access them you will need to add your IP address to the allow list.
-
If you’re working in the
test
andproduction
environments, first elevate your privileges using a PIM request. -
Navigate to the key vault in the Azure Portal:
development
–s118d01-secrets-kv
test
–s118t01-secrets-kv
production
–s118p01-secrets-kv
-
Go to “Firewalls and virtual networks” under Networking.
-
Add your IP address under Firewall and click Save.
-
In the key vault, navigate to Secrets to view or change the secrets.
-
Delete your IP address after you have finished – it will also be automatically deleted after the next deploy.