上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页
摘要: 问题描述 在Azure Kubernetes 服务中,创建一个Internal Load Balancer服务,使用以下yaml内容: internallb.yaml apiVersion: v1 kind: Service metadata: name: ilb-myapp annotations 阅读全文
posted @ 2023-05-31 19:17 路边两盏灯 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 问题描述 哪些客户端 IP 正在向/从Azure Event Hub发送/接收事件?如何来查看Event Hub的生产者端,消费者端的IP地址呢? 问题解答 如果需要查看Event Hub 服务端的日志,可以在Azure门户上开启诊断日志来查看。默认情况下,我们并不能看见Event Hub的生产者, 阅读全文
posted @ 2023-05-29 17:04 路边两盏灯 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Azure Media Service上传的视频资产,如何保证在Transfer编码后音频文件和视频文件不分成两个文件?保持在一个可以直接播放的MP4文件中呢? 问题解答 Azure Media Service上提供的 Build-in Transform 生成的资产中,音频与视频分别存储 阅读全文
posted @ 2023-05-25 20:22 路边两盏灯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Azure Event Hub支持 kafka,所以为了测试消息生产者所在环境与Azure Event Hub之间发送消息的性能如何,特别使用 kafka 官方测试生产者,消费者的性能工具 : kafka-producer-perf-test.bat kafka-consumer-perf 阅读全文
posted @ 2023-05-23 21:15 路边两盏灯 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Azure中创建逻辑应用(Logic App),有两种计划类型。一是消费型,另一种是标准型。 在消费型的Logic App Metrics页面中,我们可以看见Workflow的执行成功数指标和失败数指标。如: RunsCancelled 取消的运行数 Count 总计 已取消的工作流运行 阅读全文
posted @ 2023-05-22 20:21 路边两盏灯 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Azure Service Bus 的门户操作页面上,是否可以批量删除其中的Topics呢? 问题解答 Azure Service Bus门户或Service Bus Explorer工具没有提供批量删除Topic的方法。但是可以自己写脚本删除,并且可以在删除的时候自定义过滤条件。 以Py 阅读全文
posted @ 2023-05-17 20:26 路边两盏灯 阅读(22) 评论(0) 推荐(1) 编辑
摘要: 问题描述 App Service上部署的Java应用,连接 Azure Database for MySQL 失败。错误信息:Create connection error, url: jdbc:mysql://....................... communications link 阅读全文
posted @ 2023-05-16 19:38 路边两盏灯 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 问题描述 当使用Azure Redis服务时,需要把一个Redis服务的数据导入到另一个Redis上,因为Redis服务没有使用高级版,所以不支持直接导入/导出RDB文件。 以编程方式来读取数据并写入到新的Redis服务端,使用开源工具 Redis-Copy 却遇见了 6379 端口无法连接的问题。 阅读全文
posted @ 2023-05-15 21:43 路边两盏灯 阅读(250) 评论(0) 推荐(3) 编辑
摘要: 问题描述 在Azure门户上创建Transform Encoding时候,只能选择 Built-in Preset 编码方式(如:H265ContentAwareEncoding) 在创建编码任务时,除了在门户上可选的几种内置的编码格式外,还可以通过自定义的编码预设文件(Preset.json)对视 阅读全文
posted @ 2023-05-11 21:58 路边两盏灯 阅读(42) 评论(2) 推荐(0) 编辑
摘要: Azure.Identity.AuthenticationFailedException: 'ClientSecretCredential authentication failed: AADSTS90002: Tenant '********-****-****-****-************' not found. Check to make sure you have the correct tenant ID and are signing into the correct cloud. Check with your subscription administrator, this may happen if there are no active subscriptions for the tenant. 阅读全文
posted @ 2023-05-10 21:10 路边两盏灯 阅读(119) 评论(0) 推荐(2) 编辑
摘要: 问题描述 在Azure Blob的官方示例中,都是对文件进行上传到Blob操作,没有实现对已创建的Blob进行追加的操作。如果想要实现对一个文件的多次追加操作,每一次写入的时候,只传入新的内容? 问题解答 Azure Storage Blob 有三种类型: Block Blob, Append Bl 阅读全文
posted @ 2023-05-09 21:42 路边两盏灯 阅读(207) 评论(0) 推荐(1) 编辑
摘要: 问题描述 查看Java Storage SDK,想找一个 uploadWithResponse 的示例代码,但是通过全网搜索,结果没有任何有帮助的代码。使用最近ChatGPT来寻求答案,得到非常有格式的内容: 问:java azure storage account to use uploadWit 阅读全文
posted @ 2023-05-08 21:49 路边两盏灯 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Warning: Unexpected call to 'log' on the context object after function execution has completed. Please check for asynchronous calls that are not awaited or calls to 'done' made before function execution completes. The context.done method is deprecated,Now, it's recommended to remove the call to context.done() and mark your function as async so that it returns a promise (even if you don't await anything). 阅读全文
posted @ 2023-05-06 20:49 路边两盏灯 阅读(91) 评论(0) 推荐(2) 编辑
摘要: 问题描述 使用 Azure AD 注册应用 Oauth2 v2.0的终结点(OAuth 2.0 token endpoint (v2): https://login.partner.microsoftonline.cn/<your tenant id>/oauth2/v2.0/token ) 获取T 阅读全文
posted @ 2023-05-04 20:31 路边两盏灯 阅读(215) 评论(0) 推荐(1) 编辑
摘要: Spec. Rule 1.3 - onSubscribe, onNext, onError and onComplete signaled to a Subscriber MUST be signaled serially 阅读全文
posted @ 2023-04-26 20:51 路边两盏灯 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页