Closed mattmazzola closed 5 months ago
Hmm, I'm not sure what was wrong the first time I tried but I was able to get past the error by starting over and manually creating only the .azure
directory in /app/state
, but not creating the .json
file
[Isaac Automator v3.0.0]:/app$ cd state
[Isaac Automator v3.0.0]:/app/state$ mkdir .azure
[Isaac Automator v3.0.0]:/app/state/.azure$ cd /app
[Isaac Automator v3.0.0]:/app$ az login
Then login works! 🥳
I see there is some link creation here in the Docker file which is likely related to this.
@mattmazzola Thanks for reporting! I have fixed that in v3.1.0: https://github.com/isaac-sim/IsaacAutomator/releases/tag/v3.1.0. Please re-build Automator container to get the fix.
I was attempting to follow directions for Deploying to Azure; however, there seems to be missing prerequisite steps.
Since I have multiple subscription, I first need to login. However, it seems the file az cli version used is expecting a different file structure than what exists and fails.
Reproduce Error
Error
Investigation of
/root/.azure
directory/root/.azure
looks like a symbol link back to the app directory inside the container/app/state/.azure
I tried to manually create
/app/state/.azure/azureProfile.json
; however,az login
still fails.Version info