ThorstenHans / blog-comments

0 stars 0 forks source link

custom-health-probes-with-azure-container-apps/ #9

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Custom health probes with Azure Container Apps · Thorsten Hans' blog

In this article you'll see how to configure custom health probes for your containers running in Azure Container Apps (ACA). Learn how to configure startup, readiness and liveness probes.

https://www.thorsten-hans.com/custom-health-probes-with-azure-container-apps/

mehmetaltuntas commented 1 year ago

Hi Thorsten, thanks for the article. I was wondering whether I could apply custom probes via Azure CLI. I've found this code 'az containerapp custom-probe create --resource-group --name --probe-name --path /health --port --interval 30 --threshold 3 --protocol http'

Azure CLI didn't like "custom-probe".

Do you have any idea how this may work via CLI?

Thanks

Regards Mehmet