Update Azure PostgreSQL flexible server defaults#2391
Merged
davidfowl merged 1 commit intomicrosoft:mainfrom Feb 24, 2024
Merged
Update Azure PostgreSQL flexible server defaults#2391davidfowl merged 1 commit intomicrosoft:mainfrom
davidfowl merged 1 commit intomicrosoft:mainfrom
Conversation
Use the same defaults as the portal does for "Development" mode. This makes the default configuration cheaper for people who are developing/testing. It also uses the latest version (16) instead of 12 by default.
davidfowl
approved these changes
Feb 24, 2024
vhvb1989
reviewed
Mar 5, 2024
| param haMode string = 'Disabled' | ||
| param availabilityZone string = '1' | ||
| param version string = '12' | ||
| param version string = '16' |
Contributor
There was a problem hiding this comment.
getting this error:
Deployment Error Details:
ParameterOutOfRange: The value of the 'Version' should be in: [13,14,15]. Verify that the specified parameter value is correct.
Contributor
|
The version might depend on the region... |
Member
|
@vhvb1989 docs seem to indicate it should be available in all Azure regions: https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-supported-versions#postgresql-version-16 |
Member
Author
|
What region were you using? |
Contributor
|
I tried eastus2 and australiaeast. Guess I need to delete the existing one and use a new one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the same defaults as the portal does for "Development" mode. This makes the default configuration cheaper for people who are developing/testing. It also uses the latest version (16) instead of 12 by default. Here's the current defaults in the portal:
Microsoft Reviewers: Open in CodeFlow