摘要:
问题描述 应用部署到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 阅读全文
摘要:
Microsoft Graph PowerShell SDK: acts as an API wrapper for the Microsoft Graph APIs, exposing the entire API set for use in PowerShell. It contains a 阅读全文
摘要:
Azure Spring Cloud 是什么? 借助 Azure Spring Cloud,可以轻松地将 Spring Boot 微服务应用程序部署到 Azure,不需更改任何代码。 该服务管理 Spring Cloud 应用程序的基础结构,因此开发人员可以专注于其代码。 Azure Spring 阅读全文
摘要:
问题描述 当App Service 应用发布到Azure上后,需要查看某一个日志文件时候,如果一个文件夹中的文件内容过多,则会出现错误消息提醒: Full error Message: There are xxx items in this directory, but maxViewItems i 阅读全文
摘要:
问题描述 Azure API Management在设置 Policy时,如何对URL进行解码呢? 使用 HttpUtility.UrlDecode 出错,是否有其他可以对URL解码的方法呢? 使用HttpUtility.UrlDecode出错:The name 'HttpUtility' does 阅读全文
摘要:
问题描述 在成功的部署Python flask应用到App Service (Windows)后,如果需要把当前项目(如:hiflask)作为一个子项目(子站点),把web.config文件从wwwroot中移动到项目文件夹中。访问时,确遇见了404 Not Found的错误。 查看flask项目的 阅读全文