上一页 1 ··· 50 51 52 53 54
摘要: Usually, an App Service web application needs to connect to a few external endpoints, like SQL database, Redis cache or another Restful web service, e 阅读全文
posted @ 2020-08-23 13:27 路边两盏灯 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 问题情形 为了使用Application Insights也可以监控Azure VM中的相关性能数据,如CPU, Memory,IIS Reuqest等信息,可以在VM中开始一个一个扩展插件: Azure Monitor Application Insights Agent 在Azure Appli 阅读全文
posted @ 2020-08-23 13:26 路边两盏灯 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 问题情形 当访问部署在Azure App Service中的应用返回 “The remote name could not be resolved: ‘‘xxxxxx.com’” 时,而您在公网中通过nslookup有能够解析成功。这个时间第一怀疑对象为Azure数据中心的DNS服务器没有您当前域名 阅读全文
posted @ 2020-08-19 20:47 路边两盏灯 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 问题情形 应用程序发布到App Service后,时间显示不是北京时间,默认情况为UTC时间,比中国时间晚 8 个小时。 详细日志 无 问题原因 Azure 上所有的服务时间都采用了 UTC 时间。 解决方案 如要修改为北京时间,则在App Service的配置页面,“应用设置”节点,添加“WEBS 阅读全文
posted @ 2020-08-19 20:24 路边两盏灯 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 问题情形 有时候部署在 Azure App Service的 Java应用会出现乱码 详细日志 无 问题原因 因为 App Service默认的编码为gbk,所以在显示页面或传递中文字符时就会出现乱码。 解决方案 部署在App Service的Java应用,都会在site/wwwroot 文件夹下创 阅读全文
posted @ 2020-08-19 19:46 路边两盏灯 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 问题情形 使用EF Core访问数据库,在本地运行正常,发布到App Service后,偶尔出现了Cannot create a DbSet for ** because this type is not included in the model for the context,根据错误,初步怀疑 阅读全文
posted @ 2020-08-17 19:45 路边两盏灯 阅读(4273) 评论(0) 推荐(1) 编辑
摘要: 前提条件 当我们观察到SF中某一个节点出现CPU不正常的情况,但是由于不能肉眼长期观察,所以可以通过开启Performance Monitor的方式来获取每一个进程的%Processer Time的方式来进行分析。 已经又Service Fabric运行且节点为Windows操作系统 可以RDP到节 阅读全文
posted @ 2020-08-17 19:42 路边两盏灯 阅读(396) 评论(0) 推荐(1) 编辑
摘要: 准备条件 Azure Batch账号 需要安装的软件包(zip)文件,里面包含该软件的msi安装文件, 此处使用python.msi 版本 3.3.3 作为例子(https://www.python.org/downloads/windows/) 开始安装 1) 上传需要安装的软件包到Batch A 阅读全文
posted @ 2020-08-17 19:39 路边两盏灯 阅读(312) 评论(1) 推荐(1) 编辑
上一页 1 ··· 50 51 52 53 54