gpt4 book ai didi

azure - 如何在 Azure 上设置 VMware Tanzu TAS 以部署 .Net 4.5 应用程序

转载 作者:行者123 更新时间:2023-12-03 06:32:43 24 4
gpt4 key购买 nike

我是 Azure 和 TAS ( https://tanzu.vmware.com/application-service ) 的新手,希望在 Azure 上使用 VMWare Tanzu TAS(以前称为 Cloud Foundry)部署 .Net 4.5 Web 表单应用程序。

我获得了 Azure 试用订阅来尝试一下,但无法获得任何用于继续设置和安装的详细引用信息。

https://azuremarketplace.microsoft.com/en-us/marketplace/apps/vmware-inc.vmware_tanzu?ocid=GTMRewards_WhatsNewBlog_azure_purview_Vol177&tab=Overview&exp=ubp8

如果有人以前体验过它或有任何引用资料,那将会有很大的帮助。

最佳答案

使用VMWare Tanzu

enter image description here

  • 转到 VMware Tanzu 网络。

  • 并下载VMware Tanzu 应用程序服务

  • 并下载适用于您的工作站操作系统的Windows FS Injector工具。

  • 将 Windows Server 容器基础镜像添加到产品文件

  • ```
    winfs-injector ^
    --input-tile PASW-DOWNLOAD-PATH ^
    --output-tile PASW-IMPORTABLE-PATH

    ```

    Where:

    - `PASW-DOWNLOAD-PATH` is the path and filename to the TAS for VMs [Windows] product file you downloaded.
    - `PASW-IMPORTABLE-PATH` is the desired output path for the importable product file.
    For example:

    C:\Users\admin> winfs-injector ^
    --input-tile c:\temp\pas-windows-2.9.0-build.1.pivotal ^
    --output-tile c:\temp\pas-windows-2.9.0-build.1-INJECTED.pivotal


  • 转至 Ops Manager 安装仪表板,然后点击导入产品

  • 要将虚拟机 [Windows] 的 TAS 磁贴添加到导入产品产品列表中,请从您的文件中选择路径 PASW-IMPORTABLE-PATH 文件。工作站。

  • 要将适用于虚拟机 [Windows] 的 TAS 磁贴添加到暂存区域,请单击 适用于虚拟机 [Windows] 的 VMware Tanzu 应用程序服务 产品列表下的 + .

  • 配置虚拟机后

  • 部署 .Net 应用程序

    cf CLI 命令 cf push 将应用推送到虚拟机的 TAS。运行cf push命令的主要方式有两种:

    • 运行 cf push APP-NAME 使用默认设置以最简单的方式推送应用。
    • 运行 cf Push 命令,并使用标志和帮助程序文件进行自定义。

    默认设置:

    1. 选择应用程序的名称。

      • 应用名称必须是唯一的。
        • 在默认路由上运行的应用需要唯一的名称,因为默认路由基于应用名称。
    2. 运行以下命令:

      cf push APP-NAME

      其中 APP-NAME 是应用程序的名称。

    默认路由

    • 主机名:应用程序的名称是在 cf Push 命令中指定的名称。

    • :用于 VM 安装的 TAS 的默认应用域。

    例如;- 在具有应用程序域 apps.example.com 的虚拟机的 TAS 上运行的名为 my-app-xyz 的应用程序默认运行于URL https://my-app-xyz.apps.example.com

    来自 azure 门户

    1. 根据您的计划和订阅选择 VMware Tanzu。

    enter image description here

    enter image description here

    然后将您的 .Net 代码推送到 Git,然后使用上述 power shell 命令从 Git 部署到 Tanzu。如需了解更多信息,请参阅引用资料。

    感谢@Tanzu 文档

    引用资料取自 Deploying .NET Apps | VMware Tanzu Docs (pivotal.io)

    关于azure - 如何在 Azure 上设置 VMware Tanzu TAS 以部署 .Net 4.5 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75153482/

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