将 Web 应用程序部署到 Visual Studio Team Service 中的不同 Azure 帐户
Deploy Web application to a different Azure account in Visual Studio Team Service
-
azure
-
continuous-integration
-
continuous-deployment
-
continuous-delivery
-
azure-pipelines-release-pipeline
是否可以使用第二个 Azure 帐户来设置我的应用程序的部署位置?
For example, using my account to manage the project, but use my
client's azure subscription to deploys the web application.
在 Service Endpoints 在 13:27 的视频中,他们的天蓝色界面有一些我没有的选项。可能是因为我的免费订阅。
我假设您在谈论 VSTS Online Build/Release 管理?如果是这样,那么是的。为了连接到 Azure,您需要创建 Service Endpoints 然后可以在各种 build/release 管道步骤中使用。
基本上,您可以使用您的帐户登录来管理管道,然后启动针对目标订阅的已配置服务端点执行的任务。
您可以参考下面的这篇文章来设置 Azure 资源管理器端点,然后通过使用 Azure App Service Deploy step/task 和该端点将您的应用程序部署到 Azure。
azure
continuous-integration
continuous-deployment
continuous-delivery
azure-pipelines-release-pipeline
是否可以使用第二个 Azure 帐户来设置我的应用程序的部署位置?
For example, using my account to manage the project, but use my client's azure subscription to deploys the web application.
在 Service Endpoints 在 13:27 的视频中,他们的天蓝色界面有一些我没有的选项。可能是因为我的免费订阅。
我假设您在谈论 VSTS Online Build/Release 管理?如果是这样,那么是的。为了连接到 Azure,您需要创建 Service Endpoints 然后可以在各种 build/release 管道步骤中使用。
基本上,您可以使用您的帐户登录来管理管道,然后启动针对目标订阅的已配置服务端点执行的任务。
您可以参考下面的这篇文章来设置 Azure 资源管理器端点,然后通过使用 Azure App Service Deploy step/task 和该端点将您的应用程序部署到 Azure。