上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 54 下一页
摘要: 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 路边两盏灯 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 准备阶段 1)准备Microsoft Entra ID的注册应用(Service Principal),如没有,需要注册它:Register an application - Microsoft Azure 由世纪互联运营 如取名“GetKeyVaultSecretVault01”,具体操作步骤,请 阅读全文
posted @ 2024-03-05 22:25 路边两盏灯 阅读(96) 评论(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 路边两盏灯 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢? 目前遇见的问题时,选择Logic App的SharePoint组件,登录SharePoint账号时,只能选择中国区的登录账号,不能使用Global Sharepoint账号。 问题解答 Azure China 阅读全文
posted @ 2024-03-01 20:24 路边两盏灯 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Azure门户中,误删除API Management资源后,怎么办? 问题解答 遇见误删除的第一反应就是: 想恢复删除的内容,但是从门户上查看没有发现有可以操作的方面。 (错误,Azure APIM门户已经支持“一键恢复”功能:Recover deleted API Management 阅读全文
posted @ 2024-02-29 18:31 路边两盏灯 阅读(87) 评论(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 路边两盏灯 阅读(37) 评论(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 路边两盏灯 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Notification Hub中注册了设备后,从Azure门户上没有找到相应的入口来删除已注册设备 (Active Devices) 如果使用C# SDK是否有办法删除呢? 问题解答 可以的,查看Notification Hub的文档,可以通过注册ID来删除一个注册设备:https:/ 阅读全文
posted @ 2024-02-20 21:06 路边两盏灯 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在VS Code中,创建好Function App后部署到Azure中,无法选择Subscriptions 问题解答 对于无法使用 VS Code 部署 Function App 到 Azure,最近有一个更新, 导致了Azure Resource 插件的 v0.8.0 版本不支持中国区登 阅读全文
posted @ 2024-02-19 19:47 路边两盏灯 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 问题描述 运行在App Service上的Webjob连接Azure Redis出现Timeout Exception。 错误截图: 参考Azure Redis对于超时问题的排查建议, 在修改Min Thread后,问题依旧。 流量突增和线程池配置 流量激增时,如果 ThreadPool 设置不佳, 阅读全文
posted @ 2024-02-18 20:20 路边两盏灯 阅读(28) 评论(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 路边两盏灯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在本地调试Azure Function时,遇见了跨域问题: Access to XMLHttpRequest at 'http://localhost:7071/api/HttpTriggerToken?tenantId=b7f6f99f-3045-412a-8828-b304407085 阅读全文
posted @ 2024-02-01 21:01 路边两盏灯 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Azure Compute Gallery 可以帮助围绕 Azure 资源(例如映像和应用程序)生成结构和组织,并且支持全局复制。 如果想通过Python代码实现 Image-Version从一个Azure Compute Gallery复制到另一个中,如何实现呢? 问题解答 示例Pyth 阅读全文
posted @ 2024-01-23 20:26 路边两盏灯 阅读(24) 评论(0) 推荐(1) 编辑
摘要: 问题描述 PHP Redis客户端遇见使用SSL Connection timeout,遇见问题后,切换回去Non-SSL没有出现问题。但是切换回SSL后,还是偶尔遇见Connection timeout问题。 目前timeout设置时间为5秒,并且为例重用连接,启用了持久化 redis.pconn 阅读全文
posted @ 2024-01-22 21:27 路边两盏灯 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Microsoft.Azure.WebJobs.Host.FunctionTimeoutException /Timeout value of 00:30:00 was exceeded by function /Functions.TimerTrigger_UdeskContact async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryHandleTimeoutAsync(Task invokeTask,CancellationToken shutdownToken,Boolean throwOnTimeout,CancellationToken timeoutToken,TimeSpan timeoutInterval,IFunctionInstance instance,Action onTimeout) 阅读全文
posted @ 2024-01-17 22:28 路边两盏灯 阅读(50) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 54 下一页