Azure / azure-kusto-microhack

MIT License
42 stars 22 forks source link

Unable to deploy code for pre-requisites #12

Closed jroh-aa closed 1 year ago

jroh-aa commented 2 years ago

I was working on the deployment and got stuck on step 4:

PS /home/azureuser/ADX-IoT-Analytics-Solution-Accelerator> . ./deploy.sh
ResourceUnavailable: Program 'deploy.sh' failed to run: An error occurred trying to start process '/home/azureuser/ADX-IoT-Analytics-Solution-Accelerator/deploy.sh' with working directory '/home/azureuser/ADX-IoT-Analytics-Solution-Accelerator'. No such file or directoryAt line:1 char:1
+ . ./deploy.sh
+ ~~~~~~~~~~~~~.
guregini commented 2 years ago

Hi @jroh-aa, have you logged in to the Azure Cross-platform Command Line Interface? Please note that after step 1, you must log in using the prompted URL, even if you're already logged in to Azure portal.

This is the expected output of az login:

guy@Azure:~/ADX-IoT-Analytics-Solution-Accelerator$ az login Cloud Shell is automatically authenticated under the initial account signed-in with. Run 'az login' only if you need to use a different account To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code to authenticate

In addition, after step 3 (git clone), could you please run "ls" (to ensure the repository has been cloned with its content)? This is the expected output: image

Please let me know if that helps

guregini commented 1 year ago

We haven't gotten any updates. Closing this PR for now. Let us know if you still need help!