Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: allow configuring health probes with az cli #696

Open
tamland opened this issue Mar 26, 2023 · 1 comment
Open

Feature Request: allow configuring health probes with az cli #696

tamland opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
CLI Related to CLI enhancement New feature or request Needs: Investigation Issue has been assigned and tagged, pending them to process it

Comments

@tamland
Copy link

tamland commented Mar 26, 2023

Is your feature request related to a problem? Please describe.
Not properly configuring a readiness probe can cause multiple reliability issues such as zero downtime deployment not being possible, or in single revision mode a failed deploying taking down the entire app.

Currently it does not appear to be possible to configure health probes when deploying container apps with the Azure CLI, but only using ARM/yaml template or the portal: https://learn.microsoft.com/en-us/azure/container-apps/health-probes

Describe the solution you'd like.
We would like to be able to configure HTTP health probes using the Azure CLI during az containerapp create.

Describe alternatives you've considered.
I have tried setting health probes using a yaml template and REST API directly after creating the app with az, however they do not support partial updates.

@tamland tamland added the enhancement New feature or request label Mar 26, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 Pending a first pass to read, tag, and assign label Mar 26, 2023
@SophCarp SophCarp added CLI Related to CLI Needs: Investigation Issue has been assigned and tagged, pending them to process it and removed Needs: triage 🔍 Pending a first pass to read, tag, and assign labels Mar 28, 2023
@SophCarp SophCarp self-assigned this Mar 28, 2023
@DennyWebb
Copy link

100%!

Not being able to do this via CLI means not being able to do it via GHE as the action step there uses the CLI. Forcing CI/CD into AzDo or ARM if developers have any kind of pathing in their probe locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Related to CLI enhancement New feature or request Needs: Investigation Issue has been assigned and tagged, pending them to process it
Projects
None yet
Development

No branches or pull requests

3 participants