gpt4 book ai didi

azure - 无法在 Azure 中部署 Spring Boot 应用程序

转载 作者:行者123 更新时间:2023-12-03 00:38:37 25 4
gpt4 key购买 nike

我正在尝试在Azure中部署Spring boot应用程序,并且我按照微软官方文档https://learn.microsoft.com/en-us/azure/java/spring-framework/deploy-spring-boot-java-app-with-maven-plugin中提到的确切步骤进行操作。 。但即使在命令行中成功登录 azure 后,我仍收到错误消息。

The refresh token has expired due to maximum lifetime. The token was issued on 2019-11-25T00:18:57.5736076Z and the maximum allowed lifetime for this application is 08:00:00 atcom.microsoft.aad.adal4j.AdalTokenRequest.executeOAuthRequestAndProcessResponse (AdalTokenRequest.java:128) at com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenCommon (AuthenticationContext.java:928) at com.microsoft.aad.adal4j.AcquireTokenCallable.execute (AcquireTokenCallable.java:70) at com.microsoft.aad.adal4j.AcquireTokenCallable.execute (AcquireTokenCallable.java:38) at com.microsoft.aad.adal4j.AdalCallable.call (AdalCallable.java:47) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:835)

最佳答案

如错误消息所示,您的 token 已过期。这里有三个建议:

  1. 如果您使用 Azure CLI 登录,请使用“az login”刷新 token 。
  2. 检查文件 %HOMEPATH%/.azure/azure-secret.json,这是azure-maven-plugin 创建的 auth 文件,具有更高的优先级高于 Azure CLI 身份验证文件。如果该文件存在,您可以删除文件(将使用 az 登录)或使用“mvncom.microsoft.azure:azure-maven-plugin:0.1.0:登录”。
  3. 如果以上都不起作用,您仍然可以尝试使用服务原理进行身份验证。请参阅https://github.com/microsoft/azure-maven-plugins/wiki/Authentication了解详情。

关于azure - 无法在 Azure 中部署 Spring Boot 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59435415/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com