Azure Blob Storage Service (Equivalent to the S3 bucket of AWS)
URL Example: https://mbtwebsite.blob.core.windows.net/$web/index.html
URL Components:
URL to explore the container: https://mbtwebsite.blob.core.windows.net/$web?restype=container&comp=list
URL to return all directories in the container using the / delimiter: https://mbtwebsite.blob.core.windows.net/$web?restype=container&comp=list&delimiter=%2F
URL to list previous blob versions to check for sensitive files that were temporary there: https://mbtwebsite.blob.core.windows.net/$web?restype=container&comp=list&include=versions
Last updated