Web Api template attempts to retrieve an invalid KeyVault secrent-name #924
Labels
enhancement
New feature or request
good first issue
Good for newcomers
runtime:dotnet
All issues related to templates in pure .NET
template-area:web-api
All issues related to templates for Web APIs
Milestone
The Arcus Web API template defines that the AppInsights connection-string must be retrieved from KeyVault, and suggests that the secret that contains this connection-string is named
APPLICATIONINSIGHTS_CONNECTION_STRING
.However the underscore
_
is a character that is not allowed in KeyVault secret-names.The template must be modified in such a way that we either suggest another secret-name or that the
mutateSecretName
parameter is specified in the code that adds KeyVault as a secretprovider.The text was updated successfully, but these errors were encountered: