上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页
摘要: > 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 路边两盏灯 阅读(88) 评论(0) 推荐(0)
摘要: 问题描述 作为Azure资源管理人员,对每一种资源操作时,都需要考虑权限设置。否则,会遇见类似如下错误: The client '***************' with object id '********-****-****-****-************' does not have 阅读全文
posted @ 2024-05-10 20:56 路边两盏灯 阅读(27) 评论(0) 推荐(0)
摘要: 问题描述 测试标准版本的Logic App应用,消费Service Bus中的消息。当Service Bus中堆积了大量消息的情况下,Workflow依旧只在一个实例上运行。 而Logic App的自动缩放设置的最大为20个,为什么没有自动缩放呢? 问题解答 因为这个Standard Logic A 阅读全文
posted @ 2024-05-09 20:00 路边两盏灯 阅读(18) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Function中,部署了定时触发器函数(Timer Trigger),却无法按时触发。 问题解答 登录Function的Kudu站点,查看 logfiles中 application/function/host目录下的日志文件,发现错误消息: Singleton lock 阅读全文
posted @ 2024-05-08 20:20 路边两盏灯 阅读(76) 评论(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 路边两盏灯 阅读(74) 评论(0) 推荐(0)
摘要: 问题描述 VS Code中,已经安装了Azure Function插件,在创建C# Function时候遇见 No .NET worker runtimes found. 如下图: 问题解答 最开始看见这个错误,还真的以为是自己的 Function runtime 没有安装,于是在 VS Code 阅读全文
posted @ 2024-05-06 21:00 路边两盏灯 阅读(34) 评论(0) 推荐(0)
摘要: 问题描述 对于Standard Logic App,当使用HTTP请求来触发一个Workflow时,默认固定不变的SAS签名认证,因并且随着URL传递,存在泄露风险。 是否可以用Header中使用Bearer Token来进行验证呢? 问题解答 可以的,为Standard Logic App开启Ea 阅读全文
posted @ 2024-04-29 21:09 路边两盏灯 阅读(56) 评论(0) 推荐(0)
摘要: 问题描述 创建Event Hub服务后,标准版的定价层功能中有Schema Registry的功能,但是根据官方文档,在门户中确无法创建。 问题解答 什么是 Azure 架构注册表?Azure 架构注册表是事件中心的一项功能,它为事件驱动的应用程序和以消息为中心的应用程序的架构提供一个中心存储库。 阅读全文
posted @ 2024-04-28 18:33 路边两盏灯 阅读(38) 评论(0) 推荐(0)
摘要: 问题描述 使用Service Bus SDK编写消费端应用时,遇见了错误信息: SDK版本 <dependency> <groupId>com.azure</groupId> <artifactId>azure-messaging-eventhubs</artifactId> <version>5. 阅读全文
posted @ 2024-04-25 20:51 路边两盏灯 阅读(37) 评论(0) 推荐(0)
摘要: 问题描述 使用中国区标准版本逻辑应用(Standard Logic App),常规情况下,可以正常查看历史执行中的输入/输出日志,方便排查。 但是,现在居然无法查看,这个情况有什么解决之道呢? 问题解答 Azure 门户报错调查第一规则:打开浏览器开发者模式,查看页面中所发送的网络请求,检查是否有请 阅读全文
posted @ 2024-04-24 20:51 路边两盏灯 阅读(48) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure Redis服务时,发现指标 Connected Clinents 和 Connections Created/Closed Per Second 值之间关系无法理解。并不能简单的根据 Connected Clinents 的变化匹配上 Connections Create 阅读全文
posted @ 2024-04-23 21:40 路边两盏灯 阅读(23) 评论(0) 推荐(0)
摘要: 问题描述 mandatoryRetentionPeriodEnabled 是Azure数据库的一个设置,用于启用或禁用强制保留期。 这是一种数据保护措施,确保在指定的保留期内,数据不能被删除或修改。 这个设置是为了满足某些行业或应用场景下的合规性需求,比如金融、医疗、政府等场景中,可能需要保留一段时 阅读全文
posted @ 2024-04-18 20:26 路边两盏灯 阅读(25) 评论(1) 推荐(1)
摘要: 问题描述 在为APIM服务配置了诊断日志(Diagnostic Setting),把日志收集在Log A Workspace中,需要验证日志中是否能查看到请求的错误信息。 所以想人为的来制造一些错误。经过网络搜索,参考Policy的文档介绍后,完成了以下3种错误 第一种:使用 return-resp 阅读全文
posted @ 2024-04-17 20:32 路边两盏灯 阅读(115) 评论(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 路边两盏灯 阅读(220) 评论(0) 推荐(3)
摘要: = "#" & Number.ToText(Number.Round(Number.RandomBetween(1000001,9999999),0),"X") 阅读全文
posted @ 2024-04-11 21:07 路边两盏灯 阅读(50) 评论(0) 推荐(0)
摘要: 问题描述 使用存储位于Azure的存储账号和ADLS Gen2,为存储账号的可用性配置了告警。 想了解: 1) 可用性报警对业务依赖并使用存储账号的业务程序是否会产生影响,比如是否会导致依赖存储账号的程序不能正常工作,报错等 2) 当可用性降低后,存储账号是否会产生故障转移?或者是在一定的可用率值的 阅读全文
posted @ 2024-04-10 19:45 路边两盏灯 阅读(36) 评论(0) 推荐(1)
摘要: 问题描述 在App Service中启用了HTTP 2.0后,如何来验证它可以正常接受HTTP 2.0的请求呢? 问题解答 如果直接使用浏览器访问,无法直接判断出来是否使用 HTTP 2.0,所以本文中使用.NET Console代码来测试HTTP 2.0. 第一步:打开Visual Studio 阅读全文
posted @ 2024-04-08 20:39 路边两盏灯 阅读(37) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Batch Job中执行一段Python代码,遇见Failure Exit Code。 print("start mian.py") if __name__ =="__main__": print("__main__") 就算只使用一个简单的 print 方法,也是出现Fai 阅读全文
posted @ 2024-04-07 20:07 路边两盏灯 阅读(66) 评论(0) 推荐(0)
摘要: It does this by draining instances of their current function executions and then removes those instances. This behavior is logged as drain mode. 阅读全文
posted @ 2024-04-02 20:03 路边两盏灯 阅读(9) 评论(0) 推荐(0)
摘要: 问题描述 在Function App中配置了无代码模式的Application Insights,但有时候发现,超过1MB的文件上传/下载操作成功。但是在Application Insights中,却没有发现请求日志?这是一种什么情况呢? 问题解答 Application Insights 是具有采 阅读全文
posted @ 2024-04-01 20:31 路边两盏灯 阅读(41) 评论(0) 推荐(0)
摘要: 问题描述 VS 2019 /VS 2022 直接发布云服务(外延) 报错,登录Azure账号后,加载资源信息时候报错 “An error occurred while loading location resource. 加载位置时候出错”。 有什么其它方式来发布云服务吗? 问题解答 除了使用Vis 阅读全文
posted @ 2024-03-28 20:33 路边两盏灯 阅读(20) 评论(0) 推荐(0)
摘要: 问题描述 部署云服务时候遇见 Last exit code: 0. Last role exception: (System.IO.FileNotFoundException) 错误,提示无法加载System.Runtime。 Recovering role... Application start 阅读全文
posted @ 2024-03-27 20:40 路边两盏灯 阅读(26) 评论(0) 推荐(1)
摘要: 问题描述 在使用Service Bus中,遇见了莫名奇妙,不知来源的访问,但是又不敢直接修改Access Key(担心影响正常业务), 所以想通过访问服务的客户端IP地址来分析,到底是那里的客户端在访问Service Bus服务? 问题解答 经过调查,可以通过开启Azure Service Bus的 阅读全文
posted @ 2024-03-26 21:21 路边两盏灯 阅读(45) 评论(0) 推荐(1)
摘要: 问题描述 Azure Log Analytics Workspace作为Azure云上统一存储日志的服务,可以由多个服务直接发送日志到Log A Workspace。如 Application Insights, Azure Diagnostic Settings 等。 只是,当数据都收集到同一个W 阅读全文
posted @ 2024-03-22 20:08 路边两盏灯 阅读(76) 评论(0) 推荐(1)
摘要: 问题描述 使用Azure Policy来检查Azure资源名称是否满足正确要求,如果不满足就拒绝创建或标记为不合规non-compliance 在创建Azure上资源的时候,有如下需求: 1)资源的名称必须以一个前缀开头, 如prod , test等。 2)资源的名称结尾处必须是一个数字,如 0,1 阅读全文
posted @ 2024-03-21 20:31 路边两盏灯 阅读(42) 评论(0) 推荐(1)
摘要: logs.applicationinsights.endpoint: “https://dc.applicationinsights.azure.cn/v2/track“ 阅读全文
posted @ 2024-03-19 20:32 路边两盏灯 阅读(62) 评论(0) 推荐(1)
摘要: Azure App Service .NET Profiler 在App Service服务中,如果部署了.NET应用,平台有一个非常好的工具可以查看请求的性能分布及异常时的Stack Traces。 进入路径: App Service Azure Overview --> Networking(网 阅读全文
posted @ 2024-03-18 20:36 路边两盏灯 阅读(30) 评论(0) 推荐(0)
摘要: 问题描述 在AKS环境中,应用使用Lettuce客户端连接Azure Redis,遇见了长达15分钟的超时情况 问题解答 在AKS中的节点操作系统,通常情况都是使用Linux,所以在连接Redis服务时候,TCP的连接需要基于系统级(Linux)的配置。 因为Azure Redis服务端对已经建立的 阅读全文
posted @ 2024-03-14 20:59 路边两盏灯 阅读(349) 评论(0) 推荐(0)
摘要: RedisConnectionException: Unable to init enough connections amount! only 6 of 24 were initialized. Redis server: xxxxxxxxx.redis.cache.chinacloudapi.cn/52.xxx.xxx.xxx:6380 ========= RedisConnectionException: Unable to connect to Redis server: xxxxxxxxx.redis.cache.chinacloudapi.cn/52.xxx.xxx.xxx:6380 阅读全文
posted @ 2024-03-13 20:31 路边两盏灯 阅读(296) 评论(0) 推荐(0)
摘要: 问题描述 Power BI获取SharePoint List列表作为数据源。但是在数据源中,有Table属性值,有List属性值。如果直接展开,则会形成“笛卡尔”集的效果,变成N多行数据。 效果图如下: 但是,我们最终所需要的效果是: 保留整体表格的行数不变,把Table中所需要的字段,List中的 阅读全文
posted @ 2024-03-12 20:56 路边两盏灯 阅读(484) 评论(0) 推荐(2)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页