Azure / review-checklists

This repo contains code and examples to operationalize Azure review checklists.
MIT License
1.2k stars 324 forks source link

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

Open arbhavanam opened 1 week ago

arbhavanam commented 1 week ago

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

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