You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --image and --entrypoint params to containerapp debug command
Allow customers to specify a custom container image and entrypoint
for the debug ephemeral container via 'az containerapp debug'.
- Add --image and --entrypoint optional parameters
- Append customDebugImageName and customDebugImageEntrypointCommand
query params to the debug URL when provided
- Client-side validation: --entrypoint requires --image
- Add help examples for the new parameters
help="Custom container image for the debug ephemeral container (e.g., 'mcr.microsoft.com/dotnet/sdk:8.0'). If not specified, the platform default debug image is used.")
0 commit comments