上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: Today, registration officially opens for Microsoft AI Skills Fest—our exciting global event dedicated to boosting AI fluency, one skill at a time, for 阅读全文
posted @ 2025-03-26 22:03 路边两盏灯 阅读(19) 评论(0) 推荐(0)
摘要: 问题描述 在Azure上使用Container App服务,创建服务环境的时候,选择类型为消耗型(Consumption)。但是,却无法查看当前所有应用中,具体使用了多少个 core (CPU), 目前有多少个实例呢? 如上图,上面的信息是 “-” 问题解答 因为在Container App Env 阅读全文
posted @ 2025-03-24 20:00 路边两盏灯 阅读(11) 评论(0) 推荐(0)
摘要: 问题描述 在处理一个数据收集工作任务上,收集到的数据内容格式都不能直接对应到数据库中的表格内容。 比如: 第一种情况:服务名作为第一列内容,然后之后每一列为一个人名,1:代表此人拥有这个服务,0:代表不拥有。 第二种情况:服务名称为第一列,第二列紧跟人名,并均有重复的情况。 ** 以上两种情况,都需 阅读全文
posted @ 2025-03-22 15:23 路边两盏灯 阅读(129) 评论(0) 推荐(0)
摘要: 问题描述 使用Visual Studio 2022如何发布Service Fabric到中国区云服务呢? 因为使用VS2022中的插件无法创建Service Fabric Cluster服务。 那么,是否又比较好的替代方案呢? 问题解答 是的,有替代方案。 除了昨天介绍使用的Powershell命令 阅读全文
posted @ 2025-03-19 11:25 路边两盏灯 阅读(55) 评论(0) 推荐(0)
摘要: 问题描述 在中国区微软云Azure上使用Service Fabrics服务,本地通过Visual Studio 2022的发布.NET应用,发现无法发布! 在搜寻官方文档之后,可以通过PowerShell命令来进行发布。本文参考的文档如下: 1:将应用程序部署到 Service Fabric 群集 阅读全文
posted @ 2025-03-18 11:41 路边两盏灯 阅读(185) 评论(0) 推荐(0)
摘要: 问题描述 使用Python代码消费Service Bus中的消息,默认情况 Console 中的信息都是通过 print 打印输出。 有时候需要调查更多SDK中的日志,那么如何才能让SDK输出更多的日志呢? 问题解答 方法就是引入 Logging SDK,然后再初始化 ServiceBusClien 阅读全文
posted @ 2025-03-13 17:58 路边两盏灯 阅读(15) 评论(0) 推荐(0)
摘要: 问题描述 当在AKS中遇见复杂的网络问题,想要进入到特定的POD中来抓取网络文件包进行分析。 特分享抓取网络包的方法! 操作步骤 第一步:使用kubectl get pods命令确认问题Pod所在的Node 第二步:使用node shell登录到相应node上 kubectl node-shell 阅读全文
posted @ 2025-03-10 20:54 路边两盏灯 阅读(27) 评论(0) 推荐(0)
摘要: 问题描述 前文提要:【Azure Storage Account】利用App Service作为反向代理, 并使用.NET Storage Account SDK实现上传/下载操作 在前几天的实验中,使用了App Service作为反向代理,把默认的存储账号的域名修改为自定义的域名后,在 .NET 阅读全文
posted @ 2025-03-08 17:26 路边两盏灯 阅读(35) 评论(0) 推荐(0)
摘要: 问题描述 使用 Application Insights Java 3.x 收集 Java 管理扩展 (JMX) 指标, 根据文档在 applicationinsights.json 文件中添加 "jmxMetrics" 部分,并添加如下内容: "jmxMetrics": [ { "name": " 阅读全文
posted @ 2025-03-05 20:30 路边两盏灯 阅读(15) 评论(0) 推荐(0)
摘要: 执行 az ad user show –id 报错 Insufficient privileges to complete the operation 阅读全文
posted @ 2025-03-04 19:50 路边两盏灯 阅读(35) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure上的存储服务 Storage Account 的时候,有时需要代替 它原本提供的域名进行访问,比如默认的域名为:mystorageaccount.blob.core.chinacloudapi.cn, 想转变为 myservice.file.com 。 如果使用App Se 阅读全文
posted @ 2025-03-01 21:56 路边两盏灯 阅读(146) 评论(0) 推荐(0)
摘要: 问题描述 App Service 是否支持HostName SNI 证书? 因为尝试从从 custom domains 中新增 custom domain, 没有看到SNI 的配置信息。 问题解答 查看App Service的官方文档,为自定义域名添加SSL证书时,是支持两种类型的: SNI SSL 阅读全文
posted @ 2025-02-27 19:32 路边两盏灯 阅读(23) 评论(0) 推荐(0)
摘要: 问题描述 需要为中国区微软云(China Azure)中的虚拟机磁盘(VM Disk)创建快照, 官方文档中只有az cli(az snapshot create)脚本,并没有介绍使用Python SDK的办法,需要编写代码来实现快照的创建。 问题解答 Azure Python SDK 的 Snap 阅读全文
posted @ 2025-02-24 19:42 路边两盏灯 阅读(15) 评论(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 路边两盏灯 阅读(22) 评论(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 路边两盏灯 阅读(41) 评论(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 路边两盏灯 阅读(32) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure SDK开发时,遇到以下几个问题: 分页list blob是一个一致性事务级的操作吗?在这个过程中,文件的创建、更新、删除会对分页获取的list blob列表产生什么影响? 文档《响应中的标记》中描述索引是最终一致性,这个过程的时延是多久(更新Tag后大概多长时间可以通过F 阅读全文
posted @ 2025-02-10 20:17 路边两盏灯 阅读(29) 评论(0) 推荐(0)
摘要: 遇见错误一:operator torchvision::nms does not exist 遇见错误二:RuntimeError: Failed to infer device type 阅读全文
posted @ 2025-02-08 17:04 路边两盏灯 阅读(932) 评论(0) 推荐(1)
摘要: 问题描述 在分配一组策略中包含了很多修正任务时候,从门户上,只能选择一个修正任务执行。 如下图: 是否有好的办法,执行全部的修正任务呢? 问题解答 从Azure门户的设计来看,只能选择一个修正任务是设计使然。如果想批量执行全部的修正任务,需要使用PowerShell脚本来循环执行。 详细步骤: 第一 阅读全文
posted @ 2025-02-06 20:16 路边两盏灯 阅读(20) 评论(0) 推荐(0)
摘要: 问题描述 基于Linux创建的App Service是否可以主动升级内置的Nginx版本呢? 问题解答 Web App Linux 默认使用的 Nginx 版本是由平台预定义的,无法更改这个版本。 如果需要自定义Nginx的版本,只有通过 App Service For Container自定义容器 阅读全文
posted @ 2025-02-02 18:17 路边两盏灯 阅读(20) 评论(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 路边两盏灯 阅读(39) 评论(1) 推荐(0)
摘要: Logic App MySQL Connector: Unknown column 'created_at' in 'order clause' 阅读全文
posted @ 2025-01-27 16:30 路边两盏灯 阅读(37) 评论(1) 推荐(0)
摘要: 如果没有关联的网络安全组,则阻止所有网络流量通过子网和网络接口。 阅读全文
posted @ 2025-01-21 20:25 路边两盏灯 阅读(64) 评论(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 路边两盏灯 阅读(109) 评论(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 路边两盏灯 阅读(29) 评论(0) 推荐(0)
摘要: 问题描述 在 C# Azure Function使用 Service Bus 作为触发器时候,在C# 独立工作模式下,说可以支持使用 ServiceBusReceivedMessage 类型作为触发消息的参数类型: [Function(nameof(ServiceBusReceivedMessage 阅读全文
posted @ 2025-01-14 21:26 路边两盏灯 阅读(27) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure App Service服务时,对于它的CPU占比,从App Service Plan级别可以查看整个实例(vm)资源的CPU占比,而如果在具体的一个App Service服务中,则只能查看到当前应用所消耗的CPU时间,如果需要计算它的占比:需要使用公式【 CPU Time 阅读全文
posted @ 2025-01-12 19:51 路边两盏灯 阅读(34) 评论(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 路边两盏灯 阅读(133) 评论(0) 推荐(0)
摘要: deploy [ERROR] Status code 401, (empty body) & 阅读全文
posted @ 2025-01-08 20:01 路边两盏灯 阅读(39) 评论(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 路边两盏灯 阅读(51) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 31 下一页