Forum Discussion
EtienneFiset
Sep 26, 2024Brass Contributor
How do I run a local Script using my local Azure Cli installation
Could be a stupid question, but didn't found anywhere to information. I'm trying to run a local script to Azure CLI on Mac and i didn't find the correct path or command for that. Is it a way to d...
- Oct 03, 2024Hi Guys, I found the problem.. I can just connect Az login directly in the mac console. I was needed to Pwsh and Az login before running the script. Now it's working without issue
EtienneFiset
Brass Contributor
balasubramanimWow, simple as *** i though i was needed to specify the path or upload the file in Azure. Thanks.
Note: i have SA on the sub and RG in Azure and sign-in with az login before.
I'm getting this error now :
balasubramanim
Sep 28, 2024Iron Contributor
The error message './test.sh' is misspelled or not recognized by the system typically occurs if your terminal doesn't recognize the script or file location
Verifying your current directory, ensuring the script is executable, and running it with the correct path, you can effectively troubleshoot and resolve the issue.
- EtienneFisetSep 30, 2024Brass Contributor
balasubramanimfile is there and not misspelled, that's the problem, but thanks guy for help, i found a workaround