blob storage

jihad majed 400 Reputation points
2024-07-18T06:09:55.78+00:00

Dear All,

I have software tiger bridge that replicates the data from source to target azure blob storage. The real capacity in the source is 10 TB, but in the azure, as I saw, 17 TB knowing that i did replication . How can I know the real capacity or can I calculate if the azure blob container contains logs, knowing I saw that 0 logs?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,876 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshukatara-6769 9,660 Reputation points
    2024-07-18T06:28:33.46+00:00

    Hi , Welcome to MS Q&A

    To calculate the real capacity of your Azure Blob Storage, you can use the Azure Blob Storage inventory feature and Azure Synapse. These tools allow you to calculate the blob count and total size of blobs per container, which can be useful when optimizing blob usage per container. Here are the steps you need to follow:

    1. Enable inventory reports on your storage account.
    2. Create an Azure Synapse workspace.
    3. Create a SQL query to report the inventory results.

    You can find detailed steps in the Calculate blob count and total size per container using Azure Storage inventory article.

    Another way to monitor the use of a container is to use Azure Storage blob inventory to take an inventory of blobs with size information. Then, you can aggregate the size and count at the container level. For an example, see Calculate blob count and total size per container using Azure Storage inventory.

    You can also evaluate traffic at the container level by querying logs. To learn more about writing Log Analytic queries, see Log Analytics. To learn more about the storage logs schema, see Azure Blob Storage monitoring data reference.

    References:

    https://learn.microsoft.com/en-us/azure/storage/solution-integration/validated-partners/backup-archive-disaster-recovery/tiger-bridge-cdp-guide?source=recommendations

    Please check and let us know if any questions

    Kindly accept answer if it helps

    Thanks

    Deepanshu

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.