2020-02-18 08:49:09 +03:00
# Azure Plugins for Gradle
This repository contains all Microsoft Azure plugins for Gradle.
2020-02-08 07:03:15 +03:00
2020-03-24 07:13:46 +03:00
Azure Plugin | Gradle Plugin Portal | Build Status
2020-02-13 06:13:22 +03:00
---|---|---
2020-03-24 07:13:46 +03:00
[Azure Functions Plugin for Gradle ](./azure-functions-gradle-plugin/README.md ) | [![Gradle Plugin Portal ](https://img.shields.io/maven-metadata/v.svg?colorB=007ec6&label=Azure+Functions+Plugin+for+Gradle&metadataUrl=https%3A%2F%2Fplugins.gradle.org%2Fm2%2Fcom%2Fmicrosoft%2Fazure%2Fazure-functions-gradle-plugin%2Fmaven-metadata.xml )](https://plugins.gradle.org/plugin/com.microsoft.azure.azurefunctions) | [![Build Status ](https://dev.azure.com/mseng/VSJava/_apis/build/status/Azure-Gradle-Plugin/VSCJava-Release-Azure-Gradle-Plugin?branchName=master )](https://dev.azure.com/mseng/VSJava/_build/latest?definitionId=9965& branchName=master)
2020-02-13 06:13:22 +03:00
## Feedback and Questions
To report bugs or request new features, file issues on [Issues ](https://github.com/microsoft/azure-gradle-plugins/issues ). Or, ask questions on [Stack Overflow with tag azure-java-tools ](https://stackoverflow.com/questions/tagged/azure-java-tools ).
## Contributing
2020-02-08 07:03:15 +03:00
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
2020-02-13 06:13:22 +03:00
the rights to use your contribution. For details, visit https://cla.microsoft.com.
2020-02-08 07:03:15 +03:00
2020-02-13 06:13:22 +03:00
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once in all repositories using our CLA.
2020-02-08 07:03:15 +03:00
This project has adopted the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/ ).
For more information see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/ ) or
contact [opencode@microsoft.com ](mailto:opencode@microsoft.com ) with any additional questions or comments.
2020-02-13 06:13:22 +03:00
## Telemetry
This project collects usage data and sends it to Microsoft to help improve our products and services.
Read Microsoft's [privacy statement ](https://privacy.microsoft.com/en-us/privacystatement ) to learn more.
If you would like to opt out of sending telemetry data to Microsoft, you can set `allowTelemetry` to false in the plugin configuration.
Please read our [document ](https://github.com/microsoft/azure-gradle-plugins/wiki/Configuration ) to find more details about *allowTelemetry* .