Skip to content

failed to run: An error occurred trying to start process #973

@arbhavanam

Description

@arbhavanam

⚠️ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions