Storage account Container vs Simple docker Container

leonidas efraim 26 Reputation points
2021-12-31T12:35:20.47+00:00

When you have to create a blob account storage, it's necessary to create a Container. Does this container is the same thing as a simple Docker container?

161597-image.png

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
0 comments No comments
{count} vote

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2021-12-31T17:15:25.237+00:00

    @leonidas efraim Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    When you have to create a blob account storage, it's necessary to create a Container. Does this container is the same thing as a simple Docker container? No , both are different , but you need to create container for blob storage

    Azure Storage Blob Container : Azure Blob storage is a feature of Microsoft Azure. It allows users to store large amounts of unstructured data on Microsoft's data storage platform. ... With Azure Blob storage, the files (photos, videos, training documents, etc.), which are known as blobs, are put in containers which function similar to directories.
    A container organizes a set of blobs, similar to a directory in a file system. A storage account can include an unlimited number of containers, and a container can store an unlimited number of blobs

    A container organizes a set of blobs, similar to a directory in a file system. A storage account can include an unlimited number of containers, and a container can store an unlimited number of blobs.

    A container name must be a valid DNS name, conforming to the following naming rules:

    Container names must start or end with a letter or number, and can contain only letters, numbers, and the dash (-) character.

    Every dash (-) character must be immediately preceded and followed by a letter or number; consecutive dashes are not permitted in container names.

    All letters in a container name must be lowercase.

    Container names must be from 3 through 63 characters long.

    Docker Container: Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 161656-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Shane Walsh 31 Reputation points
    2021-12-31T15:00:41.593+00:00

    I think the Blob is only for storage of files (preferebly large files or large amount of files) where as a Docker Container allows for App Execution etc..

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.