-
Notifications
You must be signed in to change notification settings - Fork 92
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
[New azd-template] todo-java-postgresql-terraform #76
Comments
@fangjian0423 Sorry for the delay, I'm starting to take a look at this template now. |
@fangjian0423 Getting an error with provisioning PostgreSQL that doesn't resolve after retrying. Do you know what might be happening?
|
Hi @weikanglim , it seems this is an issue in postgresql, I find Azure/azure-dev#933 talking about it. I run successfully after retrying 2 times (location is eastus2), and didn't get the error again in the subsequent trying. Could you pls try it again? BTW, I meet another error(For the validation, I delete log analytics in terraform infra files):
Do you get this error? I get the same error when run So I created an issue for this error: hashicorp/terraform-provider-azurerm#20197 |
@weikanglim Ignore the log analytics error, it's my subscription issue. Please try more times to see postgresql could be created, thanks. |
@fangjian0423 Thanks for the pointer. Choosing a different location than I ended up hitting a different issue. This time it relates to Related to that, it looks like the script would require |
@weikanglim I have updated the template.
Could you please pull the newest code to try again?
Awesome, looking forward to see it in the coming version. |
@v-xuto can you do a dry-run on this template and update here for any issues/feedback? |
@fangjian0423 We have tested the template
|
@fangjian0423 Now, when executing |
@jongio We have finished testing this template, and there is only one issue(fangjian0423/todo-java-postgresql-terraform#3) now. |
@jongio @fangjian0423 call out in the template readme as a known issue on the service? @jongio @weikanglim @wbreza please review. |
The postgresql flexible server AAD admin setting in terraform is not stable. The error code is "InternalServerError", very confuse. Retry can resolve it. I will describe the case on readme Troubleshooting section. |
@weikanglim - Where are we at with adding this to azure-dev repo? |
hi @rajeshkamal5050 @jongio @weikanglim , any update about this template? |
Are we considering adding this into |
I also ran into the AAD issue upon deployment. I would recommend we turn off AAD integration on the template if possible. |
Thanks for your suggestion. I won't turn off it because this template want to promote Azure Active Directory Authentication with PostgreSQL Flexible Server. |
@jongio @savannahostrowski is it okay for this to be served from https://github.com/fangjian0423/todo-java-postgresql-terraform? |
Same here - all good to be from a personal GH. |
Closing this in favor of - Azure/azure-dev#1792 |
New azd-template Submission
Fill in the sections below to populate a new Gallery carry for your template. An example of a valid template object is given at the end for reference. All fields are mandatory unless explicitly identified as optional
1. Title
Short template name that will be used in card title on gallery
ToDo Application - Java PostgreSQL AppService Terraform
2. Description
1-2 sentence description of the architecture or solution that is defined by the template
A complete ToDo application that includes everything you need to build, deploy, and monitor an Azure solution. This application uses the Azure Developer CLI (azd) to get you up and running on Azure quickly, React.js for the Web application, Java for the API, Azure Database for PostgreSQL - Flexible Server for storage, and Azure Monitor for monitoring and logging.
3. Author Profile
A link to the contributor's GitHub profile (ideal) or other profile link (for identification.
https://github.com/fangjian0423
4. Author Name
The name to be shown in the grey button on the card - will be linked profile website above.
Jimmy Fang
5. Template Repo
The GitHub repo containing the template being contributed - must be a valid, complete template
https://github.com/fangjian0423/todo-java-postgresql-terraform
6. Link to PR where you made your repo
azd
compatibleTo allow us to provide feedback on your template, please include a link to the PR where you added
azd
compatibilityIt's a new project. Could you pls create a new issue if you want to provide feedback.
7. Standard Tags
One or more tags representing the template. Look at the currently available tags on the Gallery page and pick at least 1 tag for programming language used, and 1 tag for Azure services integrated
java
,appservice
,postgresql
,monitor
,passwordless
,application insights
,terraform
7. Additional Tags (
optional
)Don't see a relevant standard tag for your template? Request these tags be added, and then used for your template. These could be new languages, services, or application domains.
spring
8. Architecture Diagram or Application Screenshot
Used as default image for template card - must be representative of solution being enabled. Submit image by adding it as file upload to this issue
Example Of Valid Template
Next Steps
Once submitted the issue will be reviewed - we plan to do reviews on a rolling basis at regular intervals. The process will involve checking that template information is complete, and the template is valid.
The text was updated successfully, but these errors were encountered: