Ask Your Question
0

How can sensitive data from Telemetry in Application Insights be protected and made accessible through encryption/decryption?

asked 2021-05-05 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-12 21:00:00 +0000

plato gravatar image

Sensitive data from Telemetry in Application Insights can be protected and made accessible through encryption/decryption by following these steps:

  1. Define which fields in the telemetry data contain sensitive information.

  2. Use a secure encryption algorithm such as AES-256 to encrypt the sensitive data.

  3. Store the encryption key securely, such as in Azure Key Vault, and restrict access to only authorized users.

  4. When telemetry data is collected, encrypt the sensitive data before it is transmitted and stored in Application Insights.

  5. When accessing the telemetry data, decrypt the sensitive data using the aforementioned encryption key.

  6. To ensure that the decryption process is secure, it is important to implement proper access controls and authentication mechanisms.

  7. It is critical to monitor and audit access to sensitive data to detect any potential unauthorized access.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-05 11:00:00 +0000

Seen: 13 times

Last updated: Aug 12 '22