上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页
摘要: 问题描述 Redis服务负载达到100%后的影响及有何优化方法 问题解答 Redis的负载达到100% 意味着 Redis 服务器繁忙,无法跟上请求,导致客户端发送出来的请求超时。 常规情况下有一下几种情况可以导致这个问题: 1) 请求量变大达到服务上限 2) 执行默写时间复杂度高的指令,如KEYS 阅读全文
posted @ 2023-07-20 22:30 路边两盏灯 阅读(129) 评论(3) 推荐(0)
摘要: 问题描述 Java Function在Azure上遇见中文显示乱码问题?如何解决呢? 问题解答 中文字符显示为乱码,这个情况就是服务实例上设置的编码格式不是统一的UTF-8所导致的。 在查看Azure App Service/Function App的官方文档,都没有明确的说明它们使用的默认编码是什 阅读全文
posted @ 2023-07-19 20:57 路边两盏灯 阅读(100) 评论(0) 推荐(0)
摘要: 问题描述 在测试Azure Redis的导入/导出备份文件的功能中,突然发现在Redis 4.0上导入的时候,一直报错。 问题解答 因为门户上只是显示导入失败,没有任何错误消息说明。根据常理推断,Redis 的RDB文件格式都具有一致性。居然会出现导入失败,所以非常不合常理。但为什么会出现这样的情况 阅读全文
posted @ 2023-07-18 22:55 路边两盏灯 阅读(123) 评论(0) 推荐(0)
摘要: 问题描述 在Azure的同一数据中心,API Management访问启用了防火墙的Storage Account,并且把APIM的公网IP地址设置在白名单。但访问依旧是403 原因是: 存储帐户部署在同一区域中的服务使用专用的 Azure IP 地址进行通信。 因此,不能基于特定的 Azure 服 阅读全文
posted @ 2023-07-17 20:19 路边两盏灯 阅读(130) 评论(0) 推荐(1)
摘要: 问题描述 如何从AKS的VMSS集群中收集实例日志? 参考步骤 第一步:登陆VMSS实例 参考官网步骤:使用 SSH 连接到 Azure Kubernetes 服务 (AKS) 群集节点以进行维护或故障排除: https://docs.azure.cn/zh-cn/aks/ssh#configure 阅读全文
posted @ 2023-07-15 19:34 路边两盏灯 阅读(78) 评论(0) 推荐(1)
摘要: 问题描述 跨区域无法访问Azure Redis服务, Redis 启用了Network并设置在一个VNET中,现在客户端部署在另一个区域数据中心中,两个数据中心区域使用VNET Peer(对等互连)访问。但是为什么不能访问Redis服务呢? 问题解答 根据Azure Redis的官方介绍,因为Red 阅读全文
posted @ 2023-07-14 21:59 路边两盏灯 阅读(32) 评论(0) 推荐(0)
摘要: 问题描述 客户端使用 Lettuce.io 连接 Azure Redis,出现了长达15分钟的Timeout异常。 问题解答 Azure Redis作为PaaS服务,由于一些平台的升级操作而引发的故障转移(Failover)。 如Redis的客户端时部署在Linux服务器上,则可能导致长达15分钟无 阅读全文
posted @ 2023-07-13 16:12 路边两盏灯 阅读(176) 评论(0) 推荐(0)
摘要: 问题描述 PHP的Web Job,通过artisan来配置路径启动PHP任务,相关启动脚本如下: artisan_path = "d:\\home\\site\\wwwroot"; cd ${artisan_path} echo "\n" pwd php artisan schedule:run 但 阅读全文
posted @ 2023-07-13 15:10 路边两盏灯 阅读(64) 评论(0) 推荐(0)
摘要: 问题描述 在使用Azure Service Bus的时候,我们可以根据Queue中目前存在的消息数来判断当前消息是否有积压的情况。 但是,在Event Hub中,因为所有消息都会被存留到预先设定的保留时间(默认是7天), 所以无法通过消息数来判断当前的消息是否有积压或者是有多余重复消费。 当消费端出 阅读全文
posted @ 2023-07-06 21:39 路边两盏灯 阅读(212) 评论(0) 推荐(1)
摘要: [500 The page cannot be displayed because an internal server error has occurred.] [scriptProcessor could not be found in "fastCGI" application configuration] [EXECUTE|500|0|0x585|CONFIG_SUCCESS|PHP74_via_FastCGI|10.10.0.221|\\10.1.160.10\volume-30-default\&ApiApp=0] [C:\program Files\PHP\v7.4\php-cgi.exe] 阅读全文
posted @ 2023-07-05 21:03 路边两盏灯 阅读(234) 评论(0) 推荐(0)
摘要: Error : Web deployment task failed. (Connected to the remote computer ("javatest02.scm.chinacloudsites.cn") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site. Learn more at: https://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED.) 阅读全文
posted @ 2023-07-04 19:49 路边两盏灯 阅读(196) 评论(0) 推荐(1)
摘要: 问题描述 使用Azure Storag Blob REST API上传文件,用SharedKey作为Authorization出现403错误。 错误消息 b'\xef\xbb\xbf<?xml version="1.0" encoding="utf-8"?><Error><Code>Authenti 阅读全文
posted @ 2023-06-29 21:18 路边两盏灯 阅读(282) 评论(0) 推荐(1)
摘要: 【问题一】微软云上的虚拟机,不论是Windows系统or Linux 系统,系统的安全补丁是由微软云平台 打上补丁进行修复,还是使用虚拟机的用户手动更新修复呢? 【答】这些补丁不会由平台来直接操作更新上去,而是由用户根据情况选择性安装修复。 【问题二】安全更新中提及的漏洞,是否会影响PaaS服务? 阅读全文
posted @ 2023-06-28 17:38 路边两盏灯 阅读(44) 评论(0) 推荐(0)
摘要: 问题描述 Azure Event Hubs -- Kafka 生产者发送消息存在延迟接收和丢失问题, 在客户端的日志中发现如下异常: 2023-06-05 02:00:20.467 [kafka-producer-thread | producer-1] ERROR com.deloitte.com 阅读全文
posted @ 2023-06-26 20:49 路边两盏灯 阅读(212) 评论(0) 推荐(0)
摘要: 问题描述 使用Azure Media Service 制作视频点播服务,在客户端使用 Azure Media Player 播放器在 Edge 浏览器中播放视频时候遇见无法播放的问题: 错误信息: The video playback was aborted due to a corruption 阅读全文
posted @ 2023-06-25 19:40 路边两盏灯 阅读(531) 评论(0) 推荐(0)
摘要: 问题描述 在PHP应用中,连接Redis的方法报错 RedisException(code: 0): Connection refused at /data/Redis/Connectors/PhpRedisConnector.php production.ERROR: Connection ref 阅读全文
posted @ 2023-06-21 19:45 路边两盏灯 阅读(292) 评论(1) 推荐(0)
摘要: 问题描述 创建App Service Container服务,选择从Docker Hub中获取appsmith/appsmith-ce 镜像(https://www.appsmith.com/ & https://hub.docker.com/r/appsmith/appsmith-ce/tags 阅读全文
posted @ 2023-06-19 20:29 路边两盏灯 阅读(297) 评论(0) 推荐(1)
摘要: 问题描述 在VS Code中编写好 Azure Function App代码后,通过 func azure functionapp publish 部署失败,抛出 503 Service Unavailable 错误。 Getting site publishing info... Creating 阅读全文
posted @ 2023-06-14 21:25 路边两盏灯 阅读(139) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Data Factory (数据工厂)中,调用同在Azure中的Function App函数,却出现403 - Forbidden错误。 截图如下: 问题解答 访问Azure Function App遇见403 - Forbidden错误,这是因为Function App启用 阅读全文
posted @ 2023-06-13 19:31 路边两盏灯 阅读(48) 评论(0) 推荐(0)
摘要: az login | Decryption failed:[WinError -2146893813] Key not vaid for use in specified state | msal_extensions.persistence: DPAPI error likely caused by file content not previously encrypted. App developer should migrate by calling save(plaintext) first. | Please report to us via Github : https://github.com/Azure/azure-cli/issues/20231 阅读全文
posted @ 2023-06-12 17:33 路边两盏灯 阅读(265) 评论(0) 推荐(1)
摘要: 问题描述 使用Azure Event Hub服务,除了正常的生产,消费消息以外,如果想拿到Event Hub中存储的历史消息?有什么方法呢? 问题解答 获取 Event Hubs 存储的历史消息,首先需要确保消息进入Event Hub的时间处于保留期限(Retention Days)内,因为超过这个 阅读全文
posted @ 2023-06-08 20:06 路边两盏灯 阅读(46) 评论(0) 推荐(0)
摘要: 问题描述 在创建Azure App Service时,服务端的配置使用Java 8 + Tomcat 8.5。默认的根目录页面显示出App Service Tomcat版本信息,存在一定的安全隐患。 如何来避免这个问题呢? 问题解答 因为在初始创建App Service时,Azure会根据所选Sta 阅读全文
posted @ 2023-06-07 19:34 路边两盏灯 阅读(189) 评论(0) 推荐(0)
摘要: 问题描述 创建Azure Kubernetes Service服务后,需要升级AKS集群的 kubernetes version。在AKS页面的 Cluster configuration 页面中,选择新的版本 1.25.5,确认升级。等待50分钟左右,却等到了升级失败的消息: Failed to 阅读全文
posted @ 2023-06-06 19:32 路边两盏灯 阅读(266) 评论(0) 推荐(0)
摘要: 问题描述 在Azure Kubernetes 服务中,创建一个Internal Load Balancer服务,使用以下yaml内容: internallb.yaml apiVersion: v1 kind: Service metadata: name: ilb-myapp annotations 阅读全文
posted @ 2023-05-31 19:17 路边两盏灯 阅读(114) 评论(0) 推荐(0)
摘要: 问题描述 哪些客户端 IP 正在向/从Azure Event Hub发送/接收事件?如何来查看Event Hub的生产者端,消费者端的IP地址呢? 问题解答 如果需要查看Event Hub 服务端的日志,可以在Azure门户上开启诊断日志来查看。默认情况下,我们并不能看见Event Hub的生产者, 阅读全文
posted @ 2023-05-29 17:04 路边两盏灯 阅读(52) 评论(0) 推荐(0)
摘要: 问题描述 Azure Media Service上传的视频资产,如何保证在Transfer编码后音频文件和视频文件不分成两个文件?保持在一个可以直接播放的MP4文件中呢? 问题解答 Azure Media Service上提供的 Build-in Transform 生成的资产中,音频与视频分别存储 阅读全文
posted @ 2023-05-25 20:22 路边两盏灯 阅读(34) 评论(0) 推荐(0)
摘要: 问题描述 Azure Event Hub支持 kafka,所以为了测试消息生产者所在环境与Azure Event Hub之间发送消息的性能如何,特别使用 kafka 官方测试生产者,消费者的性能工具 : kafka-producer-perf-test.bat kafka-consumer-perf 阅读全文
posted @ 2023-05-23 21:15 路边两盏灯 阅读(225) 评论(0) 推荐(0)
摘要: 问题描述 在Azure中创建逻辑应用(Logic App),有两种计划类型。一是消费型,另一种是标准型。 在消费型的Logic App Metrics页面中,我们可以看见Workflow的执行成功数指标和失败数指标。如: RunsCancelled 取消的运行数 Count 总计 已取消的工作流运行 阅读全文
posted @ 2023-05-22 20:21 路边两盏灯 阅读(51) 评论(0) 推荐(0)
摘要: 问题描述 Azure Service Bus 的门户操作页面上,是否可以批量删除其中的Topics呢? 问题解答 Azure Service Bus门户或Service Bus Explorer工具没有提供批量删除Topic的方法。但是可以自己写脚本删除,并且可以在删除的时候自定义过滤条件。 以Py 阅读全文
posted @ 2023-05-17 20:26 路边两盏灯 阅读(54) 评论(0) 推荐(1)
摘要: 问题描述 App Service上部署的Java应用,连接 Azure Database for MySQL 失败。错误信息:Create connection error, url: jdbc:mysql://....................... communications link 阅读全文
posted @ 2023-05-16 19:38 路边两盏灯 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页