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
ResourceUnavailable: Program 'checklist_graph.sh' failed to run: An error occurred trying to start process '/tmp/123/checklist_graph.sh' with working directory '/tmp/123'. Exec format errorAt line:1 char:1
Hello,
When i am trying to run the script with these parameters (for AVD infra), getting the following error.
am i executing any command wrongly?
command : ./checklist_graph.sh --technology=avd --format=json > ./graph_results.json
Error :
ResourceUnavailable: Program 'checklist_graph.sh' failed to run: An error occurred trying to start process '/tmp/123/checklist_graph.sh' with working directory '/tmp/123'. Exec format errorAt line:1 char:1
🛠️ Steps to Reproduce
installed Azure cli on my widows 11 machine.
Opened Azure cli prompt
connected to my subscription
downloaded the script with the below command
wget –quiet –output-document ./checklist_graph.sh https://github.com/Azure/review-checklists/blob/main/scripts/checklist_graph.sh
changed the permission with the below command
chmod +xr ./checklist_graph.sh
tried executing the script with the below command
./checklist_graph.sh --technology=avd --format=json > ./graph_results.json
📸 Screenshots or Logs
No response
💡 Environment Details
No response
🚀 Additional Context
No response
The text was updated successfully, but these errors were encountered: