Questions tagged [azure-workflow-automation]
14 questions
3
votes
2 answers
How to create Standard Logic App using Rest api?
Using the official documentation Azure Logic Apps, i'm able to create and work with Consumption Logic Apps. Is it possible to create Standard Logic App using Rest API in similar way?

Nitish N Banakar
- 129
- 9
1
vote
1 answer
In ADF Pipeline is there any trigger or method if a particular job is failed we have to run it again?
In ADF i have created workflows it means one workflow is dependent on other workflow like in this case for eg. 008_granular_--_model is dependent on 007_sow_retailersow_model. I am using event based trigger here. In every Execute_pipeline there is a…

Anubhav sharma
- 11
- 3
1
vote
1 answer
Read list of files in azure blob storage folder using Logic Apps and insert file names with extension into Azure SQL
I'm learning Azure Logic Apps work flow, I have extracted archive into folder in blob storage.
Now, I need to read files names with extension in extracted path and insert those file name into Azure SQL database.
Kindly could I get help in achieving…

Varanasi Phaneendra
- 113
- 4
- 13
0
votes
1 answer
How to create an Alert in Azure to notify me of an impending exiry date
I have various assets in my Azure infrastructure that expire at certain times. Certificates, API keys, etc.
To ensure that these assets are updated before they expire I wish to trigger a notification which will go to the maintainers of the system at…

Neutrino
- 8,496
- 4
- 57
- 83
0
votes
2 answers
ADF :: How to substitute files in Blob Storage
In the Azure Cost Management > Export, there is an export called Daily export of month-to-date:
Such export happens daily and it's exported to a Blob Storage.
PROBLEM: Because it's a month-to-day export, if today it's the 26 or April, today it will…

Francesco Mantovani
- 10,216
- 13
- 73
- 113
0
votes
0 answers
How to configure working directory in Azure ML Studio Pipeline
I am trying to create a pipeline in Azure ML Studio. I don't use the designer but I want to do it with code as explained here. To begin with I am trying to run a .py file as a pipeline. This .py file reads data from different folders, located to my…

el2kaps
- 1
- 1
0
votes
0 answers
Create pipeline/workflow actions file from ARM script
When deploying an Azure App Service from an ARM template, I can give the App Service a sourcecontrols child resource which specifies the source repo URI for the App Service. Furthermore, that child resource can generate a github workflow action YML…

Brent Arias
- 29,277
- 40
- 133
- 234
0
votes
0 answers
azure devops work item condition based workflow movement
can we create condition where if bug is accepted then it should move to next stage and rejected it should be moved previous stage or other state in azure devops settings for process ?
not working in az devops
0
votes
1 answer
AzureDevOps- Work item rule which only allows the work item state to progress if there is a specific work item linked
In Azure Dev Ops, in defining a customised process I have created a work item 'change request' for which I have defined a number of states, two of which are 'code review' and 'test'. The 'change request' work item will progress from 'code review' to…

BryonyH
- 3
- 1
0
votes
1 answer
Convert ARM template in Azure to Gallery Template in Azure
I would like to know how to convert ARM template in Azure to Gallery Template in Azure .I am not able to save the ARM template but able to save the Gallery Template .

Ayushi Gupta
- 173
- 1
- 2
- 13
0
votes
2 answers
How to use parameters inside parameters.json file in Azure Logic App Workflow definition
I have a requirement to use the parameters inside the workflow parameters Object similar to below. But I am failing with the Azure Validation.
"parameters": {
"$apprelatedparams": {
"value": {
"testId": "",
…

Dev-VKP
- 119
- 2
- 9
0
votes
1 answer
How do I transfer value of header from HttpTrigger to Http Action in a logic app?
I have a logic app and I am trying to transfer the headers from a HttpTrigger to a Http operation, i.e. I am trying to forward the request
How can I get the request-signature value from my original request's header into the Http Operation?

Paul
- 2,773
- 7
- 41
- 96
0
votes
1 answer
Update Azure DevOps work item parent status if all child elements are closed
I am following this project and instructions https://github.com/microsoft/azure-boards-automate-state-transitions
Everything is clear except the part where I need to enter URL when creating webhook in service hooks:
How to generate that URL?
When I…

ejakub
- 47
- 1
- 7
0
votes
1 answer
Potential malware uploaded to a storage account vs Potential malware uploaded to a storage blob container
According to this guide, the name for the alert from Azure Defender that is created when a malicious file is uploaded to a blob container is "Potential malware uploaded to a storage account".
However, when I look in Azure Security Center, it says…

David Klempfner
- 8,700
- 20
- 73
- 153