Replies: 3 comments 2 replies
-
Hi @anilw83, thanks for trying out Nebari! Can you verify if you have set the environment variables for azure as described here: https://www.nebari.dev/docs/how-tos/nebari-azure/#authentication ? It sounds like the environment variables can't be found properly and it's trying to give you a browser option to setup your authentication. Hope this helps, please reach out with any other questions! |
Beta Was this translation helpful? Give feedback.
-
Hi @typotts42, Thanks for your response. I have logged in and checked and all the envionment variables are there. But when running the nebari init --guided-init command in linux and answering all the questions, it does not generates the .yaml file and instead throws these errors. I have checked the application has contributor role to the subscription and everything else looks ok. I have attached some screenshots for your reference. |
Beta Was this translation helpful? Give feedback.
-
Hey @anilw83, based on the screenshot you provided initially, it looks like the Azure client was unable to authenticate your user properly. Can you run You should see some responses similar to this: ❯ az account show
{
"environmentName": "AzureCloud",
"homeTenantId": "...",
"id": "...",
"isDefault": true,
"managedByTenants": [],
"name": "********",
"state": "Enabled",
"tenantDefaultDomain": "******onmicrosoft.com",
"tenantDisplayName": "*****",
"tenantId": "********",
"user": {
"name": "your_username_here",
"type": "user"
}
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are in the process of deploying nebari on a linux server.
When using the init guideded command to generate the .yaml file, it fails at the end, giving clues that az auth login needs to be done. When this command is run, there is an error message that it can't connect to URL. Tried to copy and paste the URL in the browser, prompts for username and pwd but then does not connect.
Any help would be appreciated.

Just to advise this is the first time I am deploying nebari via linux.
Thanks,
Anil
Beta Was this translation helpful? Give feedback.
All reactions