How do I know if the resouce I want to deploy is Free or Paid Resource?

Khine Lin Kyaw 21 Reputation points
2021-07-30T06:44:03.643+00:00

Is there anyway to know if the resource I'm deploying is free or paid? And is there anyway to restrict my deployment only to free resources as I don't want to spend my money paid resource. I'm only using Azure for learning.

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} votes

Accepted answer
  1. Julian Hüppauff 341 Reputation points Microsoft Employee
    2021-07-30T07:20:14.63+00:00

    You can always check the website for prices:
    https://azure.microsoft.com/en-us/pricing/calculator/

    If you use the portal you can normally see for resources with fixed costs at the end of the creation dialog how much you are billed per hour.
    (Not all resources are supported though, e.g. Storage Accounts as the usage costs are dynamically)

    You can limit resource sku's as using Azure Policy. But you'd need to define it yourself.
    You could also whitelist resource types.

    There are plenty of built in policies to achieve this https://learn.microsoft.com/en-us/azure/governance/policy/samples/built-in-policies
    But there are no quick ways.

    You could also set budgets (those are no limits, just soft-limits) and create alerts
    https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets

    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.