Azure 部署因 gitlab 而失败
Azure deployment fails with gitlab
我有一个 Azure 网络应用 运行 连接到 GitLab 存储库。当我将新代码推送到 GitLab Repo 时,部署失败并且我收到一条错误消息 "Value cannot be null.\r\nParameter name: url"
以前好像有人在这里问过这个问题,但不幸的是没有答案。感谢您的帮助。
作为 commented here,检查这是否是身份验证问题(即使用正确的帐户登录到 Azure 实例以启动部署)
身份验证应涉及Add-AzureAccount
, through for instance a powershell session。
请注意,Azure 门户不直接支持 GitLab。但是,有一些手动步骤可用于设置它。你可以找到它们 here.
此外,请确保您是 运行 GitLab 的最新版本。根据 this issue,7.7.2
是旧工具,7.11.0
或更高版本可以使用。
我有一个 Azure 网络应用 运行 连接到 GitLab 存储库。当我将新代码推送到 GitLab Repo 时,部署失败并且我收到一条错误消息 "Value cannot be null.\r\nParameter name: url"
以前好像有人在这里问过这个问题,但不幸的是没有答案。感谢您的帮助。
作为 commented here,检查这是否是身份验证问题(即使用正确的帐户登录到 Azure 实例以启动部署)
身份验证应涉及Add-AzureAccount
, through for instance a powershell session。
请注意,Azure 门户不直接支持 GitLab。但是,有一些手动步骤可用于设置它。你可以找到它们 here.
此外,请确保您是 运行 GitLab 的最新版本。根据 this issue,7.7.2
是旧工具,7.11.0
或更高版本可以使用。