上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 51 下一页
摘要: 问题描述 在Azure Batch的介绍文档中,提出了自动池的概念, 它可以在任务完成后,自动删除Pool资源,详细介绍:https://docs.azure.cn/zh-cn/batch/nodes-and-pools#autopools & https://learn.microsoft.com 阅读全文
posted @ 2023-09-18 21:17 路边两盏灯 阅读(38) 评论(0) 推荐(1) 编辑
摘要: cmd /c "echo %date% %time% & set AZ_BATCH & timeout /t 90 > NUL & timeout /nobreak /t 10 & echo 'what is your name?' & echo %date% %time% & for %I in (1,2,3,4,5,6) do echo '%time%' " 阅读全文
posted @ 2023-09-13 15:39 路边两盏灯 阅读(244) 评论(0) 推荐(3) 编辑
摘要: 问题描述 Azure Function默认的Timeout时间是否可以调整呢? 问题解答 可以的,根据创建Function的时候选择的定价层不同,Function 默认的Timeout时间也不同。 消耗层的 functionTineout默认是5分钟,最大可修改为10分钟 高级和专用计划的默认值为3 阅读全文
posted @ 2023-09-12 19:37 路边两盏灯 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用Redis-cli连接Redis服务,因为工具无法直接支持TLS 6380端口连接,所以需要使用 stunnel 配置TLS/SSL服务。根据文章(Linux VM使用6380端口(SSL方式)连接Azure Redis (redis-cli & stunnel) : https:// 阅读全文
posted @ 2023-09-11 20:13 路边两盏灯 阅读(132) 评论(0) 推荐(1) 编辑
摘要: 问题描述 在使用APIM提供API服务管理的场景中,遇见了客户端请求时候发送的请求Header中的Content-Type不满足后台服务器的要求,但是在客户端要求客户修改代码难度较高。 所以面对这样的情况,是否在APIM端修改为对请求的Content-Type进行覆写呢? 问题解答 可以的。 API 阅读全文
posted @ 2023-09-07 20:26 路边两盏灯 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 问题描述 当对AKS的登录方式(认证和授权)从“Local Account with Kubernetes RBAC ”改变为“Azure AD authentication with Azure RBAC”. 通过 kubectl 连接AKS会要求交互式登录,需要通过浏览器输入认证码后关联azur 阅读全文
posted @ 2023-09-06 21:33 路边两盏灯 阅读(71) 评论(0) 推荐(1) 编辑
摘要: 问题描述 查看Service Bus的Java示例代码,发现使用Spring Cloud Integration,配置 Application.yaml 可以连接到两个Service Bus。 但代码中没有使用Connection String 属性配置服务连接。 那么,是否可以直接在此添加 con 阅读全文
posted @ 2023-09-03 17:14 路边两盏灯 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 问题一:迁移到云服务扩展后,之前经典版的云服务的部署槽会变成单一的部署槽,关于两个云服务扩展版之间的部署交换能否提供一个演示? 对于具有双槽的云服务(Classic),根据文档中的建议,在迁移到云服务(外延支持)时需要先删除过渡槽,将生产槽作为一个独立的云服务进行迁移。 在完成生产槽的迁移后,创建另 阅读全文
posted @ 2023-08-31 19:54 路边两盏灯 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用Azure App Service For Container 拉取 应用镜像,发现拉取失败。 错误消息: “Image pull failed since Inspect image returned null: xxxxxxx.azurecr.cn/dataapi:20230830 阅读全文
posted @ 2023-08-30 20:18 路边两盏灯 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在App Service For Linux 中,部署NodeJS应用,应用启动失败。 报错信息为: 2023-08-29T11:21:36.329731566Z RangeError: Incorrect locale information provided2023-08-29T11: 阅读全文
posted @ 2023-08-29 19:24 路边两盏灯 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 问题描述 通过Microsoft Graph的API如何来查看用户信息和登录记录呢? 问题解答 第一步:需要一个授权Token 比如一个拥有查看用户权限的Azure账号,通过Azure CLI 命令获取到一个Access Token az cloud set --name AzureChinaClo 阅读全文
posted @ 2023-08-23 20:54 路边两盏灯 阅读(84) 评论(0) 推荐(0) 编辑
摘要: @azure/arm-monitor ManagedIdentityCredential authentication failed.(status code 500) CredentialUnavailableError: ERROR: AADSTS500011: The resource principal name https://management.azure.com was not found in tenant name ##############. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant. 阅读全文
posted @ 2023-08-22 19:36 路边两盏灯 阅读(13) 评论(0) 推荐(1) 编辑
摘要: Exception while executing function: Functions.AzureBlobTrigger ---> Microsoft.Azure.WebJobs.Script.Workers.WorkerProcessExitException : node exited with code -1073740791 (0xC0000409) 阅读全文
posted @ 2023-08-21 20:14 路边两盏灯 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在App Service for linux上创建一个PHP应用,通过 phpinfo() 查看PHP的扩展设置,发现JIT没有被开启, jit_buffer_size 大小为0. 那么,在App Service的环境中,如何开启JIT呢? 问题解答 PHP 8在PHP的内核中添加了JIT 阅读全文
posted @ 2023-08-17 20:23 路边两盏灯 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 问题一:Service Fabric 是否支持Private Link? 在Azure Private Endpoint文档中,罗列出了 Azure 上支持 Private Link 的服务。Service Fabric不在其中。 Azure Private Link availability :h 阅读全文
posted @ 2023-08-16 20:18 路边两盏灯 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 51 下一页