About logging in Azure log analytics workspace

瞭 西谷 1 Reputation point
2021-07-14T02:48:49.043+00:00

If I use Network Watcher to save logs in the Azure log analytics workspace, will those logs be encrypted? Also, what encryption method (AES256?) Should be used when it is encrypted?

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
169 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 18,396 Reputation points MVP
    2021-07-14T03:37:16.333+00:00

    The data stored in log analytics is encrypted at rest by default. You have an option to encrypt the data at rest using customer managed keys.
    Here is a detailed document for your reference: customer-managed-keys

    There are 3 types of keys involved in Storage data encryption:

    1. KEK - Key Encryption Key (your Customer-managed key)
    2. AEK - Account Encryption Key
    3. DEK - Data Encryption Key

Your answer

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