A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Thanks for posting your question in Microsoft Q&A forum
The B2pts and B2ats VM sizes are specialized VM types that may not be available in all Azure regions. These VM sizes are ARM-based and generally found in selected regions, but they do not appear universally across all regions.
To find these VM sizes, you need to check the availability by region since Microsoft offers different VM SKUs depending on the region. The official Azure document listing all regions and what services are available indicates variability in VM availability between regions, so if you have not found B2pts or B2ats VMs, it is likely they are not offered in your chosen regions.
Refer document: https://docs.azure.cn/en-us/virtual-machines/regions
To learn about Azure service availability by region, see Products available by region
B1s VM Charges: While the B1s VM is part of the free tier, there are certain factors that can lead to charges:
- Operating System License: The Windows Server 2019 Datacenter you're using likely incurs charges, as it may not fall under the free tier depending on its configuration. Azure typically charges for the OS licensing unless you have specific credits or agreements in place.
- Public IP and Storage: If you're using a Basic Public IP or have a disk size larger than what is covered under the free tier (like a disk larger than 64 GB), that can also contribute to costs.
- Refer document: https://docs.azure.cn/en-us/virtual-machines/overview
The free tier benefits, including the 750 hours/month for certain VM sizes, often apply to certain subscription types such as new Azure accounts or specific offers like Azure for Students. However, Azure Student credits do not automatically guarantee you receive all of the 1-year free tier services; they are separate benefits & with limitations. Familiarize with what's included in the free tier and ensure you're not exceeding any specific limits. The student credits are monetary credits, while the free tier is usage-based and tied to specific resource limits.
refer document: https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/create-free-services
Steps to View Costs per Resource in Azure Cost Management
- Sign in to the Azure portal at portal.azure.com.
- Search for and select Cost Management + Billing.
- In the left menu, under Cost Management, select Cost Analysis. Ensure your scope is set to the relevant subscription or resource group.
- In Cost Analysis, select the Cost by resource view (a customizable or smart view option). Switch to Table view for detailed listings.
- Use filters for Resource type or Resource name and group by Resource to isolate specific items like VMs, IPs, or disks. Expand rows or drill down for meter-level details (e.g., compute, storage).
- Adjust the time range (e.g. last 24 hours) and granularity (eg, daily) to match your $1 charge period. Download data or pin the view for ongoing monitoring.
Refer below documents for more details
- https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/cost-analysis-built-in-views
- https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/cost-analysis-common-uses
- https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/quick-acm-cost-analysis
I hope the provided answer is helpful, do let me know if you have any further questions on this Please accept as Yes if the answer is helpful so that it can help others in the community.