上一页 1 2 3 4 5 6 ··· 48 下一页
摘要: Azure App Service .NET Profiler 在App Service服务中,如果部署了.NET应用,平台有一个非常好的工具可以查看请求的性能分布及异常时的Stack Traces。 进入路径: App Service Azure Overview --> Networking(网 阅读全文
posted @ 2024-03-18 20:36 路边两盏灯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在AKS环境中,应用使用Lettuce客户端连接Azure Redis,遇见了长达15分钟的超时情况 问题解答 在AKS中的节点操作系统,通常情况都是使用Linux,所以在连接Redis服务时候,TCP的连接需要基于系统级(Linux)的配置。 因为Azure Redis服务端对已经建立的 阅读全文
posted @ 2024-03-14 20:59 路边两盏灯 阅读(33) 评论(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:32 路边两盏灯 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Power BI获取SharePoint List列表作为数据源。但是在数据源中,有Table属性值,有List属性值。如果直接展开,则会形成“笛卡尔”集的效果,变成N多行数据。 效果图如下: 但是,我们最终所需要的效果是: 保留整体表格的行数不变,把Table中所需要的字段,List中的 阅读全文
posted @ 2024-03-12 20:56 路边两盏灯 阅读(100) 评论(0) 推荐(2) 编辑
摘要: com.azure.core.amqp.exception.AmqpException: Exceeded the maximum number of allowed receivers per partition in a consumer group which is 5. List of connected receivers - ff7e6a04-43a4-4d50-ae86-e0586297f60c, ff7e6a04-43a4-4d50-ae86-e0586297f60c, ff7e6a04-43a4-4d50-ae86-e0586297f60c, ff7e6a04-43a4-4d50-ae86-e0586297f60c, ff7e6a04-43a4-4d50-ae86-e0586297f60c. 阅读全文
posted @ 2024-03-06 20:09 路边两盏灯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 准备阶段 1)准备Microsoft Entra ID的注册应用(Service Principal),如没有,需要注册它:Register an application - Microsoft Azure 由世纪互联运营 如取名“GetKeyVaultSecretVault01”,具体操作步骤,请 阅读全文
posted @ 2024-03-05 22:25 路边两盏灯 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Azure Function中,使用如下代码读取Blob内容: try { // Retrieve the file from Azure Blob Storage BlobServiceClient bsclient = new BlobServiceClient(new Uri($" 阅读全文
posted @ 2024-03-04 19:30 路边两盏灯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢? 目前遇见的问题时,选择Logic App的SharePoint组件,登录SharePoint账号时,只能选择中国区的登录账号,不能使用Global Sharepoint账号。 问题解答 Azure China 阅读全文
posted @ 2024-03-01 20:25 路边两盏灯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Azure门户中,误删除API Management资源后,怎么办? 问题解答 遇见误删除的第一反应就是: 想恢复删除的内容,但是从门户上查看没有发现有可以操作的方面。 (错误,Azure APIM门户已经支持“一键恢复”功能:Recover deleted API Management 阅读全文
posted @ 2024-02-29 18:31 路边两盏灯 阅读(67) 评论(0) 推荐(1) 编辑
摘要: 文章原文:https://techcommunity.microsoft.com/t5/azure-integration-services-blog/scaling-logic-app-standard-for-high-throughput-scenarios/ba-p/3866731 Scal 阅读全文
posted @ 2024-02-28 20:27 路边两盏灯 阅读(7) 评论(0) 推荐(1) 编辑
摘要: 问题描述 参考官方文档(使用 Python 创建你的第一个持久函数:https://learn.microsoft.com/zh-cn/azure/azure-functions/durable/quickstart-python-vscode), 部署后,却出现“Failed to load fu 阅读全文
posted @ 2024-02-22 20:07 路边两盏灯 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Notification Hub中注册了设备后,从Azure门户上没有找到相应的入口来删除已注册设备 (Active Devices) 如果使用C# SDK是否有办法删除呢? 问题解答 可以的,查看Notification Hub的文档,可以通过注册ID来删除一个注册设备:https:/ 阅读全文
posted @ 2024-02-20 21:06 路边两盏灯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在VS Code中,创建好Function App后部署到Azure中,无法选择Subscriptions 问题解答 对于无法使用 VS Code 部署 Function App 到 Azure,最近有一个更新, 导致了Azure Resource 插件的 v0.8.0 版本不支持中国区登 阅读全文
posted @ 2024-02-19 19:47 路边两盏灯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 问题描述 运行在App Service上的Webjob连接Azure Redis出现Timeout Exception。 错误截图: 参考Azure Redis对于超时问题的排查建议, 在修改Min Thread后,问题依旧。 流量突增和线程池配置 流量激增时,如果 ThreadPool 设置不佳, 阅读全文
posted @ 2024-02-18 20:20 路边两盏灯 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用Azure Function, 环境是Linux的Java8。目前 Oracle Java JDK8,11,17 和 OpenJDK 8/11/17 都在存在漏洞受影响版本的范围内。 OpenJDK CVE numbers: CVE‑2023‑21954 CVE‑2023‑21938 阅读全文
posted @ 2024-02-10 18:30 路边两盏灯 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 48 下一页