Skip to content

[enhancement]: Support deployments from bicep modules #21496

@Dash

Description

@Dash

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions