Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin fails to re-deploy into function app after a period of successful deploys (approx 24 hours). #173

Closed
jazzyray opened this issue Jun 12, 2018 · 31 comments

Comments

@jazzyray
Copy link
Contributor

jazzyray commented Jun 12, 2018

Plugin fails to re-deploy into function app after a period of successful deploys (approx 24 hours).

Async operation failed with provisioning state: failed

Error -->
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.367 s
[INFO] Finished at: 2018-06-12T09:17:16+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy (default-cli) on project api_news: Async operation failed with provisioning state: failed: OnError while emitting onNext value: com.microsoft.azure.PollingState.class -> [Help 1]

I also noticed a strange 404 error within the -#X trace.
"The remote server returned an error: (404) Not Found"

Almost as if the zip cannot be located.

(Full -X trace found below)

Plugin name and version

 <groupId>com.microsoft.azure</groupId>
 <artifactId>azure-functions-maven-plugin</artifactId>
 <version>0.2.1</version>

Plugin configuration in your pom.xml

 <plugin>
                <groupId>com.microsoft.azure</groupId>
                <artifactId>azure-functions-maven-plugin</artifactId>
                <version>0.2.1</version>
                <configuration>
                    <resourceGroup>${functionResourceName}</resourceGroup>
                    <appName>${functionAppName}</appName>
                    <region>${functionRegion}</region>
                    <pricingTier>S1</pricingTier>
                    <appSettings>
                        <property>
                            <name>FUNCTIONS_EXTENSION_VERSION</name>
                            <value>beta</value>
                        </property>
                    </appSettings>
                </configuration>
                <executions>
                    <execution>
                        <id>package-functions</id>
                        <goals>
                            <goal>package</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

Expected behavior

Redeployment to existing function app must be successful after a period of time (approx 24 hours).

Actual behavior

Deploying function to existing function app should pass successfully. Redeployment after approx 24 hours fails. For a period of time approx 24 hours deploy is successful.

Steps to reproduce the problem

mvn azure-functions:deploy

Full -X output here -->

mvn -X azure-functions:deploy
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T19:49:05Z)
Maven home: C:\Users\tv137qm\dev\mvn\apache-maven-3.5.3\bin..
Java version: 1.8.0_163, vendor: Azul Systems, Inc.
Java home: c:\Program Files\Zulu\zulu-8\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\Users\tv137qm\dev\mvn\apache-maven-3.5.3\bin..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\tv137qm.m2\settings.xml
[DEBUG] Reading global toolchains from C:\Users\tv137qm\dev\mvn\apache-maven-3.5.3\bin..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\tv137qm.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\tv137qm.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\tv137qm.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project embryonic:api_news:jar:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project embryonic:embryonic:pom:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix azure-functions from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix azure-functions to com.microsoft.azure:azure-functions-maven-plugin from POM embryonic:api_news:jar:1.0-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: embryonic:api_news:jar:1.0-SNAPSHOT
[DEBUG] Tasks: [azure-functions:deploy]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] -------------------------< embryonic:api_news >-------------------------
[INFO] Building API - News 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Resolving plugin prefix azure-functions from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix azure-functions to com.microsoft.azure:azure-functions-maven-plugin from POM embryonic:api_news:jar:1.0-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: embryonic:api_news:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration:

