gpt4 book ai didi

powershell - 未找到请求的值 'VS2015'。 - Azure powershell

转载 作者:行者123 更新时间:2023-12-03 09:41:21 26 4
gpt4 key购买 nike

我正在尝试通过 azure powershell 获取我的插槽信息。

检索我使用的信息

Get-AzureWebsite -Name mywebsite -Slot staging

但是 azure powershell 抛出以下错误:

Get-AzureWebsite : Requested value 'VS2015' was not found.
At line:1 char:1
+ Get-AzureWebsite -Name mywebsite -Slot staging
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureWebsite], ArgumentException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.GetAzureWebsiteCommand

当我仅尝试使用 Get-AzureWebsite -Name mywebsite 时,它完美地将数据(包括插槽名称)显示为

Name       : mywebsite
State : Running
Host Names : {mywebsite.azurewebsites.net}

Name : mywebsite(staging)
State : Running
Host Names : {mywebsite-staging.azurewebsites.net}

Name : mywebsite(dev)
State : Running
Host Names : {mywebsite-dev.azurewebsites.net}

当我用谷歌搜索此错误时“未找到请求的值'VS2015'。”我遇到了这个link这位作者建议删除远程调试器,但不幸的是我仍然收到错误。

最佳答案

我的解决方案是:

  1. 打开远程调试
  2. 选择VS2013
  3. 保存
  4. 再次关闭远程调试
  5. 保存

我认为这是 Azure 中的某种错误。

关于powershell - 未找到请求的值 'VS2015'。 - Azure powershell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34269221/

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