上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: 问题描述 使用Azure Policy服务,对公司内部全部的订阅下的Activity Log,都需要配置导出到Log A Workspace中。 以下Policy规则可以实现此目的。 Policy内容说明 在Policy Rule部分中,选择资源的类型为 "Microsoft.Resources/s 阅读全文
posted @ 2024-09-05 20:03 编码者卢布 阅读(51) 评论(0) 推荐(0)
摘要: 问题描述 使用Azure Policy,对订阅下的全部Activity Log配置Diagnostic Setting,要求: 在Subscription或Management Group级别,针对未启用Activity Log功能的订阅,启用Activity Log功能; 对已经启用了Activi 阅读全文
posted @ 2024-09-04 19:36 编码者卢布 阅读(128) 评论(0) 推荐(0)
摘要: 问题描述 App service无法使用,返回500错误或一直没有响应的情况。 问题原因 App Service集成子网后,如果子网网段中的剩余IP地址非常少的情况下,会在App Service实例升级时( 先加入新实例,然后在移除老实例 )。新加入的实例不能被分配到正确的内网IP地址,无法成功的访 阅读全文
posted @ 2024-09-03 20:20 编码者卢布 阅读(79) 评论(0) 推荐(0)
摘要: 问题描述 对Azure上的虚拟机资源,需要进行安全管理。只有指定的IP地址才能够通过RDP/SSH远程到虚拟机上, 有如下几点考虑: 1) 使用Azure Policy服务,扫描订阅中全部的网络安全组(NSG: Network Security Group) 资源 2) 判断入站规则,判断是否是33 阅读全文
posted @ 2024-08-29 21:06 编码者卢布 阅读(134) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Application Insights 的概述页面中,可以直接点击 Workspace Link 进入到 Workspace 资源页面。但是,在下面的示例图中,Workspace Link不见了? 这是什么原因呢? 问题解答 这是因为 Workspace 的资源组发生了改变 阅读全文
posted @ 2024-08-28 20:40 编码者卢布 阅读(33) 评论(0) 推荐(0)
摘要: 问题描述 是否可以在Azure上,一次性把当前账号所有能查看的资源都导出来呢?包含资源名称,类型,定价层SKU信息呢? 问题解答 是的,通过Azure Resource Graph Explorer服务可以实现。 Azure Resource Graph Explorer 是一个强大的工具,旨在提供 阅读全文
posted @ 2024-08-27 20:40 编码者卢布 阅读(74) 评论(0) 推荐(0)
摘要: 问题描述 使用标准版的Azure Logic App服务,可以创建多个工作流(workflow),如果在启用/禁用其它的工作流时,是否会对正在运行其它工作流造成影响呢? 问题解答 在实际的测验中,我们得到的答案是:会造成影响!在Disabled/Enabled同一个Logic App中的Workfl 阅读全文
posted @ 2024-08-24 18:10 编码者卢布 阅读(113) 评论(0) 推荐(0)
摘要: "The page cannot be displayed because an internal server error has occurred. " or "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." or "no webpage was found for the web address xxxxxxxxxxxxx HTTP ERROR 404" 阅读全文
posted @ 2024-08-22 20:06 编码者卢布 阅读(48) 评论(0) 推荐(0)
摘要: 问题描述 使用 Lettuce 客户端,在AKS环境中连接Azure Redis服务,出现超时错误。 错误消息: Redis command timed out , command timed out after 1 minute(s). 错误截图: 解决思路 当出现Redis客户端连接不上时,需要 阅读全文
posted @ 2024-08-21 20:37 编码者卢布 阅读(283) 评论(0) 推荐(0)
摘要: 问题描述 Service Fabric部署失败,错误信息: Provisioning of VM extension ConfigureVM has timed out. Extension provisioning has taken too long to complete. The exten 阅读全文
posted @ 2024-08-20 19:55 编码者卢布 阅读(35) 评论(0) 推荐(0)
摘要: 问题描述 使用Logic App服务,创建Event Hub触发的Workflow。 根据以下信息配置Event Hub连接器的Active Directory OAuth认证方式: Authentication Type 选择“Active Directory OAuth” Fully Quali 阅读全文
posted @ 2024-08-17 17:32 编码者卢布 阅读(61) 评论(1) 推荐(0)
摘要: 问题一:Azure 文件提供的部署方式,云部署/本地部署?当前可用的是哪种方式 Azure文件存储可以用于替换或补充传统的本地文件服务器或连接到网络的存储(NSA)设备。 Azure文件是云服务,存储的文件都在Azure Cloud里,开通本地防火墙 445 端口 (运行在portal上自动生成的p 阅读全文
posted @ 2024-08-14 19:07 编码者卢布 阅读(69) 评论(0) 推荐(0)
摘要: Azure 容器实例(Azure Container Instances,简称 ACI)是一个无服务器容器解决方案,允许用户在 Azure 云环境中运行 Docker 容器,而无需设置虚拟机、集群或编排器。ACI 适用于任何可以在隔离容器中操作的场景,包括事件驱动的应用程序、从容器开发管道快速部署、数据处理和生成作业。 阅读全文
posted @ 2024-08-13 20:55 编码者卢布 阅读(114) 评论(0) 推荐(1)
摘要: [Reason - The key used is expired.,Thumbprint of key used by client: '3D****************', Found key 'Start=04/28/2024 11:10:00, End=07/28/2024 11:10:00',Please visit the Azure Portal, Graph Explorer or directly use MS Graph to see configured keys for app Id 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.Review the documentation at https://docs.microsoft.com/en-us/graph/deployments to determine the corresponding service endpoint 阅读全文
posted @ 2024-07-29 20:49 编码者卢布 阅读(80) 评论(0) 推荐(0)
摘要: "code": "InvalidParameters", "message": "Invalid parameter: This request is not authorized to perform this operation.\r\nParameter name: backupContainerName (value: [backupcontainer])", 阅读全文
posted @ 2024-07-26 19:52 编码者卢布 阅读(84) 评论(0) 推荐(0)
摘要: "module not found" error: "Failure Exception: ImportError: libpq.so.5: cannot open shared object file: No such file or directory. Cannot find module." 阅读全文
posted @ 2024-07-18 20:21 编码者卢布 阅读(45) 评论(0) 推荐(0)
摘要: 问题描述 在查看.NET代码的时候,发现一个静态方法,第一个参数使用 this 关键字,它在这里是什么作用呢? public static XElement AquireElement(this XContainer container, string name, bool addFirst = f 阅读全文
posted @ 2024-07-16 20:13 编码者卢布 阅读(42) 评论(0) 推荐(0)
摘要: 介绍一个简单的工具,用于将Redis数据从一个redis端点复制到另一个redis端点,基于原始存储库转换为.NET 8:https://github.com/LuBu0505/redis-copy-net8 阅读全文
posted @ 2024-07-11 20:20 编码者卢布 阅读(368) 评论(1) 推荐(2)
摘要: 问题一:Key Vault 和 Event Grid 通过将 Key Vault 与事件网格集成,可以在密钥保管库中存储的机密的状态发生更改时收到通知。 状态更改将定义为即将到期的机密(到期前 30 天)、已过期的机密或具有可用新版本的机密。 支持所有三种机密类型(密钥、证书和机密)的通知。无法自定 阅读全文
posted @ 2024-07-10 20:23 编码者卢布 阅读(96) 评论(0) 推荐(0)
摘要: REST API: write EPROTO 8936192:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:..\..\third_party\boringssl\src\ssl\tls_record.cc:231. Python: urllib3.exceptions.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1000) 阅读全文
posted @ 2024-07-09 20:02 编码者卢布 阅读(700) 评论(0) 推荐(0)
摘要: 问题描述 iOS Objective-C 应用,连接Azure Storage Account, 根据官网Example代码,在没有关闭Storage Account的匿名访问时,程序正常运行。 但是,只要关闭了匿名访问,上传blob到Container中,就会报错:Public access is 阅读全文
posted @ 2024-07-05 21:47 编码者卢布 阅读(77) 评论(0) 推荐(0)
摘要: 问题描述 在AKS中连接Redis,当遇到Azure Redis 升级或者Failover时,NodeJS应用中使用ioredis sdk 在很长一段时间内无法恢复和 Azure Redis服务端的连接,对于这种想象的可能性推断。 问题解答 使用 Azure Cache for Redis 时,一个 阅读全文
posted @ 2024-07-02 20:27 编码者卢布 阅读(72) 评论(0) 推荐(0)
摘要: 问题描述 App Service上可以收.NET 应用的Profile Trace文件,并且可以自动分析报告。 Collect a Profiler Trace If your app is down or performing slow, you can collect a profiling t 阅读全文
posted @ 2024-07-01 20:11 编码者卢布 阅读(44) 评论(0) 推荐(0)
摘要: Access to XMLHttpRequest at 'file:///C:/Users/.../failedrequests.json' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, isolated-app, chrome-extension, chrome-untrusted, https, edge. reportdata/failedrequests.json:1 Failed to load resource: net::ERR_FAILED 阅读全文
posted @ 2024-06-27 20:51 编码者卢布 阅读(204) 评论(0) 推荐(0)
摘要: 问题描述 Azure Logic App连接到SQL数据库后,执行存储过程并转换执行结果为JSON数据的步骤 问题解答 在Logic App Design页面中,添加 Execute stored procedure组件,然后转换结果为JSON。 设计图如下: 关键步骤: 1) 添加 Sql Ser 阅读全文
posted @ 2024-06-24 20:17 编码者卢布 阅读(60) 评论(0) 推荐(0)
摘要: 问题描述 原生应用中使用RabbitMQ,是否可以不改动代码的情况下直接转换为使用Azure Event Hub呢? 问题解答 Rabbit MQ使用的协议是AMQP 0-9-1,而Azure Event Hub 或 Service Bus 使用的是AMQP1.0,所以无法直接复用之前的代码。需要使 阅读全文
posted @ 2024-06-20 20:03 编码者卢布 阅读(58) 评论(0) 推荐(0)
摘要: To connect to a sovereign cloud, set the microsoft-sovereign-cloud.environment setting. This is new as of v0.8.0 and is a result of our migration to the built-in Microsoft authentication extension which replaces the Azure Account extension. Learn more in the release notes. 阅读全文
posted @ 2024-06-18 21:12 编码者卢布 阅读(466) 评论(0) 推荐(0)
摘要: SSL: CERITIFICATE_VERIFY_FAILED certificate verify failed: unable to get local issuer certificate 阅读全文
posted @ 2024-06-17 19:49 编码者卢布 阅读(163) 评论(0) 推荐(0)
摘要: 问题描述 如果在使用.NET代码对AAD JWT Token进行验证时候,如果遇见无法访问 Unable to obtain configuration from: 'https://login.partner.microsoftonline.cn/<common or your tenant id 阅读全文
posted @ 2024-06-14 21:02 编码者卢布 阅读(42) 评论(0) 推荐(0)
摘要: 问题描述 在使用Service Fabric服务后,想删除资源。却遇见无法删除的问题。在查看错误消息中,看见把中文的资源组名称转换为乱码了,十分怀疑是中文字符无法识别的原因。 日志中的资源信息: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/ 阅读全文
posted @ 2024-06-12 20:49 编码者卢布 阅读(65) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页