【Azure 应用服务】Azure Function 不能被触发

本文涉及的产品
.cn 域名,1个 12个月
简介: 【Azure 应用服务】Azure Function 不能被触发

问题描述

Azure Function 不能被Postman 触发,错误信息如下:

Error: write EPROTO 4020778632:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../third_party/boringssl/src/ssl/tls_record.cc:242:

 

问题原因及解决

2021年5月24日以后新创建的Web App(Azure Function也属于Web App),在刚刚创建Web App后的较短时间内可以从互联网通过蓝云二级域名进行访问(https://<your web app name>.chinacloudsites.cn/),之后该二级域名将会被自动添加到信安系统的黑名单中进行封堵,将无法通过互联网访问该Web App的默认域名。只有绑定自定义域名后,才可使用自定义域名通过互联网进行访问。

 

对于封堵页面:通过HTTP协议访问时(如浏览器),将可看到蓝云封堵页面的提示。

如果没有对Web App绑定自定义域名,在管理界面上会看到一个提示,要求绑定自定义域名。点击这个提示,可跳转至如下链接页面 https://www.azure.cn/support/icp/WebApp/index.html

特别提示:本次使用模式调整将仅针对启动调整后新建的Web App,当前现存的Web App将不会受到影响。

 

 

参考资料

绑定域名及ICP备案:https://www.azure.cn/support/icp/WebApp/index.html

相关文章
|
1月前
|
Linux Python
【Azure Function】Python Function部署到Azure后报错No module named '_cffi_backend'
ERROR: Error: No module named '_cffi_backend', Cannot find module. Please check the requirements.txt file for the missing module.
|
3月前
【Azure Function】Azure Function中的Timer Trigger无法自动触发问题
【Azure Function】Azure Function中的Timer Trigger无法自动触发问题
|
3月前
【Azure Function & Application Insights】在Azure Function的日志中,发现DrainMode mode enabled Traces。它是什么意思呢?
【Azure Function & Application Insights】在Azure Function的日志中,发现DrainMode mode enabled Traces。它是什么意思呢?
|
3月前
|
缓存
【Azure Function】Function App代码中使用Managed Identity认证获取Blob数据时遇见400报错
【Azure Function】Function App代码中使用Managed Identity认证获取Blob数据时遇见400报错
【Azure Function】Function App代码中使用Managed Identity认证获取Blob数据时遇见400报错
|
3月前
|
Python
【Azure Function】发布 Python Function 到 Azure 成功,但是无法显示Function列表
【Azure Function】发布 Python Function 到 Azure 成功,但是无法显示Function列表
|
3月前
|
C#
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
|
3月前
|
C# C++
【Azure Function】在VS Code中创建Function项目遇见 No .NET worker runtimes found
【Azure Function】在VS Code中创建Function项目遇见 No .NET worker runtimes found
|
3月前
【Azure Function & Application Insights】调用Function上传和下载文件,有时候遇见大于1MB的文件的日志没有记录在Application Insights中
【Azure Function & Application Insights】调用Function上传和下载文件,有时候遇见大于1MB的文件的日志没有记录在Application Insights中
|
3月前
|
API C++ Python
【Azure Function】示例运行 python durable function(model V2)
【Azure Function】示例运行 python durable function(model V2)
|
1月前
|
JavaScript
箭头函数与普通函数(function)的区别
箭头函数是ES6引入的新特性,与传统函数相比,它有更简洁的语法,且没有自己的this、arguments、super或new.target绑定,而是继承自外层作用域。箭头函数不适用于构造函数,不能使用new关键字调用。

热门文章

最新文章

下一篇
无影云桌面