This visual execution shows how a user accesses Azure Storage using either storage access keys or SAS tokens. The user first requests access, then chooses between full access with an access key or limited access with a SAS token. Access keys grant full permissions to storage, allowing all operations. SAS tokens provide limited permissions and expire after a set time, restricting what the user can do. The execution table traces each step, showing the access level granted and the result of storage operations. Variable tracking shows how the access method and validity change over time. Key moments clarify why SAS tokens limit access and what happens when they expire. The quiz tests understanding of access levels and token expiration. This helps beginners see the difference between these two Azure Storage access methods clearly.