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

Bicep modules should allow to override the sku #6822

Open
naillizard opened this issue Nov 27, 2024 · 0 comments
Open

Bicep modules should allow to override the sku #6822

naillizard opened this issue Nov 27, 2024 · 0 comments

Comments

@naillizard
Copy link

naillizard commented Nov 27, 2024

trying to override the sku as follows.

var appConfiguration = builder.AddAzureAppConfiguration("appc-vrp-dev-ae").WithParameter("sku", "free");

I can confirm that it passes the argument to bicep and compiles it, but throws a warning as the parameter is not used.

So the resource always gets created using the standard sku as it's hard coded in the template on line 17.

All modules that I've checked don't allow the sku to be overriden, the App Configuration one does have the parameter defined, but does not utilise it in the template.

@naillizard naillizard changed the title Azure App Configuration bicep module not utilising the sku parameter Bicep modules should allow to override the sku Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant