主要内容

本页采用了机器翻译。点击此处可查看最新英文版本。

Azure 上的架构和资源

在 Azure® 上部署 MATLAB® Production Server™ 参考架构会在您的资源组中创建多个资源。以下部分描述了 MATLAB Production Server 的架构和部署提供的 Azure 资源。

Azure 上的 MATLAB Production Server 参考架构

MATLAB Production Server reference architecture on Azure architecture diagram

Azure 资源

Azure 中的 MATLAB Production Server 部署在您的资源组中创建以下资源。

资源名称Azure 中的资源名称描述

MATLAB Production Server dashboard virtual machine

servermachine

托管 MATLAB Production Server 仪表板的虚拟机 (VM)。使用仪表板可以:

  • 获取 HTTPS 端点以发出请求。

  • 将应用程序(CTF 文件)上传到服务器。

  • 管理服务器配置。

  • 配置仪表板和应用程序的访问控制。

有关仪表板的更多信息,请参阅使用仪表板管理 MATLAB Production Server

MATLAB Production Server public IPservermachine-public-ip

连接到 MATLAB Production Server 仪表板的公共 IP 地址。

如果您在部署期间选择不使用公共 IP 地址,ARM 模板不会创建此资源。

Virtual machine scale setvmss<uniqueID>

要部署的相同虚拟机的数量。每个虚拟机都运行一个 MATLAB Production Server 实例,而该实例又运行多个 MATLAB Production Server 工作进程。

有关如何更改虚拟机数量的信息,请参阅更改虚拟机数量

Application gatewayvmss<uniqueID>-agw

用于将流量路由至 MATLAB Production Server 实例的负载均衡器。

MATLAB Production Server 仪表板检索从应用程序网关资源向服务器发出请求的 HTTPS 端点。客户端使用 HTTPS 端点向服务器发出请求。

Storage accountserverlog<uniqueID>

存储由 MATLAB Compiler SDK™ 创建的应用程序(CTF 文件)的存储帐户。可部署的存档存储在 Azure 文件共享中。

Virtual networkvmss<uniqueID>-vnet由已部署的资源组成的虚拟网络。
Azure Cache for Redis™vmss<uniqueID>redis

Redis 缓存,可在服务器实例上运行的 MATLAB 代码调用之间缓存数据。

有关使用数据缓存的更多信息,请参阅 数据缓存基础知识

Application Insightslogs-apmservice

应用程序性能管理服务,可以存储和查看与部署相关的所有日志。

有关如何查看日志的信息,请参阅查看日志

另请参阅

主题