Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Is your feature request related to a problem? Please describe.
When setting environment variables using the container-app.bicep module only values of type "string" should be allowed
If passing on a number value in environment variables it will result in:
Describe the solution you'd like
Ideally the param validation should happen before deployment
Describe alternatives you've considered
Currently setting string values
Additional context
Example of a solution adding types in params:
Feature Type
Infrastructure
Code of Conduct
[x] I agree to follow this project's Code of Conduct
Contact Details
No response
Detailed description?
Is your feature request related to a problem? Please describe. When setting environment variables using the
container-app.bicep
module only values of type "string" should be allowedIf passing on a number value in environment variables it will result in:
Describe the solution you'd like Ideally the param validation should happen before deployment
Describe alternatives you've considered Currently setting string values
Additional context
Example of a solution adding types in params:
Feature Type
Infrastructure
Code of Conduct