An example of resolving an error in Azure Stack App service Deployment
Azure Stack is Microsoft's next Generation cloud infrastructure, a combination of Windows Server 2016, Azure Pack, and azure Service fabric that brings the IaaS and PAAs capabilities of Azure to the customer's own data center. Microsoft wants all users to experience the service, the recent release of the GA version of Azure Stack, the younger brother was fortunate to deploy the test, and compared to the previous version of the GA version provides GUI deployment interface, but also greatly improved stability! But the younger brother encountered the following error when deploying the app service:
APP Service Deployment failed:
650) this.width=650; "title=" clip_image002 "style=" Background-image:none; "border=" 0 "alt=" clip_image002 "src=" http ://s3.51cto.com/wyfs02/m02/06/5c/wkiom1m3n0preo7jaadzswdpmq8293.png "height=" 216 "/>
Review the deployment deployment log for Appservice.deploycloud to see that the VM extension "OnStart" Deployment for CN0-VM (Controller node) failed:
650) this.width=650; "title=" clip_image004 "style=" Background-image:none; "border=" 0 "alt=" clip_image004 "src=" http ://s3.51cto.com/wyfs02/m00/a5/0d/wkiol1m3nxyrc9q5aad6pnu10tg022.png "height=" 309 "/>
Workaround:
1. Remove the VM extension "OnStart" from the CN0-VM node:
650) this.width=650; "title=" clip_image006 "style=" Background-image:none; "border=" 0 "alt=" clip_image006 "src=" http ://s3.51cto.com/wyfs02/m01/a5/0d/wkiol1m3nxyace-5aabrhp9glw8937.png "height=" 94 "/>
2. After deleting the VM extension, manually log in to each node of the app service to fix the app service deployment.
3, after the repair is completed in the App Service Deployment Tool retry can:
650) this.width=650; "title=" clip_image008 "style=" Background-image:none; "border=" 0 "alt=" clip_image008 "src=" http ://s3.51cto.com/wyfs02/m02/a5/0d/wkiol1m3nx3ckaiwaafgyx-umg8237.png "height=" 357 "/>
This article is from the "small chapter" blog, please be sure to keep this source http://wuyvzhang.blog.51cto.com/9992636/1964499
An example of resolving an error in Azure Stack App service Deployment