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

SQL recipe updates #35

Merged
merged 1 commit into from
Oct 13, 2023
Merged

SQL recipe updates #35

merged 1 commit into from
Oct 13, 2023

Conversation

willdavsmith
Copy link
Contributor

  • Setting defaults for aws and azure sql recipes


@description('SQL administrator password')
@secure()
param adminPassword string
param adminPassword string = newGuid()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you verify that deploying the application twice in a row works? I'm worried that deploying the application twice will result in the password changing, and then the container with the connection string as an environment variable won't get the password rotated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to work. I deployed it, tested the app, ran the deployment command again rad deploy eshop.bicep, and it still works.

@willdavsmith willdavsmith merged commit 9d6a71e into main Oct 13, 2023
3 checks passed
@willdavsmith willdavsmith deleted the willdavsmith/sql-updates branch October 13, 2023 21:42
willdavsmith added a commit that referenced this pull request Oct 18, 2023
(cherry picked from commit 9d6a71e)
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 this pull request may close these issues.

2 participants