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

Azure 资源
Azure 中的 MATLAB Production Server 部署在您的资源组中创建以下资源。
| 资源名称 | Azure 中的资源名称 | 描述 |
|---|---|---|
MATLAB Production Server dashboard virtual machine | servermachine | 托管 MATLAB Production Server 仪表板的虚拟机 (VM)。使用仪表板可以:
有关仪表板的更多信息,请参阅使用仪表板管理 MATLAB Production Server。 |
| MATLAB Production Server public IP | servermachine-public-ip | 连接到 MATLAB Production Server 仪表板的公共 IP 地址。 如果您在部署期间选择不使用公共 IP 地址,ARM 模板不会创建此资源。 |
| Virtual machine scale set | vmss<uniqueID> | 要部署的相同虚拟机的数量。每个虚拟机都运行一个 MATLAB Production Server 实例,而该实例又运行多个 MATLAB Production Server 工作进程。 有关如何更改虚拟机数量的信息,请参阅更改虚拟机数量。 |
| Application gateway | vmss<uniqueID>-agw | 用于将流量路由至 MATLAB Production Server 实例的负载均衡器。 MATLAB Production Server 仪表板检索从应用程序网关资源向服务器发出请求的 HTTPS 端点。客户端使用 HTTPS 端点向服务器发出请求。 |
| Storage account | serverlog<uniqueID> | 存储由 MATLAB Compiler SDK™ 创建的应用程序(CTF 文件)的存储帐户。可部署的存档存储在 Azure 文件共享中。 |
| Virtual network | vmss<uniqueID>-vnet | 由已部署的资源组成的虚拟网络。 |
| Azure Cache for Redis™ | vmss<uniqueID>redis | Redis 缓存,可在服务器实例上运行的 MATLAB 代码调用之间缓存数据。 有关使用数据缓存的更多信息,请参阅 数据缓存基础知识。 |
| Application Insights | logs-apmservice | 应用程序性能管理服务,可以存储和查看与部署相关的所有日志。 有关如何查看日志的信息,请参阅查看日志。 |