Skip to content

Two small doc fixes: storage CMK revocation cache delay and KQL bang operator in bash #7

Description

@IUMvuyo

Two small documentation improvements for the za edition.

  1. In Challenge 2's revoke and recover exercise, disabling the customer managed key does not immediately fail blob reads, because Azure Storage caches the key for roughly ten minutes. During that window the read still succeeds, so attendees may conclude the revocation test failed when it is actually working as designed. The recovery direction has the same delay. Worth noting the expected cache window so people wait before drawing a conclusion.

  2. Challenge 3's KQL examples that use the bang in operator (!in) break when pasted into an interactive bash shell, because bash treats the bang as history expansion and errors with event not found. Running set +H first, or rephrasing the query to avoid the bang, would save confusion. This bites in Azure Cloud Shell bash, which the walkthroughs recommend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions