从Visual Studio 2013发布带有更新5的工作者角色时出现错误.当我选择工作者角色项目并单击发布时,它会在弹出窗口中向我显示以下错误,我无法继续前进:
有一个错误反映了类型'Microsoft.Cct.AzureDiagnostics.ObjectModel.PublicConfig'.
任何与此相关的帮助表示赞赏.如果您需要更多信息,请与我们联系.
我正在通过资源组中的 Azure DevOps(ARM 模板部署)任务部署 ARM 模板(Web 应用程序)。执行部署时出现以下错误:
##[section]Starting: ARM Template deployment: Resource Group scope
==============================================================================
Task : ARM template deployment
Description : Deploy an Azure Resource Manager (ARM) template to all the deployment scopes
Version : 3.1.18
Author : Microsoft Corporation
Help : https://learn.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment
==============================================================================
ARM Service Conection deployment scope - Subscription
Checking if the following resource group exists: xyz.
Resource group exists: true.
Creating deployment parameters.
Starting template validation.
Deployment name is azuredeploy-xyz
Template deployment validation was completed successfully. …Run Code Online (Sandbox Code Playgroud) azure-resource-manager azure-devops azure-rm-template azure-resource-group azure-webapps
我在通过 Azure DevOps 部署应用程序服务时遇到以下错误。我试图搜索这个问题,但找不到根本原因。
错误 :
2021-03-15T06:01:27.7479723Z ##[error]Error: Error Code: ERROR_COULD_NOT_CONNECT_TO_REMOTESVC
More Information: Could not connect to the remote computer ("web-app.scm.azurewebsites.net") using the specified process ("Web Management Service") because the server did not respond. Make sure that the process ("Web Management Service") is started on the remote computer. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.
Error: The remote server returned an error: (403) Forbidden.
Error count: 1.
'''
Run Code Online (Sandbox Code Playgroud)