我想知道是否可以确定给定服务(以及相应的插槽(Production或Staging))是否存在部署。
我发现的只是调用它会在 PowerShell 中Get-AzureDeployment -ServiceName xxxservice抛出一个错误。Get-AzureDeployment : ResourceNotFound: No deployments were found.
我想知道是否可以确定给定服务(以及相应的插槽(Production或Staging))是否存在部署。
我发现的只是调用它会在 PowerShell 中Get-AzureDeployment -ServiceName xxxservice抛出一个错误。Get-AzureDeployment : ResourceNotFound: No deployments were found.