随笔分类 -  【Azure 应用服务】

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
Azure 中使用App Service的各种疑难杂症
摘要:问题描述 为App Service For Linux配置CI/CD,源代码在GitHub私有库中,在发布时候报错 Cannot find SourceControlToken with name Bitbucket. 这样的情况如何来解决呢?在参考了文章 1:AZURE CONTINUOUS DE 阅读全文
posted @ 2022-03-26 17:18 路边两盏灯 阅读(138) 评论(0) 推荐(0) 编辑
摘要:问题描述 Azure App Service创建后,默认会有一个 Azure App Service创建后,默认会有一个 https://xxxxxxxxxxxxx.chinacloudsites.cn/ 的默认域名,因为中国区域名需要ICP备案,所以Azure平台要求对App Service进行自 阅读全文
posted @ 2022-03-25 19:39 路边两盏灯 阅读(341) 评论(0) 推荐(0) 编辑
摘要:问题描述 在App Service中调用外部服务API时需要携带客户端证书,而多次调用的情况下会出现WindowsCryptographicException Keyset does not exist异常。 错误Tarce: Exception: Internal.Cryptography.Cry 阅读全文
posted @ 2022-03-23 21:00 路边两盏灯 阅读(221) 评论(0) 推荐(1) 编辑
摘要:问题描述 App Service 的.NET Version选择为.NET6,是否可以同时支持运行ASP.NET V4.8的应用呢? 问题解答 答案是可以的,Azure App Service .NET可以同时支持多种.NET框架。因为在Azure App Service Window 环境中,已经 阅读全文
posted @ 2022-03-19 10:42 路边两盏灯 阅读(115) 评论(0) 推荐(1) 编辑
摘要:问题描述 应用服务中发布Docker Container,如何添加卷(如Azure File Share)以便永久存储文件 问题解答 App Service可以通过门户配置Mount Storage,用于添加卷(Volumes)。 操作办法见:https://docs.microsoft.com/e 阅读全文
posted @ 2022-03-14 19:23 路边两盏灯 阅读(124) 评论(0) 推荐(0) 编辑
摘要:问题描述 如何查看App Service Java堆栈JVM相关的参数默认配置值? 问题解答 可以通过App Service的高级管理工具(kudu:)来查看JVM的相关参数,使用命令:java -XX:+PrintFlagsInitial -version 鉴于以上输出的参数太多,可以通过命令把结 阅读全文
posted @ 2022-03-04 17:42 路边两盏灯 阅读(110) 评论(1) 推荐(0) 编辑
摘要:问题描述 创建一个PowerShell脚本的Azure Function,触发方式为 Storage Queue。但执行函数结果一直失败 (Failed). 错误消息为: Executed 'Functions.QueueTrigger1' (Failed, Id=..., Duration=30m 阅读全文
posted @ 2022-03-01 17:36 路边两盏灯 阅读(176) 评论(0) 推荐(0) 编辑
摘要:问题描述 需要 App Service 访问开启防火墙的存储账号。存储账号中设置为允许选中的VNET访问,同时允许了信任的Azure服务的访问,但是仍然报错 “403 (This request is not authorized to perform this operation.)” 因为App 阅读全文
posted @ 2022-03-01 17:02 路边两盏灯 阅读(260) 评论(0) 推荐(0) 编辑
摘要:问题描述 在App Server的部署中心配置好本地Git 仓库 并推送 git push azure master 分支代码到服务器时,并未发生错误 ,但是服务异常,无法访问到正确的项目文件,始终打开的是App Service的默认首页:https://<your app service name 阅读全文
posted @ 2022-02-28 20:24 路边两盏灯 阅读(101) 评论(0) 推荐(0) 编辑
摘要:问题描述 怎样可以在App Service里建SFTP服务? 并不是说通过FTP的方式进行App Service的文件部署。 问题回答 不能通过 App Service 来搭建总计的SFTP服务,因为App Service是为Web应用而设计的,对外只有80,443端口开放,对应HTTP, HTTP 阅读全文
posted @ 2022-02-25 20:28 路边两盏灯 阅读(93) 评论(0) 推荐(0) 编辑
摘要:问题描述 WebJobs 怎么安装Python包? 问题解答 第一步:登录到App Service的高级管理工具(Kudu:https://<webappname>.scm.chinacloudsites.cn) 第二步:点击Site Extension, 搜索 Python,选择需要的版本进行安装 阅读全文
posted @ 2022-02-22 21:40 路边两盏灯 阅读(53) 评论(0) 推荐(0) 编辑
摘要:问题描述 Azure App Service能否使用Storage Account File Share? 问题回答 如果部署的App Service为Linux环境,可以直接使用Mount storage的功能,把Azure Files 或者 Blob Containers挂载到App Servi 阅读全文
posted @ 2022-02-21 20:05 路边两盏灯 阅读(95) 评论(0) 推荐(0) 编辑
摘要:【Azure 应用服务】部署Jar到App Service for Linux,因启动命令路径配置错误而引起:( Application Error 问题App Service for Linux 资源创建完成后,通过FTP方式把 .jar包(logdemo.jar)包上传到 /site/wwwroot/ 文件夹后,在App Service的Configration 配置页面配置启动命令 java -jar /site/wwwroot/logdemo.jar 。但是,在访问App Service时,却是 Application Error 错误 (503 Service Temporarily Unavailable) 阅读全文
posted @ 2022-02-19 17:00 路边两盏灯 阅读(368) 评论(0) 推荐(0) 编辑
摘要:【Azure 应用服务】App Services 恶意软件防护相关[img]https://img2022.cnblogs.com/blog/2127802/202202/2127802-20220219162157989-1821958801.png[/img] App Services 默认启用了Antimalware 软件功能,Microsoft Antimalware 是一种免费实时保护,可帮助识别并删除病毒、间谍软件和其他恶意软件。 当已知恶意软件或不需要的软件试图在 Azure 系统上安装自己或运行时,该服务会生成警报 阅读全文
posted @ 2022-02-19 16:23 路边两盏灯 阅读(153) 评论(0) 推荐(0) 编辑
摘要:问题描述 .NET 6 MVC应用,代码中要求客户端访问时候必须携带正确的证书,如果不携带或者携带错误的证书,都会得到 HTTP ERROR 403 Forbidden 错误 在App Service中,客户端访问不携带证书时的错误页面为 在App Service中客户端访问携带了证书,但是证书验证 阅读全文
posted @ 2022-02-17 20:41 路边两盏灯 阅读(288) 评论(0) 推荐(1) 编辑
摘要:问题描述 如何关掉App Service/Function App的FTP部署, 使之变成FTPS方式呢? 问题解答 在应用服务/函数应用的配置下选择右边的常规设置,然后修改FTP状态为“仅FTPS”即可。 参考资料 强制实施 FTPS:https://docs.azure.cn/zh-cn/app 阅读全文
posted @ 2022-02-15 20:22 路边两盏灯 阅读(85) 评论(0) 推荐(0) 编辑
摘要:问题描述 Azure Data Factory 通过 Pipeline 调用Azure Function Http Trigger时遇到返回错误” 500 - The request timed out.” 问题分析 通过Azure Function的高级工具(Kudu) 查看Function 返回 阅读全文
posted @ 2022-02-11 21:31 路边两盏灯 阅读(257) 评论(0) 推荐(0) 编辑
摘要:问题描述 根据Azure App Service 入门文档 “快速入门:在 Linux 上的 Azure 应用服务中创建 Python 应用” 在创建App Service应用时候出现了命令语法不正确的提示! 问题解答 是因为 App Service名称中带有 <> 不符合命名规则导致,所以如想创建 阅读全文
posted @ 2022-02-10 20:17 路边两盏灯 阅读(70) 评论(0) 推荐(0) 编辑
摘要:问题描述 Web App(App Service) 经常出现500错误,但是通过高级管理工具(Kudu站点)查看了所有的日志,均没有定位到具体的原因,有那些方式可以查看到更多的信息呢? 问题解答 HTTP 500 错误通常表明应用程序代码问题, 应用程序代码中的未处理异常或应用程序中的错误通常是导致 阅读全文
posted @ 2022-02-08 20:09 路边两盏灯 阅读(287) 评论(0) 推荐(1) 编辑
摘要:问题描述 在部署War包到App Service时,参考文档:(使用 ZIP 或 WAR 文件将应用部署到 Azure 应用服务 : https://docs.azure.cn/zh-cn/app-service/deploy-zip#deploy-war-file) , 代码被部署到 wwwroo 阅读全文
posted @ 2022-01-29 17:22 路边两盏灯 阅读(201) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
点击右上角即可分享
微信分享提示