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 azure-functions-maven-plugin ### Expected behavior When packaging fails, the whole maven build should fail. ### Actual behavior Possibly related to #417. When installing extensions fails in:...

Module: Azure Functions
need-more-info

### Plugin name and version azure-webapp-maven-plugin 1.12.0 ### Plugin configuration in your `pom.xml` ``` V2 centralus ... ... stage parent linux jre8 TOMCAT 8.5 ${project.basedir}/target *.war ``` ### Expected behavior...

Type: Bug
Module: Azure Web Apps
need-more-info

Currently we can pass to functions core tools the port for the functions to listen on using -p flag. Can we add this functionality for the azure functions plugin as...

Module: Azure Functions
Type: Feature Request

### Plugin name and version - azure-webapp-maven-plugin - 2.6.0 ### Plugin configuration in your `pom.xml` ``` com.microsoft.azure azure-webapp-maven-plugin 2.6.0 v2 ... ... ... F1 westeurope Linux Java 11 Java SE...

Module: Azure Web Apps
Type: Feature Request

What does this implement/fix? Explain your changes. --------------------------------------------------- Use deployment status API to check deployment status Does this close any currently open issues? ------------------------------------------ [AB#1968849](https://dev.azure.com/mseng/a4d27ce2-a42d-4b71-8eef-78cee9a9728e/_workitems/edit/1968849) Any relevant logs, screenshots, error...

[AB#1879285](https://dev.azure.com/mseng/a4d27ce2-a42d-4b71-8eef-78cee9a9728e/_workitems/edit/1879285)

### Plugin name and version azure-functions-maven-plugin ### Plugin configuration in your `pom.xml` Dependency: com.microsoft.azure azure-functions-maven-plugin ${azure.functions.maven.plugin.version} ${functionAppName} ${resourceGroup} ${appServicePlan} ${region} RUN_FROM_BLOB linux 11 FUNCTIONS_EXTENSION_VERSION ~4 package-functions package ### Expected behavior...

Type: Bug
Module: Azure Functions
need-more-info

### **Plugin configuration in `pom.xml`** (From MS Learn) ``` 4.0.0 com.microsoft.azure.samples fileuploader 1.0-SNAPSHOT war 11 11 false UTF-8 UTF-8 javax javaee-web-api 8.0 provided org.glassfish jakarta.faces 2.3.17 org.jboss.weld.servlet weld-servlet-shaded 3.0.0.Final jakarta.servlet.jsp.jstl...

Reason: external
need-more-info

### Plugin name and version azure-functions-maven-plugin ### Plugin configuration in your `pom.xml` 1. Deploy the Azure function against runtime-3 2. Redeploy the azure function against runtime-4 Maven showed that the...

Type: Bug
Module: Azure Functions
need-more-info

Problem statement: Currently to set application settings, a user needs to configure them in the `pom.xml` file. This is insecure if you're using version control without a CI/CD setup. Options:...

Module: Azure Functions
Type: Feature Request