摘要:
问题描述 Azure App Service上的应用,在完成用户登录认证后,需要回调到回跳页面(Callback) 时候遇见401报错,但是错误的提示消息很有意思,说是Cookie确实导致了认证失败。 Cookie is missing after a redirect from IDP, auth 阅读全文
摘要:
问题描述 Java应用开发了一个上传文件的接口,部署在App Service ( Windows ) 环境上。在测试过程中,发现当文件较大的时候就会遇见413 Payload Too Large的报错。 从请求的错误返回消息看,这个429是由IIS服务返回的,并不是Java 应用上的的返回。 ser 阅读全文
摘要:
应用服务具有受信任的根证书列表,无法在应用服务的多租户 Windows (App Service for Windows)中修改这些证书,但可以在应用服务环境 (ASE) 的受信任根存储中加载自己的证书颁发机构 (CA) 证书,这是因为ASE中的应用服务是单租户环境。( Free, Basic, S 阅读全文
摘要:
问题描述 在App Service for Linux环境中,不能与Windows环境一样,可以使用网络中的排查工具来抓取网络包。 那么,在Linux(非Container)环境中,如何抓取网络包呢? 问题解答 抓取网络包最核心的工具就是TCPDUMP,所以在App Service Linux的环境 阅读全文
摘要:
An error occurred while signing in: invalid_request - AADSTS65002: Consent between first party application 'c27c220f-ce2f-4904-927d-333864217eeb' and first party resource '797f4846-ba00-4fd7-ba43-dac1f8f63013' must be configured via preauthorization - applications owned and operated by Microsoft must get approval from the API owner before requesting tokens for that API. 阅读全文
摘要:
问题描述 在 Azure 云服务平台上,某一实例无法成功启动,始终处于 Starting 与 Aborted 状态的循环中。 错误信息如下: [0x80070070] Role could not be started. System is initializing. Last exit time: 阅读全文