How to verify even hub is immutable

Shafi Ahmad 0 Reputation points
2024-10-04T04:09:59.9633333+00:00

I need to provide proof to the Auditor that the azure event hub is immutable and append only. He needs proof based on config setting or code, not based on event hub doc. How can we provide the same?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
646 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshukatara-6769 10,215 Reputation points
    2024-10-04T04:50:56.1133333+00:00

    Hello Shafi, Welcome to MS Q&A

    I think there is no specific configuration setting or code that can provide proof that Azure Event Hub is immutable and append-only. The immutability and append-only nature of Azure Event Hub is achieved through the use of immutability policies, which can be set at the container or version level. Time-based retention policies and legal hold policies prevent write and delete operations while they are in effect. When a time-based retention policy is set, objects can be created and read, but not modified or deleted. After the retention period has expired, objects can be deleted but not overwritten. A legal hold stores immutable data until the legal hold is explicitly cleared.

    For more detailed information, you can refer to the following resources:

    Please let me know if any further question

    Kindly accept answer if it helps

    Thanks

    Deepanshu


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.