Azure / Azure-Data-Factory-Integration-Runtime-in-Windows-Container

Azure Data Factory Integration Runtime in Windows Container Sample
MIT License
25 stars 36 forks source link

Multiple IR on one VM Invalid AUTH_KEY Value #26

Closed calvinShan closed 4 months ago

calvinShan commented 4 months ago

Hello,

I built and run the Self-hosted IR in windows container on windows VM successfully

However, when I try to connect to the second Self-hosted IR by runing the second conainer, it does not work.

docker ps -a poc-shir2 "powershell C:/SHIR/…" About a minute ago Exited (1) 43 seconds ago shir-container-2 poc-shir "powershell C:/SHIR/…" 34 minutes ago Up 34 minutes (healthy) compassionate_matsumoto

Docker logs: The error message : Invalid AUTH_KEY Value

So why the second container on the same VM with the seocnd Auth-Key does not work?

Thanks