上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页
摘要: 问题描述 使用 Application Insights Java 3.x 收集 Java 管理扩展 (JMX) 指标, 根据文档在 applicationinsights.json 文件中添加 "jmxMetrics" 部分,并添加如下内容: "jmxMetrics": [ { "name": " 阅读全文
posted @ 2025-03-05 20:30 编码者卢布 阅读(34) 评论(0) 推荐(0)
摘要: 执行 az ad user show –id 报错 Insufficient privileges to complete the operation 阅读全文
posted @ 2025-03-04 19:50 编码者卢布 阅读(62) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure上的存储服务 Storage Account 的时候,有时需要代替 它原本提供的域名进行访问,比如默认的域名为:mystorageaccount.blob.core.chinacloudapi.cn, 想转变为 myservice.file.com 。 如果使用App Se 阅读全文
posted @ 2025-03-01 21:56 编码者卢布 阅读(170) 评论(0) 推荐(0)
摘要: 问题描述 App Service 是否支持HostName SNI 证书? 因为尝试从从 custom domains 中新增 custom domain, 没有看到SNI 的配置信息。 问题解答 查看App Service的官方文档,为自定义域名添加SSL证书时,是支持两种类型的: SNI SSL 阅读全文
posted @ 2025-02-27 19:32 编码者卢布 阅读(45) 评论(0) 推荐(0)
摘要: 问题描述 需要为中国区微软云(China Azure)中的虚拟机磁盘(VM Disk)创建快照, 官方文档中只有az cli(az snapshot create)脚本,并没有介绍使用Python SDK的办法,需要编写代码来实现快照的创建。 问题解答 Azure Python SDK 的 Snap 阅读全文
posted @ 2025-02-24 19:42 编码者卢布 阅读(37) 评论(0) 推荐(0)
摘要: 'st' is not recognized as an internal or external command, operable program or batch file. 'se' is not recognized as an internal or external command, operable program or batch file. 'spr' is not recognized as an internal or external command, operable program or batch file. 'sv' is not recognized as an internal or external command, operable program or batch file. 'sr' is not recognized as an internal or external command, 阅读全文
posted @ 2025-02-19 20:53 编码者卢布 阅读(48) 评论(0) 推荐(0)
摘要: 2025-02-18T13:08:34.399+08:00 ERROR 35416 --- [io-8080-exec-41] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: reactor.core.publisher.Sinks$EmissionException: Spec. Rule 1.3 - onSubscribe, onNext, onError and onComplete signaled to a Subscriber MUST be signaled serially.] with root cause 阅读全文
posted @ 2025-02-18 20:20 编码者卢布 阅读(74) 评论(0) 推荐(0)
摘要: 问题描述 在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 编码者卢布 阅读(65) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure SDK开发时,遇到以下几个问题: 分页list blob是一个一致性事务级的操作吗?在这个过程中,文件的创建、更新、删除会对分页获取的list blob列表产生什么影响? 文档《响应中的标记》中描述索引是最终一致性,这个过程的时延是多久(更新Tag后大概多长时间可以通过F 阅读全文
posted @ 2025-02-10 20:17 编码者卢布 阅读(50) 评论(0) 推荐(0)
摘要: 遇见错误一:operator torchvision::nms does not exist 遇见错误二:RuntimeError: Failed to infer device type 阅读全文
posted @ 2025-02-08 17:04 编码者卢布 阅读(973) 评论(0) 推荐(1)
摘要: 问题描述 在分配一组策略中包含了很多修正任务时候,从门户上,只能选择一个修正任务执行。 如下图: 是否有好的办法,执行全部的修正任务呢? 问题解答 从Azure门户的设计来看,只能选择一个修正任务是设计使然。如果想批量执行全部的修正任务,需要使用PowerShell脚本来循环执行。 详细步骤: 第一 阅读全文
posted @ 2025-02-06 20:16 编码者卢布 阅读(42) 评论(0) 推荐(0)
摘要: 问题描述 基于Linux创建的App Service是否可以主动升级内置的Nginx版本呢? 问题解答 Web App Linux 默认使用的 Nginx 版本是由平台预定义的,无法更改这个版本。 如果需要自定义Nginx的版本,只有通过 App Service For Container自定义容器 阅读全文
posted @ 2025-02-02 18:17 编码者卢布 阅读(35) 评论(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 编码者卢布 阅读(56) 评论(1) 推荐(0)
摘要: Logic App MySQL Connector: Unknown column 'created_at' in 'order clause' 阅读全文
posted @ 2025-01-27 16:30 编码者卢布 阅读(47) 评论(1) 推荐(0)
摘要: 如果没有关联的网络安全组,则阻止所有网络流量通过子网和网络接口。 阅读全文
posted @ 2025-01-21 20:25 编码者卢布 阅读(118) 评论(0) 推荐(0)
摘要: Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot 阅读全文
posted @ 2025-01-19 22:09 编码者卢布 阅读(144) 评论(0) 推荐(0)
摘要: Invalid parameter: This Migration API option is not supported or is temporarily disabled due to internal issues. Please visit https://aka.ms/apim-migrate-stv2 to see other migration options. 阅读全文
posted @ 2025-01-17 20:11 编码者卢布 阅读(43) 评论(0) 推荐(0)
摘要: 问题描述 在 C# Azure Function使用 Service Bus 作为触发器时候,在C# 独立工作模式下,说可以支持使用 ServiceBusReceivedMessage 类型作为触发消息的参数类型: [Function(nameof(ServiceBusReceivedMessage 阅读全文
posted @ 2025-01-14 21:26 编码者卢布 阅读(41) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure App Service服务时,对于它的CPU占比,从App Service Plan级别可以查看整个实例(vm)资源的CPU占比,而如果在具体的一个App Service服务中,则只能查看到当前应用所消耗的CPU时间,如果需要计算它的占比:需要使用公式【 CPU Time 阅读全文
posted @ 2025-01-12 19:51 编码者卢布 阅读(42) 评论(0) 推荐(0)
摘要: 在中国区的Azure上,已经可以创建机器人服务(Bot Service:https://docs.azure.cn/zh-cn/bot-service/?view=azure-bot-service-4.0),目前可以使用集成的渠道有三种(Direct Line,Web Chat 和 Microsoft Teams):Direct Line 和 Web Chat方式就非常直接,嵌入到自己应用的网页就可以。但是使用Microsoft Teams,则有很多限制。本文主要就是介绍,如果您的机器人服务部署在中国区上,并且需要使用Microsoft Teams时候的注意事项。 阅读全文
posted @ 2025-01-10 17:17 编码者卢布 阅读(228) 评论(0) 推荐(0)
摘要: deploy [ERROR] Status code 401, (empty body) & 阅读全文
posted @ 2025-01-08 20:01 编码者卢布 阅读(68) 评论(0) 推荐(0)
摘要: Azure closes inbound Transmission Control Protocol (TCP) idle > 240,000 ms, which can result in sending on dead connections (shown as expired batches because of send timeout). 阅读全文
posted @ 2025-01-05 20:20 编码者卢布 阅读(96) 评论(0) 推荐(0)
摘要: 问题描述 Event Hub消费端消费事件延迟,并且有重新分配分区等行为,讨论这种现象的可能原因。 问题解答 Event Hub 如果有大量的 Rebalancing 请求,就会导致事件消费延迟。 而Rebalance的原因也与服务端和消费端的心跳探测有关,如果服务端失去了消费端的心跳请求,触发 R 阅读全文
posted @ 2025-01-02 19:54 编码者卢布 阅读(60) 评论(1) 推荐(0)
摘要: 通过 OData 绑定支持向组添加多个成员 阅读全文
posted @ 2024-12-30 20:33 编码者卢布 阅读(55) 评论(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 编码者卢布 阅读(36) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure Storage Account的时候,有两种模式账号,一种是普通的Stroage Account,另外一种是大数据存储模式 Data Lake模式,而这两种模式的启用与 Hierarchical Namespace设置有关: 讨论问题为: 问题一:是不是只要把Hierar 阅读全文
posted @ 2024-12-24 19:02 编码者卢布 阅读(60) 评论(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 编码者卢布 阅读(55) 评论(2) 推荐(0)
摘要: 问题描述 使用Azure Batch Account服务(批处理),所访问的资源受防火墙保护。 现在需要把Batch Account服务池中的实例地址IP加入到防火墙白名单中,但是由于Batch Account被没有指定的出口访问IP地址,所以需要把Batch Account服务的全部IP地址加入到 阅读全文
posted @ 2024-12-17 21:55 编码者卢布 阅读(32) 评论(0) 推荐(0)
摘要: 问题描述 在测试Application Insights的每日上限(Daily Cap)功能,想通过最简单的 curl 脚本来循环发送请求,验证日志摄入量大道设置的300MB (0.03GB)后,是否可以通过调大Daily Cap限制值马上恢复数据的摄入! 问题解答 一个简单的 CMD 脚本示例,它 阅读全文
posted @ 2024-12-11 20:11 编码者卢布 阅读(141) 评论(0) 推荐(0)
摘要: 问题描述 Azure Function 从.NET6 升级到 .NET8 后 Function出现运行时版本错误 问题解答 因为Azure Function在使用.NET6时,默认使用的为进程内模型(简单来讲:进程内模型就是应用运行在w3wp.exe 中,而独立进程模型是单独的 dotnet.exe 阅读全文
posted @ 2024-12-09 21:06 编码者卢布 阅读(126) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页