摘要:
问题描述 使用微软Azure AD,对授权进行管理。通过所注册应用的OAuth API(https://login.chinacloudapi.cn/{TENANT ID}/oauth2/v2.0/token),已经获取到Token,但是如何在应用端对Token进行验证呢? 问题场景类似于:一个基于 阅读全文
摘要:
问题描述 在App Service中运行Python编写的定时任务,需要使用pymssql连接到数据库,但是发现使用 python.exe -m pip install --upgrade -r requirements.txt -t D:\home\site\wwwroot\pymodules。r 阅读全文
摘要:
问题描述 使用POST HTTP Request, 如何向Azure Storage Queue中写入Message呢?例如使用CURL发送POST指令是否可以呢? CURL -H "Content-Type: application/xml" -X POST -d "message body" " 阅读全文
摘要:
文章“【Azure Developer】在Azure Resource Graph Explorer中查看当前订阅下的所有资源信息列表并导出(如VM的名称,IP地址内网/公网,OS,区域等) ”的另一个示例。 问题描述 使用Azure Resource Graph查询:把这订阅(Subscripti 阅读全文
摘要:
问题描述 把Web Role服务发布到Azure Cloud Service后,需要在IIS的输出日志中,把每一个请求的HTTP Request Header中的User-Agent内容也输出到日志中。通过Cloud Service(云服务)如何实现呢? 解决方案 方案一(临时):Cloud Ser 阅读全文
摘要:
问题描述 应用部署到App Service后,遇见了Out of Memory的错误。 报错信息:GetData Error:, Exception of type 'System.OutOfMemoryException' was thrown., at System.IO.MemoryStrea 阅读全文
摘要:
在使用应用程序访问Key Vault获取密钥信息时,现后遇见了多种认证错误。使用的代码为: String keyVaultUrl = "https://test-xxx.vault.azure.cn/" String keyName = "keyvault-xxx"; KeyClient keyCl 阅读全文
摘要:
问题描述 Java Spring Boot的代码在IDE里面跑可以连上 Azure 的 Redis服务,打包成Image放在容器里面跑,就连不上azure的redis服务,错误消息为: Unable to connect to Redis; nested exception is org.sprin 阅读全文
摘要:
问题描述 如何通过Azure REST API 获取到虚拟机(VM)所使用的公共IP地址信息 问题解答 由于直接获取到的虚拟机信息(Virtual Machines - Get)中,并不会包含虚拟机的公共IP信息,但是可以根据查询出的虚拟机网卡信息,来找到对应的关联的IP。 验证步骤: 1) 通过R 阅读全文
摘要:
问题描述 Deployment Azure Service Fabric 时,遇见了VMExtensionProvisioningError, 全文如下: Deployment Name: 385A084F35B2BC55-xxxx Operation Id: 096CED Operation: C 阅读全文
摘要:
问题描述 在Azure官网中,已列出了一系列的常规问题:https://docs.azure.cn/zh-cn/azure-cache-for-redis/cache-how-to-geo-replication#geo-replication-faq 是否可以通过标准层或基本层缓存使用异地复制? 阅读全文
摘要:
Azure Automation :The Azure Automation service provides a highly reliable and scalable workflow execution engine to automate frequently repeated manag 阅读全文
摘要:
问题描述 Service fabric升级结构版本失败,Service Fabric的可靠性层是白银层,持久性层为青铜层,当把节点从6个直接在虚拟规模集(VMSS)中缩放成了3个。从而引起了Service Fabric 全部的3个节点状态显示都是错误的,部署应用出现问题,升级结构版本等操作都会报错。 阅读全文
摘要:
问题描述 在Azure Redis的门户活动日志中,可以查看到的是对于Redis资源本身的操作。但是对于客户端连接到Redis服务后,对服务所做出的读写,或删除操作,是否有日志可以查看到呢? 问题回答 Redis服务的日志中并不会记录客户端对于Redis服务本身所进行的每一次读写操作的日志,但是它会 阅读全文
摘要:
问题描述 Notification Hub出现问题,无法创建Policy(Rule)。 获得的错误消息: Error: Error making Read request on Authorization Rule "notification-hub-auth-rule" (Notification 阅读全文