上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页
摘要: const logsQueryClient = new LogsQueryClient(credential , { endpoint: "https://api.loganalytics.azure.cn/v1" ,audience: "https://api.loganalytics.azure.cn", }); 阅读全文
posted @ 2024-10-23 19:34 路边两盏灯 阅读(37) 评论(0) 推荐(0)
摘要: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. 阅读全文
posted @ 2024-10-22 19:40 路边两盏灯 阅读(108) 评论(0) 推荐(0)
摘要: 问题描述 API调用过程中,一旦遇到数据量大的场景下,返回504 超时的错误。 注意: 请求首先达到Application Gateway, 然后转发到后端的App Service服务中。 问题解答 这可能与应用程序网关的“响应缓存区”配置有关: 应用程序网关的响应缓冲区可以收集后端服务器发送的全部 阅读全文
posted @ 2024-10-16 19:55 路边两盏灯 阅读(74) 评论(0) 推荐(0)
摘要: 问题描述 com.azure:azure-identity jar包版本从1.2.0 升级到1.12.2 版本之后报错,错误信息如下: An attempt was made to call a method that does not exist. The attempt was made fro 阅读全文
posted @ 2024-10-15 20:17 路边两盏灯 阅读(52) 评论(0) 推荐(0)
摘要: 使用Key Vault Secret添加.CER证书到Cloud Service Extended Support中 阅读全文
posted @ 2024-10-14 20:29 路边两盏灯 阅读(122) 评论(0) 推荐(0)
摘要: 问题描述 当根据Cloud Service (Extended Support) 文档更新证书 ( https://docs.azure.cn/zh-cn/cloud-services-extended-support/certificates-and-key-vault )时,如果遇见旧的证书(如 阅读全文
posted @ 2024-10-12 20:19 路边两盏灯 阅读(87) 评论(0) 推荐(0)
摘要: 问题描述 遇见一个诡异的现象。在Event Hub 事件中心中删除了一个Event Hub后,会立马被重建,多次删除发现都是同样的问题。 这是什么情况呢? 问题解答 经过对Event Hub调查发现,使用了Kafka客户端持续的发送/消费事件。而Kafka客户端自带属性auto.create.top 阅读全文
posted @ 2024-10-10 19:58 路边两盏灯 阅读(17) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Entra ID中,需要导出一个Application 下的用户信息, 包含User的创建时间。 问题解答 可以使用PowerShell 脚本来实现, 只需要执行如下脚本: Connect-AzureAD -AzureEnvironmentName AzureChinaClo 阅读全文
posted @ 2024-10-09 21:47 路边两盏灯 阅读(67) 评论(0) 推荐(0)
摘要: 问题描述 创建Azure Cloud Service 资源,遇见资源操作完成时的终端预配状态为Failed的信息。 创建失败,创建的错误日志截图如下: 详细的错误信息为: { "code":"DeploymentFailed", "message":"At least one resource de 阅读全文
posted @ 2024-10-08 19:30 路边两盏灯 阅读(32) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure Event Hub的过程中,需要监控消费端是否正常消费数据?而常规的指标只有 Incoming Message, Outgoing Message,是否指标能表明当前Event Hub消费滞后,即 Incoming 数量远远大于 Outgoing呢? IncomingMe 阅读全文
posted @ 2024-09-25 20:50 路边两盏灯 阅读(50) 评论(0) 推荐(0)
摘要: 问题描述 在之前的博文 “ 【Azure Policy】添加策略用于审计Azure 网络安全组(NSG)规则 -- 只能特定的IP地址允许3389/22端口访问 ” 中,介绍了对固定IP地址,端口的审计规则。 只是在实际使用中,发现端口和IP都可以输入多个值,并且以“,”号分割,最终在Azure的N 阅读全文
posted @ 2024-09-24 20:22 路边两盏灯 阅读(30) 评论(0) 推荐(0)
摘要: Collect data from this resource for analytics Data collection is required for detailed monitoring, custom dashboards, and more. A Log Analytics workspace is also required for the data storage. You can change the workspace destination at any time in Diagnostic settings. How do I use Log Analytics? 阅读全文
posted @ 2024-09-19 19:31 路边两盏灯 阅读(52) 评论(0) 推荐(0)
摘要: 问题描述 需要通过Python SDK获取Azure服务的一些通知信息,如:K8S版本需要更新到指定的版本,Azure服务的维护通知,服务处于不健康状态时的通知,及相关的操作建议等内容。 问题解答 Azure Resource Health 是 Azure 提供的一项服务,旨在帮助用户了解其资源的健 阅读全文
posted @ 2024-09-16 21:30 路边两盏灯 阅读(30) 评论(0) 推荐(0)
摘要: 问题描述 在Azure的门户页面上,因为Service Bus Topic中有很多dead-lettered message,而这些消息占用了大量的存储空间,通过门户上的Service Bus Explorer每次只能消费一条消息。 虽然可以通过修改代码来指定消费私信队列中消息,但是需要修改代码,需 阅读全文
posted @ 2024-09-12 19:46 路边两盏灯 阅读(55) 评论(0) 推荐(0)
摘要: 问题描述 在使用Cloud Service服务时,发现服务的CPU占用很高,在业务请求并不大的情况下,需要直到到底是什么进程占用了大量的CPU资源,已经如何获取IIS进程(w3wp.exe)的DUMP文件? 问题解答 一:收集云服务中CPU的性能数据 远程登录(RDP)到云服务的实例上,使用管理员身 阅读全文
posted @ 2024-09-11 19:50 路边两盏灯 阅读(29) 评论(0) 推荐(0)
摘要: 问题描述 在使用Terraform部署Service Bus时候,遇见了如下报错: Error: Error making Read request on Azure ServiceBus Topic Authorization Rule : servicebus.TopicsClient#GetA 阅读全文
posted @ 2024-09-10 19:49 路边两盏灯 阅读(27) 评论(1) 推荐(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 路边两盏灯 阅读(27) 评论(0) 推荐(0)
摘要: AI Code 时代早已开启,自己才行动。上手一试,让人惊叹。借助这感叹的情绪,把今天操作Cursor的步骤记录下来,也分享给大家。 推荐大家上手一试,让你改变! 准备阶段 下载 Cursor(https://www.cursor.com/),点击右上角“Download”下载exe安装文件。 安装 阅读全文
posted @ 2024-09-07 17:36 路边两盏灯 阅读(808) 评论(0) 推荐(1)
摘要: 问题描述 使用Azure Policy服务,对公司内部全部的订阅下的Activity Log,都需要配置导出到Log A Workspace中。 以下Policy规则可以实现此目的。 Policy内容说明 在Policy Rule部分中,选择资源的类型为 "Microsoft.Resources/s 阅读全文
posted @ 2024-09-05 20:03 路边两盏灯 阅读(45) 评论(0) 推荐(0)
摘要: 问题描述 使用Azure Policy,对订阅下的全部Activity Log配置Diagnostic Setting,要求: 在Subscription或Management Group级别,针对未启用Activity Log功能的订阅,启用Activity Log功能; 对已经启用了Activi 阅读全文
posted @ 2024-09-04 19:36 路边两盏灯 阅读(100) 评论(0) 推荐(0)
摘要: 问题描述 App service无法使用,返回500错误或一直没有响应的情况。 问题原因 App Service集成子网后,如果子网网段中的剩余IP地址非常少的情况下,会在App Service实例升级时( 先加入新实例,然后在移除老实例 )。新加入的实例不能被分配到正确的内网IP地址,无法成功的访 阅读全文
posted @ 2024-09-03 20:20 路边两盏灯 阅读(61) 评论(0) 推荐(0)
摘要: 问题描述 对Azure上的虚拟机资源,需要进行安全管理。只有指定的IP地址才能够通过RDP/SSH远程到虚拟机上, 有如下几点考虑: 1) 使用Azure Policy服务,扫描订阅中全部的网络安全组(NSG: Network Security Group) 资源 2) 判断入站规则,判断是否是33 阅读全文
posted @ 2024-08-29 21:06 路边两盏灯 阅读(111) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Application Insights 的概述页面中,可以直接点击 Workspace Link 进入到 Workspace 资源页面。但是,在下面的示例图中,Workspace Link不见了? 这是什么原因呢? 问题解答 这是因为 Workspace 的资源组发生了改变 阅读全文
posted @ 2024-08-28 20:40 路边两盏灯 阅读(18) 评论(0) 推荐(0)
摘要: 问题描述 是否可以在Azure上,一次性把当前账号所有能查看的资源都导出来呢?包含资源名称,类型,定价层SKU信息呢? 问题解答 是的,通过Azure Resource Graph Explorer服务可以实现。 Azure Resource Graph Explorer 是一个强大的工具,旨在提供 阅读全文
posted @ 2024-08-27 20:40 路边两盏灯 阅读(54) 评论(0) 推荐(0)
摘要: 问题描述 使用标准版的Azure Logic App服务,可以创建多个工作流(workflow),如果在启用/禁用其它的工作流时,是否会对正在运行其它工作流造成影响呢? 问题解答 在实际的测验中,我们得到的答案是:会造成影响!在Disabled/Enabled同一个Logic App中的Workfl 阅读全文
posted @ 2024-08-24 18:10 路边两盏灯 阅读(90) 评论(0) 推荐(0)
摘要: "The page cannot be displayed because an internal server error has occurred. " or "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." or "no webpage was found for the web address xxxxxxxxxxxxx HTTP ERROR 404" 阅读全文
posted @ 2024-08-22 20:06 路边两盏灯 阅读(33) 评论(0) 推荐(0)
摘要: 问题描述 使用 Lettuce 客户端,在AKS环境中连接Azure Redis服务,出现超时错误。 错误消息: Redis command timed out , command timed out after 1 minute(s). 错误截图: 解决思路 当出现Redis客户端连接不上时,需要 阅读全文
posted @ 2024-08-21 20:37 路边两盏灯 阅读(240) 评论(0) 推荐(0)
摘要: 问题描述 Service Fabric部署失败,错误信息: Provisioning of VM extension ConfigureVM has timed out. Extension provisioning has taken too long to complete. The exten 阅读全文
posted @ 2024-08-20 19:55 路边两盏灯 阅读(21) 评论(0) 推荐(0)
摘要: 问题描述 使用Logic App服务,创建Event Hub触发的Workflow。 根据以下信息配置Event Hub连接器的Active Directory OAuth认证方式: Authentication Type 选择“Active Directory OAuth” Fully Quali 阅读全文
posted @ 2024-08-17 17:32 路边两盏灯 阅读(43) 评论(1) 推荐(0)
摘要: 问题一:Azure 文件提供的部署方式,云部署/本地部署?当前可用的是哪种方式 Azure文件存储可以用于替换或补充传统的本地文件服务器或连接到网络的存储(NSA)设备。 Azure文件是云服务,存储的文件都在Azure Cloud里,开通本地防火墙 445 端口 (运行在portal上自动生成的p 阅读全文
posted @ 2024-08-14 19:07 路边两盏灯 阅读(52) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页