-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Task name
AzureResourceManagerTemplateDeployment
Describe your feature request here
Currently, the ARM deployment task mandates a specific template file for deployment. This isn't a requirement for bicep deployments through the az cli etc.
*.bicepparm files allow for the direct referencing of Bicep modules from the Azure Verified Modules repositories and private custom module repositories. When deploying through the az cli, the syntax would be not to include a -f, but instead just the -p myfile.bicepparam, which deploys as expected.
It is not possible currently to replicate this behaviour through this task, and instead requires the more heavy handed approach of using the Azure CLI task.
Can this task be updated to support this scenario?
Frulfump