Fix table

This commit is contained in:
Jimmy
2026-05-27 00:26:48 +02:00
parent 2aea30dad8
commit 769ae53c76
@@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide
### Storage endpoints
<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>
| Storage Service | Endpoint |
| --- | --- |
| **Blob storage** | `https://<storage-account>.blob.core.windows.net` |
| **Blob storage container listing** | `https://<stg-acc>.blob.core.windows.net/<container-name>?restype=container&comp=list` |
| **Data Lake Storage** | `https://<storage-account>.dfs.core.windows.net` |
| **Azure Files** | `https://<storage-account>.file.core.windows.net` |
| **Queue storage** | `https://<storage-account>.queue.core.windows.net` |
| **Table storage** | `https://<storage-account>.table.core.windows.net` |
### Public Exposure
@@ -493,4 +500,3 @@ az-file-shares.md
{{#include ../../../banners/hacktricks-training.md}}