Introduction to Blob (object) Storage - Azure Storage

weikang@LG-5CG13258YZ MINGW64 ~/Workspace/azure/blob-storage
$ az storage blob upload --account-name auenzcstadv002 --container-name demo --name demoPDF2.pdf --file testPDF2.pdf --account-key 6Csg0w0HAsW7R4zyOm2VUf4RqExqfciFUJ
bZc3xzhegUmn7sR8aDUhHjBmWfEe3VEn9M32Yh8eY2+AStx3j2hQ==
Finished[#############################################################]  100.0000%
{
  "client_request_id": "66cb7e7a-f9bf-11ed-8e5b-00249b66cd3e",
  "content_md5": "3ZAkl0nUX77KWB2xzG29UA==",
  "date": "2023-05-23T23:13:17+00:00",
  "encryption_key_sha256": null,
  "encryption_scope": null,
  "etag": "\\"0x8DB5BE34B3AF841\\"",
  "lastModified": "2023-05-23T23:13:18+00:00",
  "request_id": "c5efacd4-001e-0077-72cc-8d0363000000",
  "request_server_encrypted": true,
  "version": "2021-06-08",
  "version_id": null
}

weikang@LG-5CG13258YZ MINGW64 ~/Workspace/azure/blob-storage
$ az storage blob list --account-name auenzcstadv002 --container-name demo --output table --account-key 6Csg0w0HAsW7R4zyOm2VUf4RqExqfciFUJbZc3xzhegUmn7sR8aDUhHjBmWfE
e3VEn9M32Yh8eY2+AStx3j2hQ==
Name          Blob Type    Blob Tier    Length    Content Type     Last Modified              Snapshot
------------  -----------  -----------  --------  ---------------  -------------------------  ----------
demoPDF.pdf   BlockBlob    Hot          9128509   application/pdf  2023-05-23T22:53:33+00:00
demoPDF2.pdf  BlockBlob    Hot          273583    application/pdf  2023-05-23T23:13:18+00:00

azure-spring-boot-samples/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample at spring-cloud-azure_v4.3.0 ยท Azure-Samples/azure-spring-boot-samples

AZURE_STORAGE_ACCOUNT=auenzcstadv002;

STORAGE_CONTAINER_NAME=demo