Results 5 issues of Jatin

### 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 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

### Plugin name and version azure-functions-maven-plugin:1.15.0 ### Plugin configuration in your `pom.xml` ```xml com.microsoft.azure azure-functions-maven-plugin ${azure.functions.maven.plugin.version} ${functionAppName} XXXX java-functions-app-service-plan centralus P2V2 docker yyyy.azurecr.io/dockertemp:v0.0.1 SERVER_ID aiopsworkloadsimages.azurecr.io FUNCTIONS_EXTENSION_VERSION ~3 package-functions package ```...

Module: Azure Functions
Type: Feature Request

#### Investigative information This is easy to replicate. #### Repro steps Usually, to enable application insights 3, we need to add the following config `ApplicationInsightsAgent_EXTENSION_VERSION=~3`. And the dynamic tracing functionality...

Needs: Triage (Functions)

#### Investigative information It is easy to replicate the bug. Have been able to replicate it several times - Timestamp: 22nd Feb 2022 - Function App name: CodeRuntimePrac2 - Function...

Needs: Triage (Functions)