Skip to content

Commit 9d37359

Browse files
author
Shichao Qiu
committed
fix comment
1 parent 51fc4b2 commit 9d37359

File tree

1 file changed

+3
-0
lines changed
  • src/containerapp/azext_containerapp

1 file changed

+3
-0
lines changed

src/containerapp/azext_containerapp/_help.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,6 +2021,9 @@
20212021
- name: Update a session pool's max concurrent sessions configuration and image.
20222022
text: |
20232023
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
20242027
"""
20252028

20262029
helps['containerapp sessionpool delete'] = """

0 commit comments

Comments
 (0)