`I'm trying to execute a command in azure containerapp its giving the following error:
2024-01-31T20:47:13.9713698Z Exception in thread Thread-1 (read_ssh): 2024-01-31T20:47:13.9718303Z Traceback (most recent call last): 2024-01-31T20:47:13.9723276Z File "threading.py", line 1038, in _bootstrap_inner 2024-01-31T20:47:13.9723860Z File "threading.py", line 975, in run
inlineScript: 'az containerapp exec --name test --resource-group test-RG --command"/bin/shpostbuild.sh"'
Note: The same exec command is working as expected if I'm trying to execute in local powershell
Issue is with exec command to container. I want to execute the command in azure container from devops pipeline `