We have an .NET 4.5.x oss application that we are deploying to azure websites using git deploy. We have a build server that commits the artifacts to a git repo and then we use it to git deploy. We use app settings in azure to control everything. However, I'm running into roadblocks finding a way to set the machine key via app settings / environmental variables. Anyone else run into this issue and solve it?
P.S., It seems the only thing that uses the machineKey in our app is SignalR... I wonder if there is a safe and secure way to replace IProtectData without using the machine key to generate tokens.