Invalid storage account when calling Azurite from Azure Functions V4 (both in Kubernetes)
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
### Which service(blob, file, queue, table) does this issue concern?
Blob.
### Which version of the Azurite was used?
3.19.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
### What's the Node.js version?
In Docker image.
### What problem was encountered?
I have a .Net 6 Azure Function V4, and when that tries to call Azurite emulator all I get back is a 400, both the Azure function and Azurite live in a Kubernetes cluster.
The functions app is using v12.12.0 of the blob storage API which as far as I can tell should be compatible with Azurite v3.19.0.

### Steps to reproduce the issue?
- Fire up an Azure Function App that calls blob storage, deploy to kubernetes
- Deploy azurite to kubernetes cluster
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.