With extendable parameter files, you can define shared parameter values once in a base parameter file. Environment-specific parameter files can inherit these values via the extends keyword and override only the values that are different. In this blog, you will learn how to use extends and base to deduplicate your Bicep parameter files, override values … Continue reading Deduplicate Azure Bicep Parameter Files with Extendable Parameters
