Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:azure_storage [2022/07/20 13:05] – ↷ Page moved from azure_storage to azure:azure_storage mmuze | azure:azure_storage [2025/08/29 19:32] (current) – [Azure Storage Accounts] mmuze | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ====== Azure Storage Accounts ====== | ====== Azure Storage Accounts ====== | ||
| * //storage accounts// provide the logical container/ | * //storage accounts// provide the logical container/ | ||
| + | * By default, storage accounts are accessible from any network, including the Internet. | ||
| + | * If Public Access is enabled, but limited to certain networks, VNet traffic to the storage accounts will go over the Microsoft backbone and not the Internet, even though it is still going to a public endpoint. | ||
| + | * Blob containers are the only storage type that supports anonymous (unauthenticated access) | ||
| ====== Blob Storage ====== | ====== Blob Storage ====== | ||
| > A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2. | > A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2. | ||
| Line 28: | Line 31: | ||
| ====== Azure Disks ====== | ====== Azure Disks ====== | ||
| > Block-level storage volumes for Azure VMs. | > Block-level storage volumes for Azure VMs. | ||
| + | |||
| + | ====== Access Control ====== | ||
| + | |||