92 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
219
views
Azure Logic App (Consumption) fails to connect to Azure DevOps – "Microsoft.Web/connections/visualstudioteamservices not found"
I'm setting up a new Azure Logic App (Consumption) that integrates with Azure DevOps to create a bug work item whenever a new email arrives on a shared mailbox.
However, I'm encountering the following ...
0
votes
0
answers
479
views
How to set value for @Consumption.filter.defaultValue?
I've got code like @Consumption.filter: { default value: '2025' }. Instead of this constant value, I want to have a dynamic value approach like:
last day of the current month
current year
= !blank
...
1
vote
1
answer
632
views
Consumption Plan Azure Functions - cold start tactics
First of all, I know there have been previous questions on this topic, but I haven't been able to get the answers I need from them.
Secondly, I am well aware that I could pay more to upgrade and the ...
0
votes
1
answer
645
views
Function App deployment succeeds but fails to import packages (python, linux, consumption plan)
Local deployment directly of a function app using vscode succeeds and the function app works, however when trying to build and deploy through Azure Devops, the deployment succeeds but there is an ...
1
vote
0
answers
117
views
Why is there a difference of two orders of magnitude in the GHG intensity of "Production of electricity by solar thermal" in Exiobase "ixi" and "pxp"?
When analysing the M matrix in Exiobase v.3.8.2 for GHG emissions with 2019 as reference year, I realized there is a difference of one orders of magnitude between the "product by product" ...
0
votes
0
answers
584
views
How to query our Azure consumption programmatically?
I am trying to access our Azure Consumption Data programmatically. I did this before, but I want to use the newest libraries: Azure.Identity(1.8.2), Azure.ResourceManager (1.4.0) and Azure....
0
votes
1
answer
89
views
Capacity Consumption Power BI
I'm trying to come up with a chart visualization like this in power BI:
X axis - time (month);
Y axis - % of consumption and remaining %;
Would it be possible to do?
Also I'm in doubt how can I ...
-1
votes
1
answer
66
views
how to distribute raw value into multiple blank raw in the same column in data frame using python?
my data as:
id date consumption
1 1/2/2020 500
1 1/3/2020 nan
1 1/4/2020 nan
1 1/5/2020 nan
1 1/6/2020 900
consumption column represents a monthly reading of ...
0
votes
1
answer
2k
views
Terraform: Azure Logic Apps plan type Consumption
I'm trying to build a configuration file in Terraform to create a logic app with plan type Consumption (Multi tenant).
I can find for resource "azurerm_logic_app_standard" However, I'm not ...
0
votes
1
answer
231
views
Azure Consumption Usage Details - throttling
x-ms-ratelimit-remaining-microsoft.consumption-tenant-requests : 12
x-ms-ratelimit-remaining-microsoft.consumption-clientAppId-requests : 60
For Azure Consumption Usage Details there is an API ...
0
votes
0
answers
549
views
Spark Join Very Slow with high CPU consumption
I am trying to join two dataframes which are read from S3 as parquet files. One of the dataframe is huge with size of 10GB(deserialized size) and the other one is about 1GB(deserialized size). I am ...
0
votes
1
answer
342
views
How do I get the Gross Value Added (GVA) of countries/industries from MRIO models?
I want to calculate the Gross Value Added for different countries and industries using multi-regional input-output (MRIO) tables. However, I struggle to find a good explanation of how this is done ...
1
vote
1
answer
303
views
How to estimate methods CPU time in Android?
I know there are a lot of similar-sounding questions here, but I've looked at plenty of them and haven't found a definite answer if what I'd like to do is possible or not.
I have an application that ...
-1
votes
2
answers
136
views
using SQLite for consumption tracking
I am trying to make a query for sqlite which gives me the consumption of energy meters. If I want to create a simple example:
CREATE TABLE datalog (
id INTEGER PRIMARY KEY AUTOINCREMENT,
tstamp ...
0
votes
1
answer
202
views
The powerprofile and systrace outputs are not consistent
I'm generating the PowerProflie file and the Systrace file to get the energy consumption of an
Android Application, but I found that the number of cpu cores is different between the two files.
I'm ...