azure-maven-plugins icon indicating copy to clipboard operation
azure-maven-plugins copied to clipboard

Maven plugins for Azure

Results 108 azure-maven-plugins issues
Sort by recently updated
recently updated
newest added

### Plugin name and version 1.0.0-beta-6 ### Plugin configuration in your `pom.xml` ```xml com.microsoft.azure azure-functions-maven-plugin myResourceGroup myfuncapp FUNCTIONS_EXTENSION_VERSION beta package-functions package ``` ### Description The plugin should be bound to...

Type: Enhancement
Module: Azure Functions

CI added https://github.com/Microsoft/azure-maven-plugins/pull/425 is testing the archetype ``` mvn archetype:generate -DarchetypeCatalog="local" -DarchetypeGroupId="com.microsoft.azure" -DarchetypeArtifactId="azure-functions-archetype" -DarchetypeVersion="$atchetypeVersion" -DgroupId="com.microsoft" -DartifactId="e2etestproject" -Dversion="1.0-SNAPSHOT" -Dpackage="com.microsoft" -DappRegion="westus" -DresourceGroup="e2etest-java-functions-group" -DappName="e2etest-java-functions" -B ``` This needs to be moved to archetype...

functions
javafunctions-v2-GA-shouldhave
internal

cc @soninaren Right now any updates to annotations even adding new properties to existing annotations require updating maven plugin For example, [CosmosDBBinding.java](https://github.com/Microsoft/azure-maven-plugins/blob/develop/azure-functions-maven-plugin/src/main/java/com/microsoft/azure/maven/function/bindings/CosmosDBBinding.java) is a copy of [CosmosDBTrigger.java](https://github.com/Azure/azure-functions-java-library/blob/dev/src/main/java/com/microsoft/azure/functions/annotation/CosmosDBTrigger.java). Need to decouple...

functions
external-dependency
in-discussion
resolving

Currently if i deploy the function with mvn azure-functions:deploy it will create 3 default CORS entries but what I want that we can define the CORS entry with this plugn...

Module: Azure Functions
Type: Feature Request

### Plugin name and version `Name`: azure-webapp-maven-plugin `Version`: 1.5.1 ### Plugin configuration in your `pom.xml` ``` com.microsoft.azure azure-webapp-maven-plugin 1.5.1 my-resource-group jre8 my-webapp-linux ``` ### Expected behavior Deploy the application to...

bug
webapps
external-dependency
resolving

Feature proposal - starting issue to gauge traction and get thoughts of the larger group. This is inspired by [az webapp up](https://docs.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-up). /cc @ahmedelnably ``` mvn azure-functions:up \ -DappName={function app...

Module: Azure Functions
Type: Feature Request

The plugin works mostly well for Spring projects. For non-Spring, it is unclear whether it will work, given that other frameworks may have different set ups and outputs. Frameworks to...

help wanted
webapps
backlog

There is a setting: `configurationSource`. But it's not covered in README. The explaination could be found here: https://github.com/microsoft/azure-maven-plugins/blob/f6d98df6fd9259400cc3727cc48916a32a77c460/azure-webapp-maven-plugin/src/main/java/com/microsoft/azure/maven/webapp/configuration/ConfigurationSourceType.java#L13-L18

Module: Azure Web Apps
document
Reason: fixed

### Plugin name and version Azure Functions [azure-functions-extension-bundles](https://github.com/Azure/azure-functions-extension-bundles) will start including azure-functions-java-library that is compatible with a version of extension bundle. If `host.json` includes extension bundles, maven plugin should use...

enhancement
functions
external-dependency
in-discussion

Now we only provide web container settings when create new web app configuration in `azure-webapp:config`, we should provide some important properties as well, like **AppName**,**PricingTier**

enhancement
webapps
backlog
internal