摘要:
问题描述 使用Azure中的App Service部署Web应用,以Windows为主机系统是否可以启动防病毒,防恶意软件服务呢? Microsoft Antimalware for Azure is a free real-time protection that helps identify a 阅读全文
摘要:
问题描述 API Management service 设置禁止外网访问,请求通过外网(Internet)将无法解析到APIM的网关地址,只能通过APIM所集成的内网(Virtual Network)来访问? 问题解答 API Management Service有可以将整个APIM都保护中内部网络 阅读全文
摘要:
问题描述 使用 python websockets 模块作为Socket的服务端,发布到App Service for Linux环境后,发现Docker Container无法启动。错误消息为: 2021-10-28T02:39:51.812Z INFO - docker run -d -p 17 阅读全文
摘要:
问题描述 如果有个PHP网站,需要使用AAD授权登录,有没有PHP代码实例 可供参考呢? 参考代码 参考一篇博文(Single sign-on with Azure AD in PHP),学习使用SSO的大体思路。如果对PHP很了解,可以参考Github中的Sample代码。 phpSample/f 阅读全文
摘要:
问题描述 在App Service For Windows的环境中,我们可以通过ArmClient 工具发送POST请求在Web应用的实例中抓取网络日志,但是在App Service For Linux的环境中如何抓取网络包呢? 抓取Windows的网络包可参考博文:【应用服务 App Servic 阅读全文
摘要:
问题描述 应用部署到App Service后,遇见了Out of Memory的错误。 报错信息:GetData Error:, Exception of type 'System.OutOfMemoryException' was thrown., at System.IO.MemoryStrea 阅读全文
摘要:
问题描述 Java Spring Boot的代码在IDE里面跑可以连上 Azure 的 Redis服务,打包成Image放在容器里面跑,就连不上azure的redis服务,错误消息为: Unable to connect to Redis; nested exception is org.sprin 阅读全文