When using the Powershell cmdlets for Node on Azure, specifically Add-AzureNodeWebRole
, you get the startup task all set up to deploy iisnode to your Azure instance, including an iisnode.msi
installer.
What happens when iisnode
is updated and you'd like to deploy the new iisnode
bits? Do you need to manually go through and add a new .msi to all your roles? If so, where would you get that .msi? I look at the iisnode repo and only see a big .exe installer.