Questions tagged [azure-cost-calculation]

41 questions
0
votes
1 answer

cost estimate on default storages of azure-vm

I'm going to plan Azure VM cost and found this link that shows all prices and specs on every VM sizes. https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/ This size is what I am looking for. But after I provisioned vm(with…
0
votes
1 answer

Best architecture for small to media data Project in Azure cloud

I am part of a small data project where the data ingestion pipelines (4) are running for over a 6-month period and managed to gather close to 90mbs of data. There is a scope for data volume to increase but it will not grow more than 1TB in any given…
0
votes
1 answer

How Azure cost for an AppService?

There is only 1 App service is running. I have scaled up to B1 plan for my App Service on 9 July 2023. and on 10 July it costs me 82.75 INR and on 11 July cost is around 212.33 INR. And then I stopped an app service at 11 July 8 PM after that there…
0
votes
1 answer

Azure cost management API does not respect the desired date filters

I am writing a program in .NET to retrieve the usage cost of a subscription. The structure of the HTTP request is…
0
votes
1 answer

Can we find device-specific data ingress and storage cost on Azure IoT Hub?

I am looking for any suggestions to query the monitoring data for the Azure IoT Hub, in such a way that I can find out data ingress and storage cost per device connected to the IoT Hub. This will help us in creating a proper charging model for…
samiksc
  • 167
  • 10
0
votes
1 answer

Cost of Azure Key Vault GET/LIST transaction in dotnet web app context

According to Azure Key Vault pricing, it is charged per transaction (or operation). At the time of writing this question, the pricing for secrets is: $0.03/10,000 transactions. It is mentioned that Every successfully authenticated REST API call…
Zeeshan
  • 2,884
  • 3
  • 28
  • 47
0
votes
1 answer

How to check the pricing of my Azure Machine learning workspace and registry on Azure Cost Management service

I have an azure subscription and have multiple resource groups. In one of the RG, I have created 2 machine learning workspaces, have trained a few models, ran a few jobs but even after all of it I am unable to see the cost incurred by the…
0
votes
2 answers

Azure Consumption API Parameters

This is a segment of Azure consumption API result for my azure account. I am stuck in the understanding of "usageQuantity": 0.000000100582838 parameter(whether it's a CPU ultilization or something else). Is there a brief explanation of this…
0
votes
1 answer

Strange result querying Azure Sentinel Costs

I am deploying a cost analysis tool for some Azure Sentinel Pay as you Go products, but the query I found doesn´t seem to reflect reality. I found some queries on Microsoft page here And ended with this KQL query: let t1 = Usage | where StartTime >=…
0
votes
1 answer

Azure Storage: Cost related query

I have been trying to understand the data transfer cost within the storage account from one container to another https://azure.microsoft.com/en-us/pricing/calculator/ Here it says 10 Write operation will cost $1.00 but what does x10,000 operations…
0
votes
0 answers

Azure Retail Prices overview

Reading the official documentation about Azure Retail Prices overview, I found that we can make API calls filtering by…
marian.vladoi
  • 7,663
  • 1
  • 15
  • 29
0
votes
2 answers

If I disable Agents in Azure pipelines, would Azure still charge me for parallel pipelines set in billing?

I purchased 5 parallel pipelines but after the purchase, I go to the Agent Pools section and disabled 2 Agents. Not sure if Azure will still be charging me for 5 pipelines or just 3 enabled Agents. Can anyone confirm? Not sure if I need to reduce…
0
votes
1 answer

How to get monthly cost data from Azure using Python SDK?

I'm trying to get monthly cost data from Azure using Azure SDK for Python, but Microsoft Documentation seems very confusing and outdated, without examples. I need to create a monthly evolution chart outside Azure Portal. What is the right way to…
0
votes
1 answer

Clarification on Azure SQL Database Backup plan (short term retention)

I am confused with azure SQL database backup plan (short term backup retention). As far as i understood, In DTU purchasing model, no extra charge for backup storage, you only pay for redundancy type (such as LRS,ZRS) In vCore purchase model, you…
Fazlyn
  • 35
  • 5
0
votes
1 answer

What is the time granularity for Azure blob storage pricing?

I want to use Azure Blob storage as a "temporary" storage location for a project I'm working on. By "temporary", I mean that data will be stored in Azure Blobs but only for short periods of time, definitely far less than a month. Here are a few…
fdmillion
  • 4,823
  • 7
  • 45
  • 82