${allowTelemetry} emb-api-dev-20180605b FUNCTIONS_EXTENSION_VERSION beta ${functions.deploymentType} ${failsOnError} S1 westeurope azrg-tas-emb-managed-dev ${functions.skip} [DEBUG] ======================================================================= [INFO] [INFO] --- azure-functions-maven-plugin:0.2.1:deploy (default-cli) @ api_news --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1319646, ConflictMarker.markTime=773287, ConflictMarker.nodeCount=307, ConflictIdSorter.graphTime=1392142, ConflictIdSorter.topsortTime=601865, ConflictIdSorter.conflictIdCount=114, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=12516066, ConflictResolver.conflictItemCount=233, DefaultDependencyCollector.collectTime=2624417203, DefaultDependencyCollector.transformTime=18607964} [DEBUG] com.microsoft.azure:azure-functions-maven-plugin:jar:0.2.1: [DEBUG] org.apache.maven:maven-plugin-api:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.3.3:compile [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile [DEBUG] javax.enterprise:cdi-api:jar:1.0:compile [DEBUG] javax.annotation:jsr250-api:jar:1.0:compile [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:compile [DEBUG] org.apache.maven:maven-core:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-builder-support:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.3.3:compile [DEBUG] org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] aopalliance:aopalliance:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.21:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-settings:jar:3.3.3:compile [DEBUG] org.apache.maven:maven-model:jar:3.3.3:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [DEBUG] com.microsoft.azure:azure-maven-plugin-lib:jar:0.2.0:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] com.microsoft.azure:azure:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-resources:jar:1.7.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:1.7.5:compile [DEBUG] io.reactivex:rxjava:jar:1.2.4:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.5:compile [DEBUG] com.microsoft.azure:azure-mgmt-storage:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-network:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-compute:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-graph-rbac:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-keyvault:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-keyvault:jar:1.0.0:compile [DEBUG] com.microsoft.azure:azure-keyvault-webkey:jar:1.0.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-batch:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-trafficmanager:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-dns:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-redis:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-appservice:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-locks:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-eventhub:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-cdn:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-sql:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-containerinstance:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-containerregistry:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-containerservice:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-cosmosdb:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-search:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-msi:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-monitor:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-mgmt-servicebus:jar:1.7.0:compile [DEBUG] joda-time:joda-time:jar:2.1:compile [DEBUG] com.microsoft.azure:azure-mgmt-batchai:jar:1.7.0:compile [DEBUG] com.microsoft.azure:azure-client-runtime:jar:1.3.0:compile [DEBUG] com.microsoft.rest:client-runtime:jar:1.3.0:compile [DEBUG] com.squareup.retrofit2:retrofit:jar:2.1.0:compile [DEBUG] com.squareup.okhttp3:okhttp:jar:3.4.2:compile [DEBUG] com.squareup.okio:okio:jar:1.9.0:compile [DEBUG] com.squareup.okhttp3:logging-interceptor:jar:3.4.2:compile [DEBUG] com.squareup.okhttp3:okhttp-urlconnection:jar:3.4.2:compile [DEBUG] com.squareup.retrofit2:converter-jackson:jar:2.1.0:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.7.2:compile [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.7.2:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile [DEBUG] com.squareup.retrofit2:adapter-rxjava:jar:2.1.0:compile [DEBUG] com.microsoft.azure:azure-client-authentication:jar:1.3.0:compile [DEBUG] com.microsoft.azure:adal4j:jar:1.1.2:compile [DEBUG] com.nimbusds:oauth2-oidc-sdk:jar:4.5:compile [DEBUG] javax.mail:mail:jar:1.4.7:compile [DEBUG] javax.activation:activation:jar:1.1:compile [DEBUG] net.jcip:jcip-annotations:jar:1.0:compile [DEBUG] net.minidev:json-smart:jar:1.1.1:compile [DEBUG] com.nimbusds:lang-tag:jar:1.4:compile [DEBUG] com.nimbusds:nimbus-jose-jwt:jar:3.1.2:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.51:compile [DEBUG] com.google.code.gson:gson:jar:2.2.4:compile [DEBUG] commons-codec:commons-codec:jar:1.10:compile [DEBUG] com.microsoft.azure:azure-annotations:jar:1.2.0:compile [DEBUG] com.microsoft.azure:applicationinsights-core:jar:1.0.9:compile [DEBUG] eu.infomas:annotation-detector:jar:3.0.4:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.3:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-net:commons-net:jar:3.6:compile [DEBUG] com.microsoft.azure:azure-functions-java-core:jar:1.0.0-beta-2:compile [DEBUG] org.reflections:reflections:jar:0.9.11:compile [DEBUG] com.google.guava:guava:jar:20.0:compile [DEBUG] org.javassist:javassist:jar:3.21.0-GA:compile [DEBUG] com.microsoft.azure:azure-storage:jar:5.4.0:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.6.0:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.12:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.4:compile [DEBUG] com.microsoft.azure:azure-keyvault-core:jar:0.8.0:compile [DEBUG] org.zeroturnaround:zt-zip:jar:1.12:compile [DEBUG] junit:junit:jar:4.12:compile [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile [DEBUG] Created new class realm plugin>com.microsoft.azure:azure-functions-maven-plugin:0.2.1 [DEBUG] Importing foreign packages into class realm plugin>com.microsoft.azure:azure-functions-maven-plugin:0.2.1 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>com.microsoft.azure:azure-functions-maven-plugin:0.2.1 [DEBUG] Included: com.microsoft.azure:azure-functions-maven-plugin:jar:0.2.1 [DEBUG] Included: javax.enterprise:cdi-api:jar:1.0 [DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0 [DEBUG] Included: org.apache.maven:maven-builder-support:jar:3.3.3 [DEBUG] Included: org.eclipse.aether:aether-util:jar:1.0.2.v20150114 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5 [DEBUG] Included: aopalliance:aopalliance:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.21 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [DEBUG] Included: com.microsoft.azure:azure-maven-plugin-lib:jar:0.2.0 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: com.microsoft.azure:azure:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-resources:jar:1.7.0 [DEBUG] Included: org.slf4j:slf4j-simple:jar:1.7.5 [DEBUG] Included: io.reactivex:rxjava:jar:1.2.4 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.5 [DEBUG] Included: com.microsoft.azure:azure-mgmt-storage:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-network:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-compute:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-graph-rbac:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-keyvault:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-keyvault:jar:1.0.0 [DEBUG] Included: com.microsoft.azure:azure-keyvault-webkey:jar:1.0.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-batch:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-trafficmanager:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-dns:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-redis:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-appservice:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-locks:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-eventhub:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-cdn:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-sql:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-containerinstance:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-containerregistry:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-containerservice:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-cosmosdb:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-search:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-msi:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-monitor:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-mgmt-servicebus:jar:1.7.0 [DEBUG] Included: joda-time:joda-time:jar:2.1 [DEBUG] Included: com.microsoft.azure:azure-mgmt-batchai:jar:1.7.0 [DEBUG] Included: com.microsoft.azure:azure-client-runtime:jar:1.3.0 [DEBUG] Included: com.microsoft.rest:client-runtime:jar:1.3.0 [DEBUG] Included: com.squareup.retrofit2:retrofit:jar:2.1.0 [DEBUG] Included: com.squareup.okhttp3:okhttp:jar:3.4.2 [DEBUG] Included: com.squareup.okio:okio:jar:1.9.0 [DEBUG] Included: com.squareup.okhttp3:logging-interceptor:jar:3.4.2 [DEBUG] Included: com.squareup.okhttp3:okhttp-urlconnection:jar:3.4.2 [DEBUG] Included: com.squareup.retrofit2:converter-jackson:jar:2.1.0 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.7.2 [DEBUG] Included: com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.7.2 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0 [DEBUG] Included: com.squareup.retrofit2:adapter-rxjava:jar:2.1.0 [DEBUG] Included: com.microsoft.azure:azure-client-authentication:jar:1.3.0 [DEBUG] Included: com.microsoft.azure:adal4j:jar:1.1.2 [DEBUG] Included: com.nimbusds:oauth2-oidc-sdk:jar:4.5 [DEBUG] Included: javax.mail:mail:jar:1.4.7 [DEBUG] Included: javax.activation:activation:jar:1.1 [DEBUG] Included: net.jcip:jcip-annotations:jar:1.0 [DEBUG] Included: net.minidev:json-smart:jar:1.1.1 [DEBUG] Included: com.nimbusds:lang-tag:jar:1.4 [DEBUG] Included: com.nimbusds:nimbus-jose-jwt:jar:3.1.2 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.51 [DEBUG] Included: com.google.code.gson:gson:jar:2.2.4 [DEBUG] Included: commons-codec:commons-codec:jar:1.10 [DEBUG] Included: com.microsoft.azure:azure-annotations:jar:1.2.0 [DEBUG] Included: com.microsoft.azure:applicationinsights-core:jar:1.0.9 [DEBUG] Included: eu.infomas:annotation-detector:jar:3.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.3 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: commons-net:commons-net:jar:3.6 [DEBUG] Included: com.microsoft.azure:azure-functions-java-core:jar:1.0.0-beta-2 [DEBUG] Included: org.reflections:reflections:jar:0.9.11 [DEBUG] Included: com.google.guava:guava:jar:20.0 [DEBUG] Included: org.javassist:javassist:jar:3.21.0-GA [DEBUG] Included: com.microsoft.azure:azure-storage:jar:5.4.0 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.6.0 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.4 [DEBUG] Included: com.microsoft.azure:azure-keyvault-core:jar:0.8.0 [DEBUG] Included: org.zeroturnaround:zt-zip:jar:1.12 [DEBUG] Included: junit:junit:jar:4.12 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 [DEBUG] Configuring mojo com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy from plugin realm ClassRealm[plugin>com.microsoft.azure:azure-functions-maven-plugin:0.2.1, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy' with basic configurator --> [DEBUG] (f) allowTelemetry = true [DEBUG] (f) appName = emb-api-dev-20180605b [DEBUG] (f) appSettings = {FUNCTIONS_EXTENSION_VERSION=beta} [DEBUG] (f) buildDirectory = C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target [DEBUG] (f) deploymentType = msdeploy [DEBUG] (f) failsOnError = true [DEBUG] (f) finalName = api_news-1.0-SNAPSHOT [DEBUG] (f) outputDirectory = C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target\classes [DEBUG] (f) plugin = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'com.microsoft.azure.maven.function.AddMojo', role hint: 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:add' role: 'org.apache.maven.plugin.Mojo', implementation: 'com.microsoft.azure.maven.function.DeployMojo', role hint: 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy' role: 'org.apache.maven.plugin.Mojo', implementation: 'com.microsoft.azure.maven.function.HelpMojo', role hint: 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'com.microsoft.azure.maven.function.PackageMojo', role hint: 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:package' role: 'org.apache.maven.plugin.Mojo', implementation: 'com.microsoft.azure.maven.function.RunMojo', role hint: 'com.microsoft.azure:azure-functions-maven-plugin:0.2.1:run' --- [DEBUG] (f) pricingTier = S1 [DEBUG] (f) project = MavenProject: embryonic:api_news:1.0-SNAPSHOT @ C:\Users\tv137qm\dev\embryonic-functions-api\api_news\pom.xml [DEBUG] (f) region = westeurope [DEBUG] (f) resourceGroup = azrg-tas-emb-managed-dev [DEBUG] (f) session = org.apache.maven.execution.MavenSession@7fae4d4a [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@3f4f9acd [DEBUG] (f) skip = false [DEBUG] -- end configuration -- AI: INFO 12-06-2018 09:18, 1: Configuration file has been successfully found as resource AI: INFO 12-06-2018 09:18, 1: Configuration file has been successfully found as resource [INFO] Starting deploying to Function App emb-api-dev-20180605b... [INFO] Authenticate with Azure CLI 2.0 [INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01 [INFO] Accept-Encoding: gzip [INFO] accept-language: en-US [INFO] Authorization: Bearer XXXX [INFO] Connection: Keep-Alive [INFO] Content-Type: application/json; charset=utf-8 [INFO] Host: management.azure.com [INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient) [INFO] x-ms-client-request-id: 0fdad3a3-1a5b-4ba1-a704-12f6a712742a [INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01 (1803 ms, unknown-length body) [INFO] Cache-Control: no-cache [INFO] Content-Encoding: gzip [INFO] Content-Type: application/json [INFO] Date: Tue, 12 Jun 2018 08:18:26 GMT [INFO] ETag: "1D40225BEF6A12B" [INFO] Expires: -1 [INFO] Pragma: no-cache [INFO] Server: Microsoft-IIS/10.0 [INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains [INFO] Transfer-Encoding: chunked [INFO] Vary: Accept-Encoding [INFO] X-AspNet-Version: 4.0.30319 [INFO] X-Content-Type-Options: nosniff [INFO] x-ms-correlation-request-id: 770f1af7-2519-4230-acd9-0adb264560eb [INFO] x-ms-ratelimit-remaining-subscription-reads: 14999 [INFO] x-ms-request-id: 44f3015b-0e44-4137-a4f7-7cef5b8fb443 [INFO] x-ms-routing-request-id: UKSOUTH:20180612T081827Z:770f1af7-2519-4230-acd9-0adb264560eb [INFO] X-Powered-By: ASP.NET [INFO] 1321-byte body: {"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites","kind":"functionapp","location":"West Europe","properties":{"name":"emb-api-dev-20180605b","state":"Running","hostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net"],"webSpace":"azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace","selfLink":"https://waws-prod-am2-03fbc7a6.api.p.azurewebsites.windows.net:454/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/webspaces/azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace/sites/emb-api-dev-20180605b","repositorySiteName":"emb-api-dev-20180605b","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/serverfarms/ACEMWPPASPEMB01","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-06-12T08:17:04.1466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"emb-api-dev-20180605b","trafficManagerHostNames":null,"sku":"Premium","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":"ACEMWNDASEEMB01","hostingEnvironmentProfile":{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","name":"ACEMWNDASEEMB01","type":"Microsoft.Web/hostingEnvironments"},"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.113.109.113","possibleOutboundIpAddresses":"40.113.109.113,40.113.109.113","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-am2-03fbc7a6","cloningInfo":null,"hostingEnvironmentId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","tags":null,"resourceGroup":"azrg-tas-emb-managed-dev","defaultHostName":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}} [INFO] <-- END HTTP [INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01 [INFO] Accept-Encoding: gzip [INFO] accept-language: en-US [INFO] Authorization: Bearer XXX [INFO] Connection: Keep-Alive [INFO] Content-Type: application/json; charset=utf-8 [INFO] Host: management.azure.com [INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient) [INFO] x-ms-client-request-id: 92971533-a9cb-46eb-a6da-ded66d82e21a [INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01 (553 ms, unknown-length body) [INFO] Cache-Control: no-cache [INFO] Content-Encoding: gzip [INFO] Content-Type: application/json [INFO] Date: Tue, 12 Jun 2018 08:18:27 GMT [INFO] Expires: -1 [INFO] Pragma: no-cache [INFO] Server: Microsoft-IIS/10.0 [INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains [INFO] Transfer-Encoding: chunked [INFO] Vary: Accept-Encoding [INFO] X-AspNet-Version: 4.0.30319 [INFO] X-Content-Type-Options: nosniff [INFO] x-ms-correlation-request-id: ab6b4d58-7f3e-4cff-a1af-df343e4adf3c [INFO] x-ms-ratelimit-remaining-subscription-reads: 14998 [INFO] x-ms-request-id: cbd3d1a3-538f-4c33-9b5b-13d0b7fcac3b [INFO] x-ms-routing-request-id: UKSOUTH:20180612T081828Z:ab6b4d58-7f3e-4cff-a1af-df343e4adf3c [INFO] X-Powered-By: ASP.NET [INFO] 1346-byte body: {"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites/config","location":"West Europe","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$emb-api-dev-20180605b","publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":false,"minTlsVersion":"1.0","ftpsState":"AllAllowed"}} [INFO] <-- END HTTP [INFO] Updating Function App... [INFO] --> PUT https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01 [INFO] Accept-Encoding: gzip [INFO] accept-language: en-US [INFO] Authorization: Bearer XXXX [INFO] Connection: Keep-Alive [INFO] Content-Length: 887 [INFO] Content-Type: application/json; charset=utf-8 [INFO] Host: management.azure.com [INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient) [INFO] x-ms-client-request-id: 17eed9d6-55d9-49ce-9c28-72e1829927ef [INFO] 887-byte body: {"kind":"functionapp","properties":{"enabled":true,"hostNameSslStates":[{"name":"emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net","sslState":"Disabled","hostType":"Repository"},{"name":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","sslState":"Disabled","hostType":"Standard"}],"serverFarmId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/serverfarms/ACEMWPPASPEMB01","reserved":false,"siteConfig":{},"scmSiteAlsoStopped":false,"hostingEnvironmentProfile":{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01"},"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"containerSize":1536,"dailyMemoryTimeQuota":0,"httpsOnly":false},"location":"West Europe"} [INFO] --> END PUT [INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01 (2955 ms, unknown-length body) [INFO] Cache-Control: no-cache [INFO] Content-Encoding: gzip [INFO] Content-Type: application/json [INFO] Date: Tue, 12 Jun 2018 08:18:30 GMT [INFO] ETag: "1D40225F2435C55" [INFO] Expires: -1 [INFO] Pragma: no-cache [INFO] Server: Microsoft-IIS/10.0 [INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains [INFO] Transfer-Encoding: chunked [INFO] Vary: Accept-Encoding [INFO] X-AspNet-Version: 4.0.30319 [INFO] X-Content-Type-Options: nosniff [INFO] x-ms-correlation-request-id: 471ee770-fbbe-4c21-9e72-b292d624eb3a [INFO] x-ms-ratelimit-remaining-subscription-resource-requests: 499 [INFO] x-ms-request-id: 03378c03-377e-43f3-8176-1994b65d62c8 [INFO] x-ms-routing-request-id: UKSOUTH:20180612T081831Z:471ee770-fbbe-4c21-9e72-b292d624eb3a [INFO] X-Powered-By: ASP.NET [INFO] 1319-byte body: {"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites","kind":"functionapp","location":"West Europe","properties":{"name":"emb-api-dev-20180605b","state":"Running","hostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net"],"webSpace":"azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace","selfLink":"https://waws-prod-am2-03fbc7a6.api.p.azurewebsites.windows.net:454/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/webspaces/azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace/sites/emb-api-dev-20180605b","repositorySiteName":"emb-api-dev-20180605b","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/serverfarms/ACEMWPPASPEMB01","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-06-12T08:18:30.2133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"emb-api-dev-20180605b","trafficManagerHostNames":null,"sku":"Premium","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":"ACEMWNDASEEMB01","hostingEnvironmentProfile":{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","name":"ACEMWNDASEEMB01","type":"Microsoft.Web/hostingEnvironments"},"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.113.109.113","possibleOutboundIpAddresses":"40.113.109.113,40.113.109.113","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-am2-03fbc7a6","cloningInfo":null,"hostingEnvironmentId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","tags":null,"resourceGroup":"azrg-tas-emb-managed-dev","defaultHostName":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}} [INFO] <-- END HTTP [INFO] --> POST https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings/list?api-version=2016-08-01 [INFO] Accept-Encoding: gzip [INFO] accept-language: en-US [INFO] Authorization: Bearer XXX [INFO] Connection: Keep-Alive [INFO] Content-Length: 0 [INFO] Content-Type: application/json; charset=utf-8 [INFO] Host: management.azure.com [INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient) [INFO] x-ms-client-request-id: 020f355d-93fe-4bd8-958f-5e65d3e04756 [INFO] 0-byte body:

[INFO] --> END POST
[INFO] --> PUT https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXXX
[INFO] Connection: Keep-Alive
[INFO] Content-Length: 1003
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 3e4cc46c-0eca-491b-af94-04ae61f16b0d
[INFO] 1003-byte body:
{"properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$emb-api-dev-20180605b","scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\wwwroot","preloadEnabled":true}],"loadBalancing":"LeastRequests","experiments":{"rampUpRules":[]},"autoHealEnabled":false,"vnetName":"","cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"]},"localMySqlEnabled":false}}
[INFO] --> END PUT
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings/list?api-version=2016-08-01 (373 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:31 GMT
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: f47bbccf-c973-49bb-8425-91db5587acab
[INFO] x-ms-ratelimit-remaining-subscription-resource-requests: 11999
[INFO] x-ms-request-id: a554005d-b5d8-48fc-b8ab-fcbfe3dfa847
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081832Z:f47bbccf-c973-49bb-8425-91db5587acab
[INFO] X-Powered-By: ASP.NET
[INFO] 642-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West Europe","properties":{"AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","FUNCTIONS_EXTENSION_VERSION":"beta","WEBSITE_NODE_DEFAULT_VERSION":"6.5.0","APPINSIGHTS_INSTRUMENTATIONKEY":"9f80bdaa-13d3-4883-827d-14c3be8b1655"}}
[INFO] <-- END HTTP
[INFO] --> PUT https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXXX
[INFO] Connection: Keep-Alive
[INFO] Content-Length: 540
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 943507c9-ef27-4e18-8dcb-d4d890187add
[INFO] 540-byte body:
{"properties":{"AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","FUNCTIONS_EXTENSION_VERSION":"beta","WEBSITE_NODE_DEFAULT_VERSION":"6.5.0","APPINSIGHTS_INSTRUMENTATIONKEY":"9f80bdaa-13d3-4883-827d-14c3be8b1655"}}
[INFO] --> END PUT
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings?api-version=2016-08-01 (1728 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:33 GMT
[INFO] ETag: "1D40225F41BDFE0"
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: d6f1b336-e45d-4d17-bd38-4711f6d60f32
[INFO] x-ms-ratelimit-remaining-subscription-writes: 1199
[INFO] x-ms-request-id: 9d0d0b22-c09b-494b-ad1d-ac0e0ec8ee58
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081834Z:d6f1b336-e45d-4d17-bd38-4711f6d60f32
[INFO] X-Powered-By: ASP.NET
[INFO] 642-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West Europe","properties":{"AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","FUNCTIONS_EXTENSION_VERSION":"beta","WEBSITE_NODE_DEFAULT_VERSION":"6.5.0","APPINSIGHTS_INSTRUMENTATIONKEY":"9f80bdaa-13d3-4883-827d-14c3be8b1655"}}
[INFO] <-- END HTTP
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01 (3664 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:35 GMT
[INFO] ETag: "1D40225F543E520"
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: cc0414fd-7160-4d5c-a7a6-edfc31592eae
[INFO] x-ms-ratelimit-remaining-subscription-writes: 1199
[INFO] x-ms-request-id: 94b90b93-44d0-4856-804c-258f53c0e1cb
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081835Z:cc0414fd-7160-4d5c-a7a6-edfc31592eae
[INFO] X-Powered-By: ASP.NET
[INFO] 1333-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites","location":"West Europe","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$emb-api-dev-20180605b","publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":false,"minTlsVersion":"1.0","ftpsState":"AllAllowed"}}
[INFO] <-- END HTTP
[INFO] Successfully updated Function App emb-api-dev-20180605b
[INFO]
[INFO] Step 1 of 4: Creating ZIP package...
[DEBUG] Compressing 'C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target\azure-functions\emb-api-dev-20180605b' into 'C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target\azure-functions\emb-api-dev-20180605b.zip'.
[DEBUG] Remove local.settings.json from ZIP package.
[DEBUG] Copying 'C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target\azure-functions\emb-api-dev-20180605b.zip' to 'C:\Users\tv137qm\AppData\Local\Temp\zt-zip-tmp451902532865682015.zip' and removing paths [local.settings.json].
[INFO] Successfully saved ZIP package at C:\Users\tv137qm\dev\embryonic-functions-api\api_news\target\azure-functions\emb-api-dev-20180605b.zip
[INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXX
[INFO] Connection: Keep-Alive
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 02f56a17-51f7-4a78-a65c-a147f89232b5
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b?api-version=2016-08-01 (469 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:37 GMT
[INFO] ETag: "1D40225F543E520"
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: 6f4bad16-1b65-4a36-ae3a-43d2cbc00020
[INFO] x-ms-ratelimit-remaining-subscription-reads: 14997
[INFO] x-ms-request-id: 3af2f2f4-9fe3-453b-9d02-fe637ea5ccf4
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081837Z:6f4bad16-1b65-4a36-ae3a-43d2cbc00020
[INFO] X-Powered-By: ASP.NET
[INFO] 1317-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites","kind":"functionapp","location":"West Europe","properties":{"name":"emb-api-dev-20180605b","state":"Running","hostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net"],"webSpace":"azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace","selfLink":"https://waws-prod-am2-03fbc7a6.api.p.azurewebsites.windows.net:454/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/webspaces/azrg-tas-emb-managed-dev-ACEMWNDASEEMB01appseWestEuropewebspace/sites/emb-api-dev-20180605b","repositorySiteName":"emb-api-dev-20180605b","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"emb-api-dev-20180605b.scm.ACEMWNDASEEMB01.p.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/serverfarms/ACEMWPPASPEMB01","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-06-12T08:18:35.25","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"emb-api-dev-20180605b","trafficManagerHostNames":null,"sku":"Premium","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":"ACEMWNDASEEMB01","hostingEnvironmentProfile":{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","name":"ACEMWNDASEEMB01","type":"Microsoft.Web/hostingEnvironments"},"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.113.109.113","possibleOutboundIpAddresses":"40.113.109.113,40.113.109.113","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-am2-03fbc7a6","cloningInfo":null,"hostingEnvironmentId":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/hostingEnvironments/ACEMWNDASEEMB01","tags":null,"resourceGroup":"azrg-tas-emb-managed-dev","defaultHostName":"emb-api-dev-20180605b.acemwndaseemb01.p.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}
[INFO] <-- END HTTP
[INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXX
[INFO] Connection: Keep-Alive
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: b49fdfe6-101f-4874-8be3-d2ed2772dd05
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web?api-version=2016-08-01 (357 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:37 GMT
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: 1254c374-c4e0-4dee-af03-46aec93223fa
[INFO] x-ms-ratelimit-remaining-subscription-reads: 14996
[INFO] x-ms-request-id: 0746f74f-6101-4b56-8472-fa0db98257c2
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081837Z:1254c374-c4e0-4dee-af03-46aec93223fa
[INFO] X-Powered-By: ASP.NET
[INFO] 1346-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/web","name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites/config","location":"West Europe","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$emb-api-dev-20180605b","publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":false,"minTlsVersion":"1.0","ftpsState":"AllAllowed"}}
[INFO] <-- END HTTP
[INFO] --> POST https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings/list?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXX
[INFO] Connection: Keep-Alive
[INFO] Content-Length: 0
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 94e473b0-3c13-4767-bb98-57aedd669a89
[INFO] 0-byte body:

[INFO] --> END POST
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings/list?api-version=2016-08-01 (361 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:38 GMT
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: e1337de2-843b-41ef-bebc-a063af9eda49
[INFO] x-ms-ratelimit-remaining-subscription-resource-requests: 11998
[INFO] x-ms-request-id: 74218ca3-bc6e-450e-8a28-f39d31f08bf0
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081838Z:e1337de2-843b-41ef-bebc-a063af9eda49
[INFO] X-Powered-By: ASP.NET
[INFO] 642-byte body:
{"id":"/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West Europe","properties":{"AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY","FUNCTIONS_EXTENSION_VERSION":"beta","WEBSITE_NODE_DEFAULT_VERSION":"6.5.0","APPINSIGHTS_INSTRUMENTATIONKEY":"9f80bdaa-13d3-4883-827d-14c3be8b1655"}}
[INFO] <-- END HTTP
[INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/slotConfigNames?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXXX
[INFO] Connection: Keep-Alive
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 84b066ba-d6dc-4e0b-b2f6-36975c6d8e41
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/config/slotConfigNames?api-version=2016-08-01 (379 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json
[INFO] Date: Tue, 12 Jun 2018 08:18:39 GMT
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: 641ff5bc-6b0d-4ad5-876a-3c046a6b7c0a
[INFO] x-ms-ratelimit-remaining-subscription-reads: 14995
[INFO] x-ms-request-id: 6ccc3e43-88e7-4bc6-9aa9-b255d96f84d8
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081839Z:641ff5bc-6b0d-4ad5-876a-3c046a6b7c0a
[INFO] X-Powered-By: ASP.NET
[INFO] 243-byte body:
{"id":null,"name":"emb-api-dev-20180605b","type":"Microsoft.Web/sites","location":"West Europe","properties":{"connectionStringNames":null,"appSettingNames":null}}
[INFO] <-- END HTTP
[DEBUG] Function App Internal Storage Connection String: DefaultEndpointsProtocol=https;AccountName=embapidev201806aabb;AccountKey=YY
[INFO]
[INFO] Step 2 of 4: Uploading ZIP package to Azure Storage...
[INFO] Successfully uploaded ZIP package to https://embapidev201806aabb.blob.core.windows.net/java-functions-deployment-packages/emb-api-dev-20180605b.20180612091839353.zip
[INFO]
[INFO] Step 3 of 4: Deploying Function App with package...
[INFO] --> PUT https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] accept-language: en-US
[INFO] Authorization: Bearer XXX
[INFO] Connection: Keep-Alive
[INFO] Content-Length: 180
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: 4f62cd0f-b7aa-4ede-8a1e-1e86331de0c0
[INFO] 180-byte body:
{"properties":{"addOnPackages":[{"packageUri":"https://embapidev201806aabb.blob.core.windows.net/java-functions-deployment-packages/emb-api-dev-20180605b.20180612091839353.zip"}]}}
[INFO] --> END PUT
[INFO] <-- 201 Created https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy?api-version=2016-08-01 (1612 ms, 485-byte body)
[INFO] Azure-AsyncOperation: https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy/status?api-version=2016-08-01
[INFO] Cache-Control: no-cache
[INFO] Content-Length: 485
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Date: Tue, 12 Jun 2018 08:18:46 GMT
[INFO] ETag: "1D40225F543E520"
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Retry-After: 5
[INFO] Server: Microsoft-IIS/10.0, Microsoft-IIS/10.0, Microsoft-IIS/10.0
[INFO] Set-Cookie: ARRAffinity=d1794dfb08559fda372242937009126ea911d0fae3df2218db7c8e6ad2b05a44;Path=/;HttpOnly;Domain=emb-api-dev-20180605b.scm.acemwndaseemb01.p.azurewebsites.net
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: 2b09a2e5-7003-4c06-9766-3f14bc52b2ba
[INFO] x-ms-ratelimit-remaining-subscription-writes: 1198
[INFO] x-ms-request-id: 2b09a2e5-7003-4c06-9766-3f14bc52b2ba
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081846Z:2b09a2e5-7003-4c06-9766-3f14bc52b2ba
[INFO] X-Powered-By: ASP.NET, ASP.NET
[INFO] 485-byte body:
{
"id": "/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy",
"name": "MSDeploy",
"type": "Microsoft.Web/sites/extensions",
"location": "West Europe",
"properties": {
"deployer": "A2268507-MSP01@ey.net",
"provisioningState": "accepted",
"startTime": "0001-01-01T00:00:00",
"endTime": "0001-01-01T00:00:00",
"complete": false
}
}
[INFO] <-- END HTTP
[INFO] --> GET https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy/status?api-version=2016-08-01
[INFO] Accept-Encoding: gzip
[INFO] Authorization: Bearer XXXX
[INFO] Connection: Keep-Alive
[INFO] Host: management.azure.com
[INFO] User-Agent: azure-functions-maven-plugin/0.2.1 installationId:e6bbdebc02200a44e6ee40a9864c1a7ff0ab1f5c0678aff5d088905db60f5ef0 sessionId:1322724c-4af9-442d-9341-5b625a772e3c Azure-SDK-For-Java/1.7.0 OS:Windows 10/10.0 MacAddressHash:f8274a8a447c1083af83c0b0e9d6529f7a2472d3344f6d1d610c42afab7dc8b1 Java:1.8.0_163 (WebSiteManagementClient)
[INFO] x-ms-client-request-id: d08bcbd6-6563-45b9-9c88-d6479e83908f
[INFO] <-- 200 OK https://management.azure.com/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy/status?api-version=2016-08-01 (1354 ms, unknown-length body)
[INFO] Cache-Control: no-cache
[INFO] Content-Encoding: gzip
[INFO] Content-Type: application/json; charset=utf-8
[INFO] Date: Tue, 12 Jun 2018 08:18:47 GMT
[INFO] ETag: "1D40225F543E520"
[INFO] Expires: -1
[INFO] Pragma: no-cache
[INFO] Server: Microsoft-IIS/10.0, Microsoft-IIS/10.0, Microsoft-IIS/10.0
[INFO] Set-Cookie: ARRAffinity=d1794dfb08559fda372242937009126ea911d0fae3df2218db7c8e6ad2b05a44;Path=/;HttpOnly;Domain=emb-api-dev-20180605b.scm.acemwndaseemb01.p.azurewebsites.net
[INFO] Strict-Transport-Security: max-age=31536000; includeSubDomains
[INFO] Transfer-Encoding: chunked
[INFO] Vary: Accept-Encoding,Accept-Encoding
[INFO] X-AspNet-Version: 4.0.30319
[INFO] X-Content-Type-Options: nosniff
[INFO] x-ms-correlation-request-id: e3d34ca7-257a-4bf6-a3cc-776ebdfdc190
[INFO] x-ms-ratelimit-remaining-subscription-reads: 14994
[INFO] x-ms-request-id: e3d34ca7-257a-4bf6-a3cc-776ebdfdc190
[INFO] x-ms-routing-request-id: UKSOUTH:20180612T081848Z:e3d34ca7-257a-4bf6-a3cc-776ebdfdc190
[INFO] X-Powered-By: ASP.NET, ASP.NET
[INFO] 2731-byte body:
{
"id": "/subscriptions/0b30a739-82db-401c-a79f-7e6bfbb05013/resourceGroups/azrg-tas-emb-managed-dev/providers/Microsoft.Web/sites/emb-api-dev-20180605b/extensions/MSDeploy/status",
"name": "MSDeploy",
"status": "failed",
"startTime": "2018-06-12T08:18:47.1912925+00:00",
"endTime": "2018-06-12T08:18:47.4685684+00:00",
"error": {
"code": "Failed",
"message": "Failed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;amp;lt;Download&amp;amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;lt;Download&amp;amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;amp;lt;Download&amp;amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;lt;DownloadPackageAndSettings&amp;amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;amp;lt;DownloadAndDeployPackage&amp;amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;lt;Download&amp;amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;amp;lt;Download&amp;amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;lt;DownloadPackageAndSettings&amp;amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;amp;lt;DownloadAndDeployPackage&amp;amp;gt;d__17.MoveNext()\r\n---&amp;amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&amp;gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;lt;Download&amp;gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&amp;lt;Download&amp;gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;lt;DownloadPackageAndSettings&amp;gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&amp;lt;DownloadAndDeployPackage&amp;gt;d__17.MoveNext()\r\n---&amp;gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&amp;lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&gt; System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&lt;Download&gt;d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.&lt;Download&gt;d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&lt;DownloadPackageAndSettings&gt;d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.&lt;DownloadAndDeployPackage&gt;d__17.MoveNext()\r\n---&gt; (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)&lt;---\r\n'\r\nFailed to download package.\r\nAppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n at System.Threading.Tasks.Task.Wait(TimeSpan timeout)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.<Download>d__a.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.AppGalleryPackage.<Download>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.<DownloadPackageAndSettings>d__26.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Web.Deployment.WebApi.DeploymentController.<DownloadAndDeployPackage>d__17.MoveNext()\r\n---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)\r\n at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)<---\r\n'"
}
}
[INFO] <-- END HTTP
[INFO]
[INFO] Step 4 of 4: Deleting deployment package from Azure Storage...
[INFO] Successfully deleted deployment package emb-api-dev-20180605b.20180612091839353.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.079 s
[INFO] Finished at: 2018-06-12T09:18:49+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy (default-cli) on project api_news: Async operation failed with provisioning state: failed: OnError while emitting onNext value: com.microsoft.azure.PollingState.class -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:0.2.1:deploy (default-cli) on project api_news: Async operation failed with provisioning state: failed
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Async operation failed with provisioning state: failed
at com.microsoft.azure.maven.AbstractAzureMojo.handleException (AbstractAzureMojo.java:347)
at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:293)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: com.microsoft.azure.CloudException: Async operation failed with provisioning state: failed
at com.microsoft.azure.PollingState.throwCloudExceptionIfInFailedState (PollingState.java:507)
at com.microsoft.azure.AzureClient$5.call (AzureClient.java:203)
at com.microsoft.azure.AzureClient$5.call (AzureClient.java:200)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:69)
at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar (OperatorMerge.java:511)
at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit (OperatorMerge.java:466)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:244)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar (OperatorMerge.java:511)
at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit (OperatorMerge.java:466)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:244)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$RequestArbiter.request (RxJavaCallAdapterFactory.java:173)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:152)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:138)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:81)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:27)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:39)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:27)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.util.ScalarSynchronousObservable$3.call (ScalarSynchronousObservable.java:235)
at rx.internal.util.ScalarSynchronousObservable$3.call (ScalarSynchronousObservable.java:228)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeRedo$2.call (OnSubscribeRedo.java:273)
at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.enqueue (TrampolineScheduler.java:73)
at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.schedule (TrampolineScheduler.java:52)
at rx.internal.operators.OnSubscribeRedo$5.request (OnSubscribeRedo.java:361)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeRedo.call (OnSubscribeRedo.java:353)
at rx.internal.operators.OnSubscribeRedo.call (OnSubscribeRedo.java:47)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:248)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at rx.internal.producers.SingleProducer.request (SingleProducer.java:65)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at rx.internal.operators.SingleLiftObservableOperator$WrapSubscriberIntoSingle.onSuccess (SingleLiftObservableOperator.java:76)
at rx.internal.operators.OnSubscribeSingle$1.onCompleted (OnSubscribeSingle.java:55)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onCompleted (OnSubscribeMap.java:97)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$RequestArbiter.request (RxJavaCallAdapterFactory.java:184)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:152)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:138)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:81)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:27)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:39)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:27)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.DeferredScalarSubscriber.subscribeTo (DeferredScalarSubscriber.java:153)
at rx.internal.operators.OnSubscribeTakeLastOne.call (OnSubscribeTakeLastOne.java:32)
at rx.internal.operators.OnSubscribeTakeLastOne.call (OnSubscribeTakeLastOne.java:22)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OperatorSubscribeOn$1.call (OperatorSubscribeOn.java:94)
at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call (CachedThreadScheduler.java:230)
at rx.internal.schedulers.ScheduledAction.run (ScheduledAction.java:55)
at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201 (ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run (ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
at java.lang.Thread.run (Thread.java:748)
Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: com.microsoft.azure.PollingState.class
at rx.exceptions.OnErrorThrowable.addValueAsLastCause (OnErrorThrowable.java:118)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:73)
at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar (OperatorMerge.java:511)
at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit (OperatorMerge.java:466)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:244)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar (OperatorMerge.java:511)
at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit (OperatorMerge.java:466)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:244)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$RequestArbiter.request (RxJavaCallAdapterFactory.java:173)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:152)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:138)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:81)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:27)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:39)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:27)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.util.ScalarSynchronousObservable$3.call (ScalarSynchronousObservable.java:235)
at rx.internal.util.ScalarSynchronousObservable$3.call (ScalarSynchronousObservable.java:228)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeRedo$2.call (OnSubscribeRedo.java:273)
at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.enqueue (TrampolineScheduler.java:73)
at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.schedule (TrampolineScheduler.java:52)
at rx.internal.operators.OnSubscribeRedo$5.request (OnSubscribeRedo.java:361)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeRedo.call (OnSubscribeRedo.java:353)
at rx.internal.operators.OnSubscribeRedo.call (OnSubscribeRedo.java:47)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:248)
at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext (OperatorMerge.java:148)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext (OnSubscribeMap.java:77)
at rx.internal.producers.SingleProducer.request (SingleProducer.java:65)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at rx.internal.operators.SingleLiftObservableOperator$WrapSubscriberIntoSingle.onSuccess (SingleLiftObservableOperator.java:76)
at rx.internal.operators.OnSubscribeSingle$1.onCompleted (OnSubscribeSingle.java:55)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onCompleted (OnSubscribeMap.java:97)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$RequestArbiter.request (RxJavaCallAdapterFactory.java:184)
at rx.Subscriber.setProducer (Subscriber.java:211)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.setProducer (OnSubscribeMap.java:102)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:152)
at retrofit2.adapter.rxjava.RxJavaCallAdapterFactory$CallOnSubscribe.call (RxJavaCallAdapterFactory.java:138)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:81)
at rx.internal.operators.OnSubscribeSingle.call (OnSubscribeSingle.java:27)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:39)
at rx.internal.operators.SingleToObservable.call (SingleToObservable.java:27)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.DeferredScalarSubscriber.subscribeTo (DeferredScalarSubscriber.java:153)
at rx.internal.operators.OnSubscribeTakeLastOne.call (OnSubscribeTakeLastOne.java:32)
at rx.internal.operators.OnSubscribeTakeLastOne.call (OnSubscribeTakeLastOne.java:22)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
at rx.Observable.unsafeSubscribe (Observable.java:10142)
at rx.internal.operators.OperatorSubscribeOn$1.call (OperatorSubscribeOn.java:94)
at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call (CachedThreadScheduler.java:230)
at rx.internal.schedulers.ScheduledAction.run (ScheduledAction.java:55)
at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201 (ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run (ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
at java.lang.Thread.run (Thread.java:748)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

@jdneo
Copy link
Member

jdneo commented Jun 13, 2018

@jazzyray Do you mean the function can only redeploy successfully in 24 hours? After that it will fail to deploy?

@jazzyray
Copy link
Contributor Author

Yes, thats what is happening.

Create == OK
Re-deploy < (approx 24 hours) == OK
Re-deploy > (24 hours) == FAIL

Its very odd.
Jem

@jdneo
Copy link
Member

jdneo commented Jun 13, 2018

Looks like a service side issue.

May I ask that will it always fail as long as it is after 24 hours since last deploy? Is there any workaround for this issue? like restart the Function App.

And here is my suggestion:

@pragnagopa
Copy link
Member

@jdneo - Can you please investigate and provide a simple repro? Can repro this outside of maven plugin?

@jdneo
Copy link
Member

jdneo commented Jun 14, 2018

@pragnagopa Sure, I'll try to find a way to repro it. Meanwhile please also take a look at the service side since from the trace, it seems the MSDeploy has something wrong at the service side.

@jazzyray
Copy link
Contributor Author

jazzyray commented Jun 14, 2018 via email

@pragnagopa
Copy link
Member

The error is expected as we just released a breaking change. Please see Azure/app-service-announcements#112 for more details

@jazzyray
Copy link
Contributor Author

@pragnagopa Thanks!

Yes, made the changes. Working again.

Can you provide the current beta version so we can fix this in the app settings.

"FUNCTIONS_EXTENSION_VERSION to XX?"

@pragnagopa
Copy link
Member

maven plugin update is released. See Azure/app-service-announcements-discussions#50 for instructions on consuming the latest plugin. Please FUNCTIONS_EXTENSION_VERSION to beta to use the latest functions runtime

@FinVamp1
Copy link

Investigated as part of the support ticket and see this as an issue when the container is set to private.

Container Name java-functions-deployment-packages
Access Type Private

As soon as I do the same and set my account container to private I see the same error.

<entry time="2018-06-21T16:29:40.184907Z" type="Error">
    <message>AppGallery Deploy Failed: 'System.AggregateException: One or more errors occurred. ---&gt; System.Net.WebException: The remote server returned an error: (404) Not Found.

at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

The customer can solve this by setting the container back to Public or by changing the deployment mechanism to FTP by adding a deployment option in the POM.xml.

@jdneo
Copy link
Member

jdneo commented Jun 22, 2018

@FinVamp1 Is it possible to provide a sample project to us to help repro this? According to your description of this issue, it looks like a limitaion of the MSDeploy. Did i understand correctly?

@FinVamp1
Copy link

Hi @jdneo . This will reproduce even with the sample projects.

  1. Go through the quickstart
  2. Deploy your Function.
  3. Go to the Storage account in your subscription and change the Acess Policy to Private.

image

  1. Deploy again.
  2. This should fail and the error in the deployment log should match the above.

In addition you'll see the App Gallery error by following the steps at https://github.com/projectkudu/kudu/wiki/Investigating-msdeploy-ARM-failures

@FinVamp1
Copy link

@jdneo What I think is happening here is that the Maven Plugin creates the zip and is able to put it into the container as the customer is logged on using Az login. However when MSDeploy gets the PackageURI it does not have any SAS token so the MSDeploy process cannot authenticate against the URI.

@jazzyray
Copy link
Contributor Author

jazzyray commented Jul 2, 2018

Hello @jdneo @FinVamp1

I assume you will fix this in order that a SAS header gets generated?

Cheers
Jem

@jdneo
Copy link
Member

jdneo commented Jul 2, 2018

@jazzyray We are planning to use zip deploy instead of ms deploy in the very near future. I assume that the zip deploy can fix your problem. May I ask that if the msdeploy is a must in your current deploy pipeline?

For details of zip deploy: https://blogs.msdn.microsoft.com/appserviceteam/2017/10/16/zip-push-deployment-for-web-apps-functions-and-webjobs/

@jazzyray
Copy link
Contributor Author

jazzyray commented Jul 3, 2018

@jdneo zip deploy will be fine as long as its supported by the maven plugin.

How can I get an announcement when this feature is introduced/supported by the plugin.

Thanks
Jem

@jdneo
Copy link
Member

jdneo commented Jul 3, 2018

I'll reply you in this issue. You can also watch the tracking issue here: #179

Currently we are waiting for the Azure management SDK for Java team to add this API. Once the API is vailable, we will support it.

@jdneo
Copy link
Member

jdneo commented Aug 17, 2018

Hi @jazzyray,

In 1.0.0-beta-5 we have supported the zip deploy as the default deployment type. For now, it looks like this issue can be addressed by using zip deploy.

If you find any new problems. Please feel free to open a new issue to let us know.

Thanks

@jdneo jdneo closed this as completed Aug 17, 2018
@pragathikadaganchi
Copy link

azure function deploy fails with new maven archetype, I'm using azure.functions.maven.plugin.version: 1.0.0-beta-5
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Azure Java Functions 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ scanandgo ---
[INFO] Deleting C:\Users\pkada00\IdeaProject\scanandgo-backend\target
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scanandgo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ scanandgo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\classes
[WARNING] /C:/Users/pkada00/IdeaProject/scanandgo-backend/src/main/java/com/safeway/kafka/CheckoutConsumer.java: C:\Users\pkada00\IdeaProject\scanandgo-backend\src\main\java\com\safeway\kafka\CheckoutConsumer.java uses or overrides a deprecated API.
[WARNING] /C:/Users/pkada00/IdeaProject/scanandgo-backend/src/main/java/com/safeway/kafka/CheckoutConsumer.java: Recompile with -Xlint:deprecation for details.
[WARNING] /C:/Users/pkada00/IdeaProject/scanandgo-backend/src/main/java/com/safeway/dao/ScanAndGoFunctionDAO.java: C:\Users\pkada00\IdeaProject\scanandgo-backend\src\main\java\com\safeway\dao\ScanAndGoFunctionDAO.java uses unchecked or unsafe operations.
[WARNING] /C:/Users/pkada00/IdeaProject/scanandgo-backend/src/main/java/com/safeway/dao/ScanAndGoFunctionDAO.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scanandgo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\pkada00\IdeaProject\scanandgo-backend\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ scanandgo ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ scanandgo ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ scanandgo ---
[INFO] Copying httpclient-4.5.3.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\httpclient-4.5.3.jar
[INFO] Copying jsr305-1.3.9.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\jsr305-1.3.9.jar
[INFO] Copying opencsv-4.2.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\opencsv-4.2.jar
[INFO] Copying commons-text-1.3.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-text-1.3.jar
[INFO] Copying commons-validator-1.6.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-validator-1.6.jar
[INFO] Copying j2objc-annotations-1.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\j2objc-annotations-1.1.jar
[INFO] Copying animal-sniffer-annotations-1.14.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\animal-sniffer-annotations-1.14.jar
[INFO] Copying commons-beanutils-1.9.3.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-beanutils-1.9.3.jar
[INFO] Copying commons-lang3-3.7.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-lang3-3.7.jar
[INFO] Copying handy-uri-templates-2.1.6.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\handy-uri-templates-2.1.6.jar
[INFO] Copying re2j-1.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\re2j-1.1.jar
[INFO] Copying httpcore-4.4.5.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\httpcore-4.4.5.jar
[INFO] Copying org.everit.json.schema-1.8.0.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\org.everit.json.schema-1.8.0.jar
[INFO] Copying commons-collections4-4.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-collections4-4.1.jar
[INFO] Copying error_prone_annotations-2.0.18.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\error_prone_annotations-2.0.18.jar
[INFO] Copying json-20180130.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\json-20180130.jar
[INFO] Copying guava-22.0.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\guava-22.0.jar
[INFO] Copying snappy-java-1.1.7.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\snappy-java-1.1.7.1.jar
[INFO] Copying joda-time-2.9.4.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\joda-time-2.9.4.jar
[INFO] Copying kafka-clients-2.0.0.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\kafka-clients-2.0.0.jar
[INFO] Copying lz4-java-1.4.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\lz4-java-1.4.1.jar
[INFO] Copying commons-codec-1.9.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-codec-1.9.jar
[INFO] Copying commons-digester-1.8.1.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-digester-1.8.1.jar
[INFO] Copying commons-collections-3.2.2.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-collections-3.2.2.jar
[INFO] Copying commons-logging-1.2.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\commons-logging-1.2.jar
[INFO] Copying slf4j-api-1.7.25.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\slf4j-api-1.7.25.jar
[INFO] Copying mongo-java-driver-3.6.3.jar to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\lib\mongo-java-driver-3.6.3.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ scanandgo ---
[INFO] Building jar: C:\Users\pkada00\IdeaProject\scanandgo-backend\target\scanandgo-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- azure-functions-maven-plugin:1.0.0-beta-5:package (package-functions) @ scanandgo ---
AI: INFO 07-09-2018 21:43, 1: Configuration file has been successfully found as resource
AI: INFO 07-09-2018 21:43, 1: Configuration file has been successfully found as resource
[INFO]
[INFO] Step 1 of 7: Searching for Azure Functions entry points
[INFO] Reflections took 1015 ms to scan 29 urls, producing 22 keys and 2282 values
[INFO] 13 Azure Functions entry point(s) found.
[INFO]
[INFO] Step 2 of 7: Generating Azure Functions configurations
[INFO] Generation done.
[INFO]
[INFO] Step 3 of 7: Validating generated configurations
[INFO] Validation done.
[INFO]
[INFO] Step 4 of 7: Saving empty host.json
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\host.json
[INFO]
[INFO] Step 5 of 7: Saving configurations to function.json
[INFO] Starting processing function: getItemByScanCode
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\getItemByScanCode\function.json
[INFO] Starting processing function: removeItem
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\removeItem\function.json
[INFO] Starting processing function: vposCheckOutCart
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\vposCheckOutCart\function.json
[INFO] Starting processing function: addItemToCart
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\addItemToCart\function.json
[INFO] Starting processing function: getReceipt
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\getReceipt\function.json
[INFO] Starting processing function: removeItems
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\removeItems\function.json
[INFO] Starting processing function: salesTransaction
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\salesTransaction\function.json
[INFO] Starting processing function: checkOutCart
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\checkOutCart\function.json
[INFO] Starting processing function: clearCart
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\clearCart\function.json
[INFO] Starting processing function: insertReceipt
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\insertReceipt\function.json
[INFO] Starting processing function: viewCart
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\viewCart\function.json
[INFO] Starting processing function: createItems
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\createItems\function.json
[INFO] Starting processing function: uploadCSV
[INFO] Successfully saved to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\uploadCSV\function.json
[INFO]
[INFO] Step 6 of 7: Copying JARs to staging directoryC:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging
[INFO] Copied successfully.
[INFO]
[INFO] Step 7 of 7: Installing function extensions if needed
Microsoft (R) Build Engine version 15.7.179.6572 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

Restore completed in 86.13 ms for C:\Users\pkada00\IdeaProject\scanandgo-backend\extensions.csproj.
extensions -> C:\Users\pkada00\IdeaProject\scanandgo-backend\target\azure-functions\Pragathi-staging\bin\extensions.dll

Build succeeded.
0 Warning(s)
0 Error(s)

Time Elapsed 00:00:06.23

[WARNING] Local version of Azure Functions Core Tools (2.0.1-beta.34) does not match the latest (2.0.1-beta.38). Please update it for the best experience. See: https://aka.ms/azfunc-install
[INFO] Function extension installation done.
[INFO] Successfully built Azure Functions.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ scanandgo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-bin) @ scanandgo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\pkada00\IdeaProject\scanandgo-backend\bin
[INFO]
[INFO] --- azure-functions-maven-plugin:1.0.0-beta-5:deploy (default-cli) @ scanandgo ---
[INFO] Authenticate with Azure CLI 2.0
[INFO] Updating the specified function app...
[INFO] Successfully updated the function app.Pragathi-staging
[INFO] Trying to deploy the function app...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:48 min
[INFO] Finished at: 2018-09-07T21:45:11-07:00
[INFO] Final Memory: 63M/594M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.0.0-beta-5:deploy (default-cli) on project scanandgo: The zip deploy failed after 3 times of retry. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

@jdneo
Copy link
Member

jdneo commented Sep 9, 2018

@pragathikadaganchi Does the name of your function app contains upper cases?

@pragathikadaganchi
Copy link

Yes, It does

@jdneo
Copy link
Member

jdneo commented Sep 10, 2018

@pragathikadaganchi I see. This is an issue caused by the Azure SDK side. Currently, the workaround is to make sure the app name does not contain upper cases.

@pragathikadaganchi
Copy link

Now i'm able to deploy function app to azure, still facing 500 error even if function app named with all lower cases.

Error:

Function (viewCart) Error: Failed to start language worker process for: java. D:\Program Files\Java\zulu8.23.0.3-jdk8.0.144-win_x64\bin\java exited with code -1 . Failed to start language worker process for: java. The operation has timed out. Failed to start language worker process for: java. The operation has timed out. Failed to start language worker process for: java. D:\Program Files\Java\zulu8.23.0.3-jdk8.0.144-win_x64\bin\java exited with code -1 . Failed to start language worker process for: java. D:\Program Files\Java\zulu8.23.0.3-jdk8.0.144-win_x64\bin\java exited with code -1 . Failed to start language worker process for: java. D:\Program Files\Java\zulu8.23.0.3-jdk8.0.144-win_x64\bin\java exited with code -1 . Failed to start language worker process for: java. The operation has timed out. Failed to start language worker process for: java. The operation has timed out. Failed to start language worker process for: java. The operation has timed out. Failed to start language worker process for: java. The operation has timed out.
Session Id: 9ee8070e901544c8b23c09b37308c2a0

Timestamp: 2018-09-10T02:07:16.479Z

@jdneo
Copy link
Member

jdneo commented Sep 10, 2018

Hmm, I'm sorry about this. 😢

That's another issue at the runtime side, see: Azure/azure-functions-host#3081

For this issue, you can try to wait for a few more minutes, the function should be wake up after the java worker wakes up.

@pragathikadaganchi
Copy link

pragathikadaganchi commented Sep 10, 2018 via email

@jdneo
Copy link
Member

jdneo commented Sep 10, 2018

@pragathikadaganchi Hmm, I 'm not quite sure about this. I suggest to directly ask runtime related questions at that issue thread.

@pragnagopa
Copy link
Member

We are deploying a fix for Runtime. Should be available in production by end of next week

@pragathikadaganchi
Copy link

pragathikadaganchi commented Sep 10, 2018 via email

@pragnagopa
Copy link
Member

Unfortunately, this is a platform issue and no immediate mitigation is available except for using a function app in dedicated mode.

@pragathikadaganchi
Copy link

pragathikadaganchi commented Sep 10, 2018 via email

@pragnagopa
Copy link
Member

Please open an issue here: https://github.com/Azure/azure-functions-java-worker/issues with all details requested in the templates AppName, time you saw errors. I will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants