Skip to content

[Modules] Reduced length of deployment name#3046

Merged
AlexanderSehr merged 2 commits intoAzure:mainfrom
mVermaat:feature/reduce-deployment-name-length-sqldatabase
Mar 24, 2023
Merged

[Modules] Reduced length of deployment name#3046
AlexanderSehr merged 2 commits intoAzure:mainfrom
mVermaat:feature/reduce-deployment-name-length-sqldatabase

Conversation

@mVermaat
Copy link
Copy Markdown
Contributor

Description

Deployment names are limited to 64 characters. These names are very long and leaving only a small portion of the name the name of the database. The default name is already 39 characters, leaving only 25 characters for the name of the database. This change simply reduces it to 26 characters, leaving 38 characters for the database name. and therfor granting more flexibility.

The provided deployment name 'dfrl2mpjuwzn4-{dbname}-shortTermBackupRetention' has a length of '65' which exceeds the maximum length of '64'. 

Type of Change

Please delete options that are not relevant.

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Update to documentation

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My code follows the style guidelines of this project
  • I did format my code

@AlexanderSehr AlexanderSehr added enhancement New feature or request [cat] modules category: modules labels Mar 24, 2023
Copy link
Copy Markdown
Contributor

@AlexanderSehr AlexanderSehr left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for your contribution @mVermaat

@AlexanderSehr AlexanderSehr merged commit f0a9372 into Azure:main Mar 24, 2023
@AlexanderSehr AlexanderSehr changed the title Reduced length of deployment name [Modules] Reduced length of deployment name Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[cat] modules category: modules enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants