231k views
2 votes
If you select to use a Storage Blob image type what are the three pieces of information are needed to proceed?

User Albruno
by
6.7k points

1 Answer

2 votes

Final answer:

To use a Storage Blob image type, you need the storage blob's URL, the storage account's name, and the container's name where the blob is stored.

Step-by-step explanation:

When using a Storage Blob image type, there are typically three crucial pieces of information required:

  1. The URL to access the image blob.
  2. Storage account name where the blob is hosted.
  3. The container name in which the blob resides.

In addition to these, depending on the context or specific use, you might also need authentication credentials like a Shared Access Signature (SAS) token or a key. However, for basic access and identification, the image's URL, the storage account name, and the container name are essential. Investigating aspects like the image's author or creation date is typically more relevant when dealing with copyright issues or content attribution and is not usually required for technical setup or access within a storage service context.

User Robin Pyon
by
8.0k points