Azure Storage

Sebastian Pacheco 201 Puntos de reputación
2024-05-02T16:50:18.97+00:00

Hello everyone... I have a question, I need to store PDF documents or perhaps jpg, png images, etc. At first the space will be little, but then it could increase until it has a few terabytes.

The client from our App will upload these documents in the same App and our System will be in charge of sending them to Storage through some API. Then the same client could want to download a document that they have uploaded and view it, they also do this from the same App, and our system would handle it through the API to fetch the document and show it to them.

I was reading the different Storage and I think that Blob Storage could be used with the "HOT" option, but my question is if this option is useful so that the client when they want to see a document is displayed in seconds (2-4 seconds no more)??

Thanks!!

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
406 preguntas
0 comentarios No hay comentarios
{count} votos

Respuesta aceptada
  1. Jose María del Olmo Gil 80 Puntos de reputación
    2024-05-03T13:59:20.18+00:00

    Hello,

    The option of a Storage in Azure is perfect, as for the tier, normally to retrieve files and return them to customers you can use COOL without problem. More than the speed of access to the cool and hot files, they differ in the number of times the file is accessed.

    Anyway you can also define a life cycle for the files for example according to their creation date starting with Hot, passing through cool and finally if they are not needed except for archive use archive.

    1 persona ha encontrado útil esta respuesta.

0 respuestas adicionales

Ordenar por: Muy útil

Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.