Please enable JavaScript.
Coggle requires JavaScript to display documents.
4 connect an app - Coggle Diagram
4 connect an app
Azure Storage APIs
-
-
-
Typically, storage account connectivity information is stored within an environment variable, database, or configuration file
in a configuration file can be dangerous if you include that file in source control and store it in a public repository.
-
combination of your storage account name, the data type, and a known domain
DefaultEndpointsProtocol=https;AccountName={your-storage};
AccountKey={your-access-key};
EndpointSuffix=core.windows.net
-
-
- text or binary files up to ~5 TB
- files that are read from beginning to end
- files larger than 100 MB must be uploaded as small blocks
- random-access files up to 8 TB in size
- VHD
- like block blobs, but they are optimized for append operations
- logging
- up to 195 GB
Azure Storage
- Durable
- Secure
- Scalable
- Managed
-
- Blobs:
A massively scalable object store for text and binary data. Can include support for Azure Data Lake Storage Gen2.
- Files:
Managed file shares for cloud or on-premises deployments.
- Queues:
A messaging store for reliable messaging between application components.
- Table
Storage: A NoSQL store for schemaless storage of structured data. Table Storage is not covered in this module.
Account type
- General-purpose v2 (GPv2)
- latest features
- lowest per gigabyte prices
- General-purpose v1 (GPv1)
For example, cool storage and archive storage are not supported
-
- same block blob features as GPv2
- only block and append blobs
-
- network file shares
- Server Message Block (SMB) protocol
- store and retrieve messages
- up to 64 KB in size