'Visual Studio get stuck always during app deployment on azure
Visual Studio get stuck always during app deployment on azure.
9:33:26 AM PowerAppsTestNode: Creating zip package... 9:33:26 AM PowerAppsTestNode: Zip package size: 649 kB
And after several minutes of waiting: azure deployment failed, reason: socket hang up
Note: app is just simple nodejs express sample app for testing.
Do you have pls any idea what to do. I am stuck on this for few days now and was not able to find any viable solution.
Thanks
Solution 1:[1]
Try with uninstalling and reinstalling the extension in Visual Studio. If the issue persists, then you can try the steps below to resolve the issue.
Login to your Azure account.
Manually create an app service (use any dummy app service name). The service plan and resource group will be created while you're creating this app service.
Once you see the dummy app service created on your Azure dashboard (it will take around 1-2 minutes), open your visual studio from your pc, create your web project and check api service.
Note: This time, the service plan and resource group will be brought in.
Click "Create" to create your "real" web/api project in Azure.
Now you can remove/delete the dummy service from Azure.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RajkumarMamidiChettu-MT |
