上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页
摘要: 问题描述 在App Service上放置一个JS页面并引用msal.min.js,目的是获取AAD用户名并展示。 问题解答 示例代码 <!DOCTYPE html> <html> <head> <title>Azure Service</title> </head> <script type="te 阅读全文
posted @ 2023-10-11 22:18 路边两盏灯 阅读(210) 评论(2) 推荐(2) 编辑
摘要: 问题描述 示例调用MSGraph SDK通过User principal name获取到User信息,如Object ID。 参考资料 选择 Microsoft Graph 身份验证提供程序 : https://learn.microsoft.com/zh-cn/graph/sdks/choose- 阅读全文
posted @ 2023-10-10 20:11 路边两盏灯 阅读(40) 评论(0) 推荐(1) 编辑
摘要: 问题描述 在Azure Databricks上获取Azure Key Vault中所存储的机密(secret)的两种方式? 问题解答 方式一: 在Databricks的Notebook 中,直接编写Python代码读取Key Vault的Secret 实例代码如下: import os from a 阅读全文
posted @ 2023-10-09 19:40 路边两盏灯 阅读(202) 评论(0) 推荐(2) 编辑
摘要: 问题描述 在Azure Logic App中,使用Transform XML组件进行XML内容的转换,但是最近这个组件运行始终失败。 问题解答 点击Transform XML组件上的错误案例,并不能查看到详细的错误消息。 最后在Azure Logic App的产品团队确认下,发现这是Logic Ap 阅读全文
posted @ 2023-10-08 19:32 路边两盏灯 阅读(4) 评论(0) 推荐(1) 编辑
摘要: 问题描述 编写Python Function,并且在Function中通过 subprocess 调用powershell.exe 执行 powershell脚本。 import azure.functions as func import logging import subprocess app 阅读全文
posted @ 2023-10-07 20:06 路边两盏灯 阅读(193) 评论(0) 推荐(1) 编辑
摘要: 问题描述 在中国区Azure上,创建Container App服务,发现默认的应用程序URL只有前半段,并不是一个完整的域名。这是什么情况呢? 正常的Container App的URL格式为:<container app name>.<environment>.<region>.azureconta 阅读全文
posted @ 2023-10-06 16:17 路边两盏灯 阅读(43) 评论(0) 推荐(0) 编辑
摘要: … The Cloud Service, is not in a virtual network, and thus, it cannot be migrated, it is important to understand that if there is no VNET on the current Cloud Service, it is not possible to migrate it. Being in Mooncake, it might have had an extension on that implementation from 2017, but in short, this machine cannot be migrated, and on top of that, its under the Extra small tier, which is no longer supported for CSES. You will need to redeploy 阅读全文
posted @ 2023-09-27 19:56 路边两盏灯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 问题描述 启用App Service Local Git 部署,在Clone 代码库到本地时候,卡在Clone ‘xxxxxx’ ... ... 一动不动的问题? 问题解答 因为Git Clone没有任何日志输出,所以在其他IDE上也尝试Git App Service的代码库。在intellj的gi 阅读全文
posted @ 2023-09-26 20:11 路边两盏灯 阅读(8) 评论(0) 推荐(1) 编辑
摘要: "message": "You have exceeded the maximum amount of scale changes within the past hour(23 changes and limit is 20). Please retry later." 阅读全文
posted @ 2023-09-25 19:36 路边两盏灯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 问题描述 询问批量将存储账户中的表嵌入另一个账户中的办法? 问题解答 方式一:使用 AzCopy 使用Az copy做表格的导入导出,注意您需要使用Azcopy 7.3版本来实现对Table的操作,可以选择导出到Blob中,这样导出的数据不会保存在本地,以及该指定支持并发导出。 从表存储导出数据 : 阅读全文
posted @ 2023-09-21 19:49 路边两盏灯 阅读(9) 评论(0) 推荐(0) 编辑
摘要: This XML file does not appear to have any style information associated with it. The document tree is shown below. 阅读全文
posted @ 2023-09-19 19:27 路边两盏灯 阅读(229) 评论(0) 推荐(1) 编辑
摘要: 问题描述 在Azure Batch的介绍文档中,提出了自动池的概念, 它可以在任务完成后,自动删除Pool资源,详细介绍:https://docs.azure.cn/zh-cn/batch/nodes-and-pools#autopools & https://learn.microsoft.com 阅读全文
posted @ 2023-09-18 21:18 路边两盏灯 阅读(35) 评论(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 路边两盏灯 阅读(241) 评论(0) 推荐(3) 编辑
摘要: 问题描述 Azure Function默认的Timeout时间是否可以调整呢? 问题解答 可以的,根据创建Function的时候选择的定价层不同,Function 默认的Timeout时间也不同。 消耗层的 functionTineout默认是5分钟,最大可修改为10分钟 高级和专用计划的默认值为3 阅读全文
posted @ 2023-09-12 19:38 路边两盏灯 阅读(41) 评论(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 路边两盏灯 阅读(75) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页