02 2025 档案

摘要:问题描述 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 编码者卢布 阅读(36) 评论(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 编码者卢布 阅读(46) 评论(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 编码者卢布 阅读(73) 评论(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 编码者卢布 阅读(63) 评论(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 编码者卢布 阅读(972) 评论(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 编码者卢布 阅读(34) 评论(0) 推荐(0)