Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.74k stars 309 forks source link

Resolve issue of error when connecting to mssql with docker image or exe #2370

Closed EmmaZhu closed 2 months ago

EmmaZhu commented 4 months ago

Thanks for contribution! Please go through following checklist before sending PR.

PR Branch Destination

Always Add Test Cases

Make sure test cases are added to cover the code change.

Add Change Log

Add change log for the code change in Upcoming Release section in ChangeLog.md.

Development Guideline

Please go to CONTRIBUTION.md for steps about setting up development environment and recommended Visual Studio Code extensions.

EmmaZhu commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).
blueww commented 3 months ago

@EmmaZhu

Would you please help to look at PR : https://github.com/Azure/Azurite/pull/2380 ? It looks also try to upgrade node version in docker. However, the build script change in different way from this PR.