Questions tagged [azure-cost-calculation]

41 questions
0
votes
1 answer

Azure Data Factory inactive pipelines/resources cost

I want to know if there is a cost associated with pipelines, datasets, linked services, triggers and mapping data flows of Azure data factory when it is not in use. if there is a cost associated with it, is there any way I can deprovision or disable…
0
votes
1 answer

Content written to response writer shows erratic behaviour

File: main.go import ( "github.com/gorilla/mux" ) func setupRouting(pBus *bus.Bus) *mux.Router { log.Debug("Setting up routing") r := mux.NewRouter() pInvoiceHandler := handlers.NewInvoiceHandler(pBus) …
deb
  • 631
  • 1
  • 5
  • 15
0
votes
2 answers

Get cost of each resource everyday in my azure subscription

I am trying to get the cost of each and every resource in my azure subscription everyday. I was thinking to use this link Azure REST API - Where do I find resource costs? but i don't have the resource group names for the subscriptions with me.
0
votes
1 answer

Logic App Standard with ASEV3 - what is the price for managed connectors?

According to the documentation, when we have an ASEV3, we only pay for the App Service Plan and it includes everything, in particular, because managed connectors are executed inside the App Service Environment itself. This is explained in this post:…
0
votes
1 answer

Azure Cost Management - Budget Alert Script

I have a request to setup budget alert on our resource groups located in different subscriptions. I am trying to decide if it make sense to do it thru PowerShell or Terraform to automate this process. My thinking is that management would update a…
-1
votes
1 answer

Azure Cosmos NoSQL RequestCharge higher than expected for Inserts

Using Microsoft.Azure.Cosmos 3.3 we are inserting a message into our Azure Cosmos NoSQL database in batches: foreach (var item in listOfItems) { var task = container.CreateItemAsync(item, new PartitionKey(item.TimestampDate)); …
-1
votes
1 answer

Unable to retrieve cost details from Azure API Management

I am trying to write a code to retrieve the cost detail from the Azure Cloud using the AzureManagement libraries. However, I am stucked in the part where it retrieves the data. This is my code: using Azure.Core; using Azure.Identity; using…
-1
votes
1 answer

Azure Elastic Pool eDTU and Storage per DB / Pool?

This is regarding azure SQL database pricing, in elastic pool, standard 50 eDTU performance level, they have mentioned that there are 50 eDTU and 50 GB per pool and 100 DBs, i want to confirm whether the mentioned resources is per pool or per…
-1
votes
1 answer

Azure data factory - cost of inactive pipelines

Is there any additional cost for adf 2 inactive pipelines? I've found the information that there is a cost in adf1 but what about adf2? I need Microsoft official documentation if there is a cost.
-1
votes
1 answer

Azure Service Principle Creation failing while configuring Harness Cost management report

I am configuring Harness Cost Management report for my Azure Dev subscription and getting the below error while creating the service principle. When using this permission, the backing application of the service principal being created must in the…
-1
votes
1 answer

How to utilize the Microsoft Azure Free Credits (200$) When we weren't known which regions are supported and having capacity to deploy our resources?

Azure VM for Free Trail Subscription is available in East US, West US 2, Southeast Asia, West Europe, and Central US. Whatever the location I select, it shows the same message called "This size is currently unavailable in (any above location) for…
user18200472
1 2
3