This visual execution shows how to create an Azure blob container and set its access level. First, the container is created with private access by default. Then, the access level is changed to Blob public, allowing anonymous users to read blobs but not list them. Next, setting access to Container public allows anonymous users to list blobs as well. Finally, setting access back to Private blocks all anonymous access. The execution table traces each step, showing commands, actions, access levels, and results. Variable tracking shows how the access level changes over time. Key moments clarify common confusions about what each access level permits. The quiz tests understanding of access level effects and anonymous access behavior.