I am trying to use skypilot with Azure. I can login successfully with az login and then set subscription, but skypilot is showing that Azure is not enabled. Any idea why?
Alex
Asked on Nov 29, 2023
The reason skypilot is showing that Azure is not enabled is because the file ~/.azure/msal_token_cache.json
does not exist. To fix this issue, you can run the following commands:
$ az login
$ az account set -s <subscription_id>
For more information, you can refer to the Azure CLI documentation.