We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fc4b2 commit 9d37359Copy full SHA for 9d37359
src/containerapp/azext_containerapp/_help.py
@@ -2021,6 +2021,9 @@
2021
- name: Update a session pool's max concurrent sessions configuration and image.
2022
text: |
2023
az containerapp sessionpool update -n mysessionpool -g MyResourceGroup --max-sessions 20 --image MyNewImage
2024
+ - name: Update the container probes of a CustomContainer type session pool.
2025
+ text: |
2026
+ az containerapp sessionpool update -n mysessionpool -g MyResourceGroup --probe-yaml config.yaml
2027
"""
2028
2029
helps['containerapp sessionpool delete'] = """
0 commit comments