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

1 2 3 4 5 ··· 15 下一页
Azure 中使用App Service的各种疑难杂症
摘要:问题描述 在Azure Function的Code + Test页面上,点击 Test/Run 按钮无法成功。 错误信息: Error: {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at https://por 阅读全文
posted @ 2025-02-13 20:02 路边两盏灯 阅读(4) 评论(0) 推荐(0) 编辑
摘要:问题描述 基于Linux创建的App Service是否可以主动升级内置的Nginx版本呢? 问题解答 Web App Linux 默认使用的 Nginx 版本是由平台预定义的,无法更改这个版本。 如果需要自定义Nginx的版本,只有通过 App Service For Container自定义容器 阅读全文
posted @ 2025-02-02 18:17 路边两盏灯 阅读(6) 评论(0) 推荐(0) 编辑
摘要:Exception while executing function: xxxxxxx,The type initializer for 'xxxxxx.Storage.Adls2.StoreDataLakeGen2Reading' threw an exception. Could not load file or assembly 'Microsoft.Extensions.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. 阅读全文
posted @ 2025-01-29 19:16 路边两盏灯 阅读(7) 评论(1) 推荐(0) 编辑
摘要:Logic App MySQL Connector: Unknown column 'created_at' in 'order clause' 阅读全文
posted @ 2025-01-27 16:30 路边两盏灯 阅读(7) 评论(1) 推荐(0) 编辑
摘要:问题描述 在使用Azure App Service服务时,对于它的CPU占比,从App Service Plan级别可以查看整个实例(vm)资源的CPU占比,而如果在具体的一个App Service服务中,则只能查看到当前应用所消耗的CPU时间,如果需要计算它的占比:需要使用公式【 CPU Time 阅读全文
posted @ 2025-01-12 19:51 路边两盏灯 阅读(15) 评论(0) 推荐(0) 编辑
摘要:Log search alert rules from API version 2020-05-01 use this payload type, which only supports common schema. Search results aren't embedded in the log search alerts payload when you use this version. Use dimensions to provide context to fired alerts. You can also use LinkToFilteredSearchResultsAPI or LinkToSearchResultsAPI to access query results with the Log Analytics API. If you must embed the results, use a logic app with the provided links to generate a custom payload. 阅读全文
posted @ 2024-12-18 19:47 路边两盏灯 阅读(9) 评论(2) 推荐(0) 编辑
摘要:问题描述 Azure Function 从.NET6 升级到 .NET8 后 Function出现运行时版本错误 问题解答 因为Azure Function在使用.NET6时,默认使用的为进程内模型(简单来讲:进程内模型就是应用运行在w3wp.exe 中,而独立进程模型是单独的 dotnet.exe 阅读全文
posted @ 2024-12-09 21:06 路边两盏灯 阅读(44) 评论(0) 推荐(0) 编辑
摘要:问题描述 通过FTP的方式,把本地能正常运行的Python Function文件上传到云上后,无法加载函数列表问题。 1:上传 function_app.py,requirements.txt文件到 wwwroot 目录中 2:在Azure Function App的Overview页面,无法显示函 阅读全文
posted @ 2024-11-21 21:10 路边两盏灯 阅读(89) 评论(0) 推荐(0) 编辑
摘要:问题描述 当 OpenSSH 的版本低于 9.8p1,有漏洞风险: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can 阅读全文
posted @ 2024-11-15 19:23 路边两盏灯 阅读(17) 评论(0) 推荐(1) 编辑
摘要:问题描述 .Net应用程序部署在App Service for Windows环境中,已经根据需求把Platform的位数由32 bit 修改位 64 bit。 但是应用程序在运行一段时间后,一直抛出Out Of Memory异常。 System.OutOfMemoryException: at S 阅读全文
posted @ 2024-11-14 19:58 路边两盏灯 阅读(17) 评论(0) 推荐(0) 编辑
摘要:根据以上测验,当使用App Service内存没有达到预期的值,且应用异常日志出现OutOfMemory时,就需要检查Platform的设置是否位64bit。 阅读全文
posted @ 2024-11-13 21:19 路边两盏灯 阅读(87) 评论(1) 推荐(0) 编辑
摘要:问题描述 把NodeJS的ChatBot代码部署到App Service环境中,通过VS Code直接部署,显示部署成功。但是通过URL访问时候,却是 :( Application Error 。 问题解答 App Service遇见Application Error,第一步,查看日志。 发现启动时 阅读全文
posted @ 2024-11-12 21:24 路边两盏灯 阅读(18) 评论(1) 推荐(0) 编辑
摘要:System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)). 阅读全文
posted @ 2024-11-05 20:15 路边两盏灯 阅读(68) 评论(2) 推荐(0) 编辑
摘要:问题描述 Web App取消公网访问后,只允许特定IP能访问Web App。需要写一下段PowerShell脚本,批量添加IP到Web App的允许访问IP列表里! 问题解答 参考App Service关于设置访问限制的文档 ( https://docs.azure.cn/zh-cn/app-ser 阅读全文
posted @ 2024-11-04 20:04 路边两盏灯 阅读(11) 评论(0) 推荐(0) 编辑
摘要:问题描述 通过VS Code发布Python App Service的时候,遇见了发布失败错误: The deployment failed with error: fatal: not a git repository (or any of the parent directories): .gi 阅读全文
posted @ 2024-10-28 21:15 路边两盏灯 阅读(44) 评论(0) 推荐(0) 编辑
摘要:问题描述 本地使用Python 编写的Function App,发布到Azure Function后,出现 _cffi_backend module 无法找到的报错。 ERROR: Error: No module named '_cffi_backend', Cannot find module. 阅读全文
posted @ 2024-10-24 20:07 路边两盏灯 阅读(64) 评论(0) 推荐(0) 编辑
摘要:问题描述 在上一次的博文中,我们提到了使用“ 【Azure Logic App】使用Event Hub 连接器配置 Active Directory OAuth 认证无法成功连接到中国区Event Hub ” 无法成功连接到Event Hub,报错 “ 2024-08-17T08:40:30Z [E 阅读全文
posted @ 2024-09-09 19:51 路边两盏灯 阅读(14) 评论(0) 推荐(0) 编辑
摘要:AI Code 时代早已开启,自己才行动。上手一试,让人惊叹。借助这感叹的情绪,把今天操作Cursor的步骤记录下来,也分享给大家。 推荐大家上手一试,让你改变! 准备阶段 下载 Cursor(https://www.cursor.com/),点击右上角“Download”下载exe安装文件。 安装 阅读全文
posted @ 2024-09-07 17:36 路边两盏灯 阅读(575) 评论(0) 推荐(1) 编辑
摘要:问题描述 App service无法使用,返回500错误或一直没有响应的情况。 问题原因 App Service集成子网后,如果子网网段中的剩余IP地址非常少的情况下,会在App Service实例升级时( 先加入新实例,然后在移除老实例 )。新加入的实例不能被分配到正确的内网IP地址,无法成功的访 阅读全文
posted @ 2024-09-03 20:20 路边两盏灯 阅读(36) 评论(0) 推荐(0) 编辑
摘要:问题描述 使用标准版的Azure Logic App服务,可以创建多个工作流(workflow),如果在启用/禁用其它的工作流时,是否会对正在运行其它工作流造成影响呢? 问题解答 在实际的测验中,我们得到的答案是:会造成影响!在Disabled/Enabled同一个Logic App中的Workfl 阅读全文
posted @ 2024-08-24 18:10 路边两盏灯 阅读(81) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 15 下一页
点击右上角即可分享
微信分享提示