microsoft / azure-gradle-plugins

Azure Plugins for Gradle
MIT License
45 stars 28 forks source link

Unable to add tags as part of Azure Function Apps Deploy job. #154

Open Kmani3 opened 2 years ago

Kmani3 commented 2 years ago

@andxu I have gone through below link which states available configuration that could be specified for creating Function apps in Azure. https://github.com/microsoft/azure-gradle-plugins/wiki/Configuration

There are no tags configuration that could be specified as part of Function Apps resource creation.

Is there a way to specify it could be added explicitly?

Flanker32 commented 2 years ago

@Kmani3 Thanks for your report. Currently gradle plugin did not support specify tags during resource creation/deployment. I've added this feature to our back log, will update you once we get updates in this feature.

Kmani3 commented 2 years ago

Thanks @Flanker32