Questions tagged [azure-cost-calculation]

41 questions
3
votes
1 answer

Hot to get Azure Function cost for each function in the Azure function app?

I'm monitoring my Azure Function App costs from Azure cost management tool, but from there, it isn't possible to get the cost for each different function in the app. Now I've noticed an unexpected increase in costs and I'd like to know the functions…
3
votes
1 answer

How to find the total cost of an Azure function

How would I find the total cost of an Azure function (including costs incurred by the Azure function on the Azure storage account such as cost of LRS List and Create Container Operations when multiple Azure functions are using the same Azure storage…
2
votes
1 answer

Azure Active Directory B2C Hidden costs

We have been working with AAD B2C for a couple of months now and we realised that there is a decent amount of hidden costs. The official billing model documentation only shows the costs for the monthly authenticated users. In a lot of cases, Azure…
2
votes
2 answers

Azure cost analysis for a particular subscription using Python SDK

So I'm trying to automate fetching the current cost and cost forecast (Like it is shown under cost analysis for a particular subscription) for a particular subscription using python SDK but I haven't been able to find a single API that does this…
1
vote
1 answer

How to estimate Azure Event Grid cost using Azure metrics

I'm trying to build a cost model for my distributed system where Event Grid is a key piece. Event Grid cost is based on millions of operations (0.561€ per million). See documentation. This is the cost of my Event Grid on one production environment…
DavidGSola
  • 697
  • 5
  • 17
1
vote
2 answers

PREVIOUSMONTH returns blank rows or wrong data

I'm tying to compare Azure Cost Management cost to the previous month. The goal is to understand what resources reduce their costs. I followed this guide that helped me setup PREVIOUSMONTH this way: PreviousMonth = CALCULATE( SUM('Usage…
Francesco Mantovani
  • 10,216
  • 13
  • 73
  • 113
1
vote
1 answer

Cost management question Azure Disk storage cost

I am new to Azure Disk storage management Is Azure Disk the same as the Azure Blob has the cold, hot option? Also because I have so many virtual machines, every virtual machine has attached a disk like Ultra disk Premium SSD v2 Premium SSD…
1
vote
1 answer

Azure Resource Graph Explorer :: query Cost Management API

I have a Kusto query that can help me list a few resources: ResourceContainers | where type=='microsoft.resources/subscriptions/resourcegroups' | project name, type | limit 5 | union (Resources | project name, type | limit 5) I would like to add…
1
vote
1 answer

Difference between Concurrent sessions, workers, log ins in Azure SQL Database

Can someone explains me the difference between Concurrent sessions, concurrent workers, external concurrent connections and concurrent log ins in Azure SQL database ? Further, how would someone monitor active sessions,workers etc (any SQL queries)…
Fazlyn
  • 35
  • 5
1
vote
1 answer

Having Application hosted in AWS with Application Load Balancing and MSSQL AlwaysOn

learner seeking design opinions from AWS users, I have a group of application 4 applications with a need for 2 MSSQL instances. Been exploring the idea of hosting it on AWS with Application Load Balancing on 4 Applications on M6i.l Application…
1
vote
1 answer

how to set budget for each model training session and then to pause the model training if the budget is crossed?

is it possible to control the budget for each training session in azure ML. Lets say I am training a model and before starting the run, I want to set a budget of X dollars. and if it crosses, then my model training should pause unless I increase the…
1
vote
1 answer

How to calculate costs in Multi-Tenant architecture?

I'm sure I'm not the first hitting this problem but I haven't found any useful question/answer on StackOverflow. I've started working in a company that proposes a SaaS solution which uses App Service and Azure SQL Database. The architecture…
1
vote
1 answer

Azure Cost Management API - Looking to Connect the Usage API?

So I'm using Power Automate to connect the API for Azure Cost Management Usage Specifically this guy: https://learn.microsoft.com/en-us/rest/api/consumption/usage-details/list?tabs=HTTP However, Powerautoamte, though it has an ADAuth with Oauth2…
1
vote
0 answers

How to include reserved instance costs in azure budget?

We are trying to add the reserved instance costs in our budget calculation at the subscription level, is it posible to include the RI discounts on the actual costs of the budget?
Elias Arellano
  • 433
  • 5
  • 16
1
vote
1 answer

GetBlob count for azure blob storage block file

I have uploaded a 6 GiB file into Azure Blob storage Hot Tier, as 4 MiB blocks. When I Put the file, it will create (6000/4) PutBlock * 1 PutBlockList call. which is 1501 API calls. However, when I try to download the file, does it make 1500 GetBlob…
Sumit M Asok
  • 2,950
  • 7
  • 29
  • 38
1
2 3