-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Can't deploy on azure if project name includes a dash #2405
Comments
Just tried to deploy Nebari on Azure with the project name ne-bri and I get the following error just after the terraform state resource group, storage container, and storage account are created. The actual resource group is named
|
The issue is that we mutate the project_name to get the storage account name (e.g. strip dashes), but we create the storage account in a different place from where we read the storage account name and we don't apply the same mutation when we're creating the storage account as we do when we're reading (terraform importing) the storage class name. So with a project name of |
Describe the bug
I tried deploying on Azure with the project name
dd-nebari
and the deployment had an error. I didn't copy it but the error mentioned this line. It seems likely that using "a" as the escape character makes it impossible to tell if other "a" characters are escape characters or not, but I haven't tracked this down specifically.Expected behavior
No error
OS and architecture in which you are running Nebari
Linux x86-64
How to Reproduce the problem?
See above
Command output
Versions and dependencies used.
No response
Compute environment
Azure
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: