Best Practices for Managing Azure Storage Costs in Large-Scale Projects

Alyx Bond 0 Reputation points
2024-08-15T12:29:16.63+00:00

Hi everyone,

I'm currently working on a large-scale project hosted in Azure, and I've noticed that our storage costs have started to increase significantly. I’d like to know the best practices for optimizing storage costs in Azure, particularly when dealing with large volumes of data.

Here are a few specific questions I have:

  1. Storage Tiers: How do you determine when to use different storage tiers (e.g., Hot, Cool, Archive) to minimize costs while maintaining performance?
  2. Data Retention Policies: What are the recommended retention policies for large datasets to avoid unnecessary costs?
  3. Automation: Are there any automation tools or scripts that can help with monitoring and optimizing storage costs over time?

Any advice or suggestions would be appreciated. Looking forward to hearing how others manage their Azure storage effectively!

Thanks in advance!

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
692 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,504 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. akinbade abiola 15,225 Reputation points
    2024-08-15T20:08:46.3566667+00:00

    Hello Alyx Bond,

    Thanks for your questions:

    Storage tier depends on your access requirements: If you need your data accessed frequently, use hot tier, cold for infrequent (least 30 days) and archive for rarely accessed (180 days)

    See: https://video2.skills-academy.com/en-us/azure/storage/blobs/access-tiers-overview

    For recommended data retention practices: https://video2.skills-academy.com/en-us/azure/well-architected/cost-optimization/optimize-data-costs

    With automation, you can use Azure Automation or PowerShell scripts.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    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.