Share via

Application Insights logs

Renata Mendes 1 Reputation point
2022-08-10T14:08:13.373+00:00

Can i have base64 data type in logs in Application Insights?

Developer technologies | C#
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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Michael Taylor 61,226 Reputation points
    2022-08-10T15:35:50.653+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.