We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eeb27 commit 075a314Copy full SHA for 075a314
logicapp/LogicApp.json
@@ -41,6 +41,9 @@
41
"HTTP_Webhook_action_that_called_Database_Scaler_Functions": {
42
"type": "HttpWebhook",
43
"inputs": {
44
+ "retryPolicy": {
45
+ "type": "none"
46
+ },
47
"subscribe": {
48
"method": "POST",
49
"uri": "[parameters('webhookSubscribeEndpoint')]",
@@ -51,6 +54,9 @@
51
54
},
52
55
"unsubscribe": {}
53
56
57
+ "limit": {
58
+ "timeout": "PT10M"
59
60
"runAfter": {}
61
62
"Post_Success_message": {
0 commit comments