Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can i have base64 data type in logs in Application Insights?
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Yes. Base64 is just a string value. You can use track custom properties as part of the collected data. Refer to the docs for how to do this.
Note that I do believe there is a limit on the size of entries so don't try to encode and log a large set of data.