Do we get charged when we create resources like Resource groups, Storage accounts and all those services which are underlined for Azure service?

Vinod Survase 4,781 Reputation points
2024-03-17T11:26:14.7266667+00:00

Do we get charged when we create resources like Resource groups, Storage accounts and all those services which are underlined for Azure service?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,542 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,615 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nehruji R 8,181 Reputation points Microsoft External Staff Moderator
    2024-03-18T08:58:01.34+00:00

    Hello Vinod,

    Greetings! Welcome to Microsoft Q&A Forum.

    Creating resource groups does not incur any costs by itself. These groups serve as logical containers for your Azure resources, allowing you to organize and manage them effectively.

    The creation of a storage account itself doesn’t directly result in charges. However, the usage of that storage account (such as storing data, transferring data, or accessing it) will incur costs. These costs depend on factors like the type of storage (e.g., standard, premium), the amount of data stored, and data transfer.

    refer - https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources

    Pricing for Azure Storage is here. It is highly dependent upon what options you chose as to how much you pay. Storage is generally charged based upon how much you store and the operations to read/write it. So if you created a storage account and stored 1 GB in it then you'd be paying for the storage + the cost of writing that data + any reads.

    You can also view the pricing model for each resource here - https://azure.microsoft.com/en-us/pricing/#product-pricing , https://azure.microsoft.com/en-us/pricing/.

    Hope this answer helps! Please let us know if you have any more questions and we will be glad to assist you further. Thank you!

    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. TP 125.8K Reputation points Volunteer Moderator
    2024-03-17T15:25:57.6+00:00

    Hi Vinod,

    There is no charge for creating resource groups. Cost of storage accounts depends on redundancy option, if you store any data in them, if you perform any transactions (read/write/etc.), and bandwidth used. If you simply create a storage account and then do nothing at all with it then there is no charge.

    What do you mean by "...all those services which are underlined for Azure service?"

    -TP

    1 person found this answer 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.