We are attempting to log data to Azure Log Analytics which we think can be done with a simple ServiceCallout and doing an HTTP Post but the problem we are running into is generating the SHA256 HMAC for authorization. Are there any examples on how to generate this to use in the header for the HTTP Post? We've tried doing this in javascript but are running into issues without having access to various libraries that are generally used. Any ideas?
Solved! Go to Solution.
yes, there's a callout for that.