Reputation:
I would like to create containers for each virtual machine, then deploy them.
As I known deploy
is not free.
Is it free to create container in Azure?
Upvotes: 0
Views: 106
Reputation: 71119
For Azure Storage, you only pay for consumption, measured in GB/month (e.g. less than a nickel/month per GB). Containers are essentially free, since they take up virtually zero data.
Upvotes: 3