Azure / Azure/review-checklists

failed to run: An error occurred trying to start process

Open
#973 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
1.3k
Forks
376
PR merge metrics
No merged PRs in 30d

Description

### ⚠️ Problem Description

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
+ ./checklist_graph.sh --technology=avd --format=json > ./graph_results …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.

### 🛠️ 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_

Contributor guide

Open the contributing guide

Research direction

Start by inspecting scripts/checklist_graph.sh and reproducing the reported command from an Azure CLI prompt on Windows 11 with the AVD technology and JSON format. Done means the command runs without the reported process-start error and produces graph_results.json, or the required execution prerequisites are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, shell
Domain
cli, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.