microsoft / ApplicationInsights-node.js-native-metrics

Native Metrics Agent for the Application Insights Node.js SDK
MIT License
5 stars 10 forks source link

Azure App Service needs ia32 binary #1

Open andreyrd opened 5 years ago

andreyrd commented 5 years ago

Hi, I'm running my server on a Windows Azure App Service, and it seems like those use the ia32 platform, because my deployment fails when trying to download: https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics/releases/download/v0.0.5/native_metrics-v0.0.5-node-v64-win32-ia32-unknown.tar.gz.

I think this library needs to also be built for ia32?

benc-uk commented 4 years ago

Have you tried switching your App Service to 64 bit mode?

The version of Node should then switch to 64bit as well, and this package will install OK I think