gpt4 book ai didi

Azure Powershell 检查过期的凭据

转载 作者:行者123 更新时间:2023-12-02 01:37:46 25 4
gpt4 key购买 nike

我正在尝试让我的 powershell 脚本检查用户帐户凭据是否已过期,如果是,请调用 Add-AzureAccount commandlet。这样,用户可以重新输入凭据,而不会看到错误。

有没有办法使用 Azure Powershell SDK 检查过期时间?

最佳答案

我的做法干净简单

if (!(Get-AzAccessToken -ErrorAction SilentlyContinue)){
throw "Please authenticate to azure - Connect-AzAccount"
}

关于Azure Powershell 检查过期的凭据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30190000/

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