上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
摘要: 问题描述 Event Hub消费端消费事件延迟,并且有重新分配分区等行为,讨论这种现象的可能原因。 问题解答 Event Hub 如果有大量的 Rebalancing 请求,就会导致事件消费延迟。 而Rebalance的原因也与服务端和消费端的心跳探测有关,如果服务端失去了消费端的心跳请求,触发 R 阅读全文
posted @ 2025-01-02 19:54 路边两盏灯 阅读(44) 评论(1) 推荐(0)
摘要: 通过 OData 绑定支持向组添加多个成员 阅读全文
posted @ 2024-12-30 20:33 路边两盏灯 阅读(37) 评论(0) 推荐(0)
摘要: Failed to deploy new revision: The Ingress's TargetPort or ExposedPort must be specified for TCP apps. 阅读全文
posted @ 2024-12-27 18:50 路边两盏灯 阅读(14) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure Storage Account的时候,有两种模式账号,一种是普通的Stroage Account,另外一种是大数据存储模式 Data Lake模式,而这两种模式的启用与 Hierarchical Namespace设置有关: 讨论问题为: 问题一:是不是只要把Hierar 阅读全文
posted @ 2024-12-24 19:02 路边两盏灯 阅读(35) 评论(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 路边两盏灯 阅读(44) 评论(2) 推荐(0)
摘要: 问题描述 使用Azure Batch Account服务(批处理),所访问的资源受防火墙保护。 现在需要把Batch Account服务池中的实例地址IP加入到防火墙白名单中,但是由于Batch Account被没有指定的出口访问IP地址,所以需要把Batch Account服务的全部IP地址加入到 阅读全文
posted @ 2024-12-17 21:55 路边两盏灯 阅读(11) 评论(0) 推荐(0)
摘要: 问题描述 在测试Application Insights的每日上限(Daily Cap)功能,想通过最简单的 curl 脚本来循环发送请求,验证日志摄入量大道设置的300MB (0.03GB)后,是否可以通过调大Daily Cap限制值马上恢复数据的摄入! 问题解答 一个简单的 CMD 脚本示例,它 阅读全文
posted @ 2024-12-11 20:11 路边两盏灯 阅读(101) 评论(0) 推荐(0)
摘要: 问题描述 Azure Function 从.NET6 升级到 .NET8 后 Function出现运行时版本错误 问题解答 因为Azure Function在使用.NET6时,默认使用的为进程内模型(简单来讲:进程内模型就是应用运行在w3wp.exe 中,而独立进程模型是单独的 dotnet.exe 阅读全文
posted @ 2024-12-09 21:06 路边两盏灯 阅读(100) 评论(0) 推荐(0)
摘要: 问题描述 在Azure门户(Create new user - Microsoft Azure 由世纪互联运营)中添加新用户,如果想通过代码来实现,有没有示例代码参考呢? 问题解答 示例代码 from azure.identity import AzureAuthorityHosts from az 阅读全文
posted @ 2024-12-03 20:26 路边两盏灯 阅读(51) 评论(0) 推荐(0)
摘要: ADLS "This request is not authorized to perform this operation using this permission" 403 阅读全文
posted @ 2024-12-02 20:44 路边两盏灯 阅读(22) 评论(0) 推荐(0)
摘要: 问题描述 使用Azure bicep对多个ServicePrinciple 进行role assignment分配 步骤如下 第一步:定义传参,里面包括object ID和role的一个map如: param servicePrincipals array = [ { objectId: 'serv 阅读全文
posted @ 2024-11-26 22:16 路边两盏灯 阅读(22) 评论(0) 推荐(0)
摘要: “'IDX10503: Signature validation failed. Keys tried: 'Microsoft.IdentityModel.Tokens.X509SecurityKey , KeyId: xxxxxxxxxxxxxxxxxxx” 阅读全文
posted @ 2024-11-25 20:02 路边两盏灯 阅读(189) 评论(0) 推荐(0)
摘要: An TLS 1.2 connection request was received from a remote client application, but non of the cipher suites supported by the client application are supported by the server. The connection request has failed. 从远程客户端应用程序收到 TLS 1.2 连接请求,但服务器不支持客户端应用程序支持的任何密码套件。连接请求失败。 阅读全文
posted @ 2024-11-24 11:58 路边两盏灯 阅读(319) 评论(0) 推荐(0)
摘要: 通常,在生产环境中,为了保证系统环境的安全和纯粹,是不建议安装其它软件或排查工具(如果可以安装,也是需要走审批流程)。 本文将介绍一种,不用安装Wireshark / tcpdump 等工具,使用Windows系统自带的 netsh trace 命令来获取网络包的步骤: 阅读全文
posted @ 2024-11-23 10:17 路边两盏灯 阅读(59) 评论(0) 推荐(0)
摘要: 查看Redis状态,没有任何异常,服务没有更新,Service Load, CPU, Memory, Connect等指标均正常。在排除Redis端问题后,转向了AKS中。 开始调查AKS的网络状态。最终发现每次Redis客户端出现超时问题时,几乎都对应了AKS NAT Gateway的更新事件,而Redis服务端没有任何异常。因此,超时问题很可能是由于NAT Gateway更新事件导致TCP连接被重置。 阅读全文
posted @ 2024-11-22 21:24 路边两盏灯 阅读(37) 评论(0) 推荐(0)
摘要: 问题描述 通过FTP的方式,把本地能正常运行的Python Function文件上传到云上后,无法加载函数列表问题。 1:上传 function_app.py,requirements.txt文件到 wwwroot 目录中 2:在Azure Function App的Overview页面,无法显示函 阅读全文
posted @ 2024-11-21 21:10 路边两盏灯 阅读(125) 评论(0) 推荐(0)
摘要: terminationGracePeriodSeconds : 这个参数的定义是从pod收到terminated signal到最终shutdown的最大时间,这段时间是给pod中的application 缓冲时间用来处理链接关闭,应用清理缓存的;并不是从idel 到 pod被shutdown之间的时间;且是最大时间,意味着如果application 已经gracefully shutdown,POD可能被提前terminated. 阅读全文
posted @ 2024-11-18 20:52 路边两盏灯 阅读(228) 评论(1) 推荐(0)
摘要: 对于Redis的Server Load指标,每秒创建连接数的并发值,是否有建议呢? 【答】:为了避免将缓存推到 100% 服务器负载,建议将连接创建速率保持在每秒 30 个以下。 阅读全文
posted @ 2024-11-17 20:14 路边两盏灯 阅读(23) 评论(0) 推荐(0)
摘要: 问题描述 部署.NET 应用到App Service中,应用中调用Storage Account的SDK上传文件到Blob中。只是比较高频率在UploadAsync方法中遇见:OutOfMemoryException 异常信息 ERROR Microsoft.AspNetCore.Server.Ke 阅读全文
posted @ 2024-11-16 11:32 路边两盏灯 阅读(32) 评论(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 路边两盏灯 阅读(39) 评论(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 路边两盏灯 阅读(43) 评论(0) 推荐(0)
摘要: 根据以上测验,当使用App Service内存没有达到预期的值,且应用异常日志出现OutOfMemory时,就需要检查Platform的设置是否位64bit。 阅读全文
posted @ 2024-11-13 21:19 路边两盏灯 阅读(102) 评论(1) 推荐(0)
摘要: 问题描述 把NodeJS的ChatBot代码部署到App Service环境中,通过VS Code直接部署,显示部署成功。但是通过URL访问时候,却是 :( Application Error 。 问题解答 App Service遇见Application Error,第一步,查看日志。 发现启动时 阅读全文
posted @ 2024-11-12 21:24 路边两盏灯 阅读(38) 评论(1) 推荐(0)
摘要: Error: Cannot find module 'node:crypto' 阅读全文
posted @ 2024-11-11 20:04 路边两盏灯 阅读(64) 评论(0) 推荐(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 路边两盏灯 阅读(191) 评论(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 路边两盏灯 阅读(27) 评论(0) 推荐(0)
摘要: 问题描述 在VS Code中创建的Java Maven项目,在进行项目打包时,遇见 BUILD FAILURE \lbimage> mvn -clean package [INFO] Scanning for projects... [INFO] [INFO] < org.yourcompany.y 阅读全文
posted @ 2024-11-01 19:42 路边两盏灯 阅读(67) 评论(2) 推荐(0)
摘要: 问题描述 使用Python编写了ChatBot,在部署到App Service,却无法启动。 通过高级工具(Kudu站点:https://<your site name>.scm.chinacloudsites.cn/newui)查看日志显示:Failed to find attribute 'ap 阅读全文
posted @ 2024-10-29 20:37 路边两盏灯 阅读(192) 评论(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 路边两盏灯 阅读(262) 评论(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 路边两盏灯 阅读(193) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页