Hanxiao Liu
Hanxiao Liu
@pragnagopa > CI added #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 > ```...
@purijatin Thanks for your report and really sorry for the late response. Currently for docker function app, maven plugin will only update the configuration of target function app (docker image...
@purijatin For the second issue, we do have logic to validate whether serverId exists in your settings.xml and throw exception if not exists, please refer [here](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-maven-plugin-lib/src/main/java/com/microsoft/azure/maven/MavenDockerCredentialProvider.java#L57). And it seems works...
@alexandrospanagiotidis Thanks for your report and your contribution! Maven Plugin use `$HOME/.azure` as the config folder to save some configurations, and we use [`AzureCliCredentials.create()`](https://github.com/Azure/autorest-clientruntime-for-java/blob/master/azure-client-authentication/src/main/java/com/microsoft/azure/credentials/AzureCliCredentials.java#L77) to get the Authenticated object from...
@alexandrospanagiotidis Yes, thanks for your support, I'll track this issue and fixed it once the related one is done.
@jshaptic Thanks a lot for your feedback, I agree that staging directory should be customized, I've added this item to the back log. Besides, currently maven toolkit will use ``...
@willyyang @alam-R Thanks for your report, will looking into this issue soon.
@ramkumargopal Sorry for the late response, we are still working on this issue.
@krishnagaur Thanks for your report and sorry that we hadn't reproduced this issue successfully, could you please share some more infos like the error stack? Thanks!
@krishnagaur Thanks a lot for your information, the issue occurs in the kudo deployment step, could you please try another `` like `RUN_FROM_BLOB`? you may get all the supported values...