Trouble uploading Azure Function to Azure

I am using JetBrains Rider 2023.3.3, Build #RD-233.14015.60, built on January 18, 2024

I can upload azure appservices, but am having issues with azure functions. I am having trouble upload to an existing azure function. I see the error below.  

How do I resolve ??

----------------------------------------------------------------------------------------------------------------

Got existing Function App with Id: '/subscriptions/7dc3612f-5f74-4ce0-9c55-3c086daeebba/resourceGroups/rg_wkhw4/providers/Microsoft.Web/sites/HW4AzureFunctions'
Verifying runtime is 'DOTNET-ISOLATED' (version '~4')
Linux runtime: 'DOTNET-ISOLATED|8.0'
Updating application setting: SCM_DO_BUILD_DURING_DEPLOYMENT=false
Collecting 'HW4AzureFunctions' project artifacts...
Using configuration: 'Release' and platform: 'Any CPU'
Creating 'HW4AzureFunctions' project ZIP...
Project ZIP is created: '/private/var/folders/8r/1hyg8myn3fj32wb04qxkxt000000gn/T/rider-publish7439674484382946723.zip'
Stop Function App 'HW4AzureFunctions'...
Publishing ZIP file. Attempt 1 of 3...
Fail publishing ZIP file: java.net.SocketException: Broken pipe
Publishing ZIP file. Attempt 2 of 3...
Fail publishing ZIP file: java.net.SocketException: Broken pipe
Publishing ZIP file. Attempt 3 of 3...
Fail publishing ZIP file: java.net.SocketException: Broken pipe
Fail publishing ZIP file. Response code: null. Response message: null.
Fail publishing ZIP file: java.lang.RuntimeException: Fail publishing ZIP file. Response code: null. Response message: null.
Fail publishing ZIP file

 

 

0
1 comment

First, you can try with the latest Rider 2023.3.4, to see if it will help to resolve the problem.

Then try to do the same deploy with az functionapp deployment see if it could work. Ensure you have correct access of the resource.

0

Please sign in to leave a comment.