Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Parameter Template
Parameter Template

Parameter Template

Kevin Hagenaars

|
215 installs
| (0) | Free
Create parameter templates and inject them in your ARM templates
Get it free

Parameter templating for ARM templates

This extension enables you to inject parameters into exsisting ARM templates. This solves the problem where you have duplicated required parameters spread over the templates.

To use this the extension propperly you need to create a new JSON file with the parameters section in it. After that, move all the parameters that need to be injected to that file.

In the pipeline you add this task as the first step in the pipeline as it modifies the files (only during the build).

Note: this does not affect any files stored on the repo.

In the future I will make a Visual Studio extension to fix the false-positives that the parameters do not exsists and link it somehow.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft