上一页 1 2 3 4 5 6 7 8 9 10 ··· 54 下一页
摘要: > git push azure master error: src refspec master does not match any error: failed to push some refs to 'https://xxxxxxxxx.scm.chinacloudsites.cn:443/xxxxxxxxx.git' 阅读全文
posted @ 2024-05-13 19:53 路边两盏灯 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 问题描述 作为Azure资源管理人员,对每一种资源操作时,都需要考虑权限设置。否则,会遇见类似如下错误: The client '***************' with object id '********-****-****-****-************' does not have 阅读全文
posted @ 2024-05-10 20:56 路边两盏灯 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 问题描述 测试标准版本的Logic App应用,消费Service Bus中的消息。当Service Bus中堆积了大量消息的情况下,Workflow依旧只在一个实例上运行。 而Logic App的自动缩放设置的最大为20个,为什么没有自动缩放呢? 问题解答 因为这个Standard Logic A 阅读全文
posted @ 2024-05-09 20:00 路边两盏灯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Azure Function中,部署了定时触发器函数(Timer Trigger),却无法按时触发。 问题解答 登录Function的Kudu站点,查看 logfiles中 application/function/host目录下的日志文件,发现错误消息: Singleton lock 阅读全文
posted @ 2024-05-08 20:20 路边两盏灯 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 0)[Information] Opened local gRPC endpoint: http://localhost:4001. 1)Failed to open local port 4001. This was attempt #1 to open a local port.. 2)Opened local gRPC endpoint: http://localhost:30721 阅读全文
posted @ 2024-05-07 20:01 路边两盏灯 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 问题描述 VS Code中,已经安装了Azure Function插件,在创建C# Function时候遇见 No .NET worker runtimes found. 如下图: 问题解答 最开始看见这个错误,还真的以为是自己的 Function runtime 没有安装,于是在 VS Code 阅读全文
posted @ 2024-05-06 21:00 路边两盏灯 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 问题描述 对于Standard Logic App,当使用HTTP请求来触发一个Workflow时,默认固定不变的SAS签名认证,因并且随着URL传递,存在泄露风险。 是否可以用Header中使用Bearer Token来进行验证呢? 问题解答 可以的,为Standard Logic App开启Ea 阅读全文
posted @ 2024-04-29 21:09 路边两盏灯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 问题描述 创建Event Hub服务后,标准版的定价层功能中有Schema Registry的功能,但是根据官方文档,在门户中确无法创建。 问题解答 什么是 Azure 架构注册表?Azure 架构注册表是事件中心的一项功能,它为事件驱动的应用程序和以消息为中心的应用程序的架构提供一个中心存储库。 阅读全文
posted @ 2024-04-28 18:33 路边两盏灯 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用Service Bus SDK编写消费端应用时,遇见了错误信息: SDK版本 <dependency> <groupId>com.azure</groupId> <artifactId>azure-messaging-eventhubs</artifactId> <version>5. 阅读全文
posted @ 2024-04-25 20:51 路边两盏灯 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用中国区标准版本逻辑应用(Standard Logic App),常规情况下,可以正常查看历史执行中的输入/输出日志,方便排查。 但是,现在居然无法查看,这个情况有什么解决之道呢? 问题解答 Azure 门户报错调查第一规则:打开浏览器开发者模式,查看页面中所发送的网络请求,检查是否有请 阅读全文
posted @ 2024-04-24 20:51 路边两盏灯 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在使用Azure Redis服务时,发现指标 Connected Clinents 和 Connections Created/Closed Per Second 值之间关系无法理解。并不能简单的根据 Connected Clinents 的变化匹配上 Connections Create 阅读全文
posted @ 2024-04-23 21:40 路边两盏灯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 问题描述 mandatoryRetentionPeriodEnabled 是Azure数据库的一个设置,用于启用或禁用强制保留期。 这是一种数据保护措施,确保在指定的保留期内,数据不能被删除或修改。 这个设置是为了满足某些行业或应用场景下的合规性需求,比如金融、医疗、政府等场景中,可能需要保留一段时 阅读全文
posted @ 2024-04-18 20:26 路边两盏灯 阅读(8) 评论(1) 推荐(1) 编辑
摘要: 问题描述 在为APIM服务配置了诊断日志(Diagnostic Setting),把日志收集在Log A Workspace中,需要验证日志中是否能查看到请求的错误信息。 所以想人为的来制造一些错误。经过网络搜索,参考Policy的文档介绍后,完成了以下3种错误 第一种:使用 return-resp 阅读全文
posted @ 2024-04-17 20:32 路边两盏灯 阅读(86) 评论(0) 推荐(1) 编辑
摘要: 问题描述 看见一个有趣的页面,可以把输入的文字信息,直接输出SVG图片,还可以实现动图模式。 示例URL: https://readme-typing-svg.demolab.com/?font=Fira+Code&pause=1000&color=F7F7F7&background=233911F 阅读全文
posted @ 2024-04-16 20:39 路边两盏灯 阅读(200) 评论(0) 推荐(3) 编辑
摘要: = "#" & Number.ToText(Number.Round(Number.RandomBetween(1000001,9999999),0),"X") 阅读全文
posted @ 2024-04-11 21:07 路边两盏灯 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 54 下一页