无法从应用程序上传文件到Azure Blob
我们有一个问题,可以将文件从本地代码上传到Azure Blob存储中,而不是从EC2实例内IIS上托管的应用程序上载的。
We have an issue where we are able to upload files into Azure blob storage from local code but not from the application as is hosted on IIS inside EC2 instance .. Any idea as to what can be the possible reasons .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将文件上传到应用程序中的azure blob时,有一些可能的原因。
您可以尝试以下可能解决您的问题的点:
如果需要较低版本,则可以通过以下更改:
转到Azure Portal-&gt; storage-&gt; storage-&gt; configuration-&gt; minumimum tls版本。<<<<<<<<<<<<<<<<<<<<<<<<<。 /strong>
使用服务器检查 iis 。从该服务器访问Internet可能是一些问题。
还可以在系统中使用防火墙检查连接(协议,host&amp; port)。
如果TLS 1.2是启用使用注册表键检查服务器。如果需要添加,请尝试添加注册表键的更改。
参考:您可以参考故障排除的打击链接。
so thread < /a>
error-while-while-uploading-the-files-files-foiles-to-azure
There are some possible reasons for the issue in uploading files into Azure blob from application.
You can try with below points that might fix your issues:
If it is required lower version you can change by below:
Go to Azure portal->storage->Configuration->Minimum TLS version.
check with server which IIS is installed once. It might be some issues accessing the internet from that server.
Also check with Firewall in your system that allows the connection (protocol, host & port).
If TLS 1.2 is enabled check server with registry keys. if there is need to be added try to add the changes in registry keys.
Reference: You can refer the blow links for troubleshooting.
SO thread
Error-while-uploading-the-files-to-azure