azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
Port mismatch in Data Explorer
trafficstars
Describe the bug If you change the PORT env var, the Data Explorer UI doesn't reflect the change
To Reproduce Steps to reproduce the behavior:
- Set the PORT env var to 8082
- Navigate to the Data Explorer
- The
URIandPrimary Connection Stringfields have the wrong port
Expected behavior Correct ports should be displayed using the value passed in via the PORT env var
Screenshots
This is indeed a bug. Thank you for sharing.
internal comment: This is because we're currently just using static html pages for this. We need change the DE implementation to use a dynamic field.