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

Key Vault name too big when resource prefix uses 10 characters #822

Closed
jamasten opened this issue Jan 23, 2024 · 1 comment · Fixed by #823
Closed

Key Vault name too big when resource prefix uses 10 characters #822

jamasten opened this issue Jan 23, 2024 · 1 comment · Fixed by #823
Assignees
Labels
bug Something isn't working

Comments

@jamasten
Copy link
Contributor

The name when using the max length of each naming component uses 28 characters. Key vault names may only be 24 characters long. Using a 1 letter abbreviation for the "resourceSuffix" can reduce that value to 25 characters. Using a 1 letter abbreviation for the "name_token" can reduce that value from 25 to 22 characters. We could also consider dropping the hyphens if having the full value for one of the previously mentioned components is desired.

@jamasten jamasten added the bug Something isn't working label Jan 23, 2024
@jamasten
Copy link
Contributor Author

Another option is dropping the max length on the resource prefix from 10 to 6 characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant