View bulkCancel.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$runs = Get-AzureRmLogicAppRunHistory -ResourceGroupName "Test" -Name "Canvas" | Where-Object {$_.Status -eq 'Running'} | Stop-AzureRmLogicAppRun -ResourceGroupName "Test" -Name "Canvas" -RunName {$_.Name} -Force |
View triggerOnly.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$connections": { | |
"value": { | |
"azureeventgrid_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureeventgrid" | |
} | |
} | |
}, | |
"definition": { |
View OCR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$connections": { | |
"value": { | |
"azureblob_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureblob" | |
}, | |
"azureeventgrid_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureeventgrid" |
View AutoDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$connections": { | |
"value": { | |
"azureblob_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureblob" | |
}, | |
"azureeventgrid": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureeventgrid" |
View VideoIndexer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$connections": { | |
"value": { | |
"azureblob_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureblob" | |
}, | |
"azureeventgrid_1": { | |
"connectionId": "", | |
"id": "/subscriptions/{0}/providers/Microsoft.Web/locations/{1}/managedApis/azureeventgrid" |