Replies: 1 comment
-
For now, I converted this to a discussion. I'm trying to keep the issues clean so they do not contain a lot of items that are just ideas and will not be done in the short run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions