@Javier Guerrero Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
I understand that you are encountering the below error while deploying your function app.
I had a look at the backend logs for the failing request-id 585d7bb1-301e-0037-4a90-125784000000
from the error message, to identify the root cause of this issue.
Cause:
The failure is due to IpAuthorization error (403 error) from your Azure Storage Account (readXXXXXnorth).
Action Plan:
You seem to have disabled the public access for Azure Storage account. Please open your Azure storage account (readXXXXXnorth) and navigate to the Networking Tab try to enable the public network access as shown below and check if that works fine.
If you wish to disable the public access to storage account and use it for function app, then you need to follow this article.
Hope this helps.
If you have any follow-up queries, please let me know. I would be happy to help.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.