Skip to content

Commit

Permalink
[Managed Online Deployment] Add contract changes to ARM repo for star…
Browse files Browse the repository at this point in the history
…tupProbe property (Azure#32525)
  • Loading branch information
sshiri-msft authored Feb 26, 2025
1 parent 3e74e85 commit 2d73bd7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT1S"
},
"startupProbe": {
"failureThreshold": 3,
"successThreshold": 1,
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT30S"
}
},
"tags": {},
Expand Down Expand Up @@ -113,6 +120,13 @@
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT1S"
},
"startupProbe": {
"failureThreshold": 3,
"successThreshold": 1,
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT30S"
}
},
"systemData": {
Expand Down Expand Up @@ -192,6 +206,13 @@
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT1S"
},
"startupProbe": {
"failureThreshold": 3,
"successThreshold": 1,
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT30S"
}
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT1S"
},
"startupProbe": {
"failureThreshold": 3,
"successThreshold": 1,
"timeout": "PT2S",
"period": "PT10S",
"initialDelay": "PT30S"
}
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20425,6 +20425,11 @@
"$ref": "#/definitions/ProbeSettings",
"x-nullable": true
},
"startupProbe": {
"description": "This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.",
"$ref": "#/definitions/ProbeSettings",
"x-nullable": true
},
"requestSettings": {
"description": "Request settings for the deployment.",
"$ref": "#/definitions/OnlineRequestSettings",
Expand Down

0 comments on commit 2d73bd7

Please sign in to comment.