Azure / Azure/Azurite

Prints wrong listening url when --blobHost or --queueHost specified

Open
#433 2 comments 0 reactions 1 assignee Claimed by @Poku8 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.