gpt4 book ai didi

azure - 本地迁移到 Azure

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

我有一个在本地主机上运行的 Web 应用程序,我想使用 azure 应用服务或 azure vm 在线启动它。哪个是最好的选择?

托管Web应用程序的解决方案

最佳答案

有多种方法可以将应用程序部署到 Azure 云。

方法 1:Azure 应用服务是用于部署应用程序和扩展应用程序的完全托管平台。它具有内置的网络托管功能,并支持多种语言和框架。

请按照以下步骤将应用程序部署到应用服务

1.使用 Visual Studio 应用程序创建示例 Web 应用程序。

enter image description here

  • 创建一个新项目
  • enter image description here

  • 右键单击创建的应用程序并选择发布
  • Note: Before publish application to Azure, login to visual studio with Azure Account.

    enter image description here

  • 选择目标 - Azure 云。
  • enter image description here

    5.选择目标平台windowsLinux

    enter image description here

  • 点击应用服务(Windows)>应用服务(Windows)中的新建(窗口)” >新建。<
  • enter image description here

  • 选择您的订阅、资源组和托管计划
  • enter image description here

  • 检查 Visual Studio 帐户中的应用程序部署状态。
  • enter image description here

    9.将应用程序部署到 Azure 应用服务后,使用 Azure 应用服务 URL 测试应用程序。

    转到 Azure 门户 > Azure 应用服务 > 概述 > 网址

    enter image description here

  • 使用应用服务网址的应用
  • enter image description here

    方法2:Azure VM

    要使用 IISAzure VM 中部署应用程序,您可以按照以下步骤操作:

    1. 创建具有所需配置(例如操作系统和大小)的 Azure 虚拟机。

    Azure 门户 > 创建 > 选择服务器操作系统。

    enter image description here

    2.使用RDP连接到Azure VM。

    enter image description here

  • 您可以使用FTP将代码上传到Azure VM

  • 现在,打开IIS 管理器并在该IIS中创建一个新网站。

  • 之后,您可以将网站配置为指向虚拟机上应用程序代码的位置。

  • 最后,测试您的应用程序。

  • 关于azure - 本地迁移到 Azure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75247934/

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