Mikolaj Mackowiak

Results 69 comments of Mikolaj Mackowiak

@slavizh to clarify as it seems you know this resource - there should be a scope parameter because it's an extension resource? But the bicep does not allow it to...

First step towards this is #290 I think.

@alex-frankel perhaps we can shift this to v0.3?

Ok, then I'll take the key vault issue.

I've took the portal template and basically the container definition there is taken from parameter file. If you look at the parameters object, the `cpu` property is a string, not...

@alex-frankel this issue keeps popping out, can we re-prioritise it?

Anyway, back to the original proposal - using parameters as arguments for loadTextContent is not possible. Parameters are evaluated during the deployment (runtime), while file loading in loadTextContent is done...

Would having function that loads json from file be a solution? Mind, that vars can be runtime values, while load* functions can accept only compile-time values as arguments.

> I have a similar requirement: > > I try to configure an Azure Container App [setting a pram to set the Resources CPU&RAM](https://learn.microsoft.com/en-us/azure/container-apps/containers#configuration). > I hit The value must...

> I believe this is a similar problem and wanted to see if there is a resolution yet. I'm working on generalizing deployment of VMs with BICEP templating. One of...