Skip to content
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

[Issue] azd up Deploy Errors #115

Closed
1 task done
Austinauth opened this issue Jul 15, 2022 · 2 comments · Fixed by #119
Closed
1 task done

[Issue] azd up Deploy Errors #115

Austinauth opened this issue Jul 15, 2022 · 2 comments · Fixed by #119
Milestone

Comments

@Austinauth
Copy link

Austinauth commented Jul 15, 2022

Posting here at the recommendation of @savannahostrowski.

Output from azd version
Run azd version and copy and paste the output here: azd version 0.1.0-beta.2

Output from az version
Run az version and copy and paste the output here (minimum required version is 2.38.0):

"azure-cli": "2.38.0", "azure-cli-core": "2.38.0", "azure-cli-telemetry": "1.0.6", "extensions": {}

Describe the bug
First time user attempting to use the template suggested in the Getting Started docs.

When I run azd up using the todo-nodejs-mongo template, I am able to complete steps 1-3 (Environment name, Azure location and Azure Subscription). However, when the template attempts to deploy is see the following error message:

image

At this point I am not sure how to proceed. It's interesting to note that when I check the url provided, it appears the app deployed (see below).

image

To Reproduce

  1. Run azd up --template todo-nodejs-mongo
  2. Environment name: Austin-Accelerators-Test
  3. Azure location: West US
  4. Azure Subscription: (not posting here for security reasons)
  5. Azd attempts to deploy

Expected behavior
I expect the terminal to either:

  1. Deploy with no issues

or

  1. Provide an error message that more clearly explains the issue and steps to resolve.

Environment
Information on your environment:
* Language name and version: todo-nodejs-mongo template
* IDE and version : VSCode - Insiders [1.70.0-insider]

Additional context
Add any other context about the problem here.

@Austinauth Austinauth changed the title [Issue] [Issue] Azd Deploy Errors Jul 15, 2022
@Austinauth Austinauth changed the title [Issue] Azd Deploy Errors [Issue] azd up Deploy Errors Jul 15, 2022
@vhvb1989
Copy link
Member

@Austinauth thank you for reporting this issue.

I've found a bug while trying to fetch the resource to deploy when using capital letters within the environment name. I will fix it.

For now, as a temporal workaround, use only lowercase names for environment name.
@savannahostrowski FYI

@Austinauth
Copy link
Author

@vhvb1989 Thank you so much! I'll just lowercase naming conventions for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants