Prints wrong listening url when --blobHost or --queueHost specified
Open
enhancement
NewArch
question
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
Run this:
`azurite --oauth basic --cert cert.pfx --pwd azurite --blobHost localhost --queueHost localhost`
Get this:
```
Azurite Blob service is starting at https://localhost:10000
Azurite Blob service is successfully listening at https://127.0.0.1:10000
Azurite Queue service is starting at https://localhost:10001
Azurite Queue service is successfully listening at https://127.0.0.1:10001
```
Should have localhost, not 127.0.0.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.