Skip to content

Commit 769ae53

Browse files
JimmyJimmy
authored andcommitted
Fix table
1 parent 2aea30d commit 769ae53

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/pentesting-cloud/azure-security/az-services/az-storage.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide
5353

5454
### Storage endpoints
5555

56-
<table data-header-hidden><thead><tr><th width="197">Storage Service</th><th>Endpoint</th></tr></thead><tbody><tr><td><strong>Blob storage</strong></td><td><code>https://<storage-account>.blob.core.windows.net</code><br><br><code>https://<stg-acc>.blob.core.windows.net/<container-name>?restype=container&comp=list</code></td></tr><tr><td><strong>Data Lake Storage</strong></td><td><code>https://<storage-account>.dfs.core.windows.net</code></td></tr><tr><td><strong>Azure Files</strong></td><td><code>https://<storage-account>.file.core.windows.net</code></td></tr><tr><td><strong>Queue storage</strong></td><td><code>https://<storage-account>.queue.core.windows.net</code></td></tr><tr><td><strong>Table storage</strong></td><td><code>https://<storage-account>.table.core.windows.net</code></td></tr></tbody></table>
56+
| Storage Service | Endpoint |
57+
| --- | --- |
58+
| **Blob storage** | `https://<storage-account>.blob.core.windows.net` |
59+
| **Blob storage container listing** | `https://<stg-acc>.blob.core.windows.net/<container-name>?restype=container&comp=list` |
60+
| **Data Lake Storage** | `https://<storage-account>.dfs.core.windows.net` |
61+
| **Azure Files** | `https://<storage-account>.file.core.windows.net` |
62+
| **Queue storage** | `https://<storage-account>.queue.core.windows.net` |
63+
| **Table storage** | `https://<storage-account>.table.core.windows.net` |
5764

5865
### Public Exposure
5966

@@ -493,4 +500,3 @@ az-file-shares.md
493500
{{#include ../../../banners/hacktricks-training.md}}
494501

495502

496-

0 commit comments

Comments
 (0)