简体   繁体   English

将MSI安装到Azure Service Fabric节点

[英]Install an MSI into Azure Service Fabric node

How can I install a MSI into service fabric remotely or after a deployment? 如何将MSI远程或部署后安装到服务结构中? I have an install I need on each node in the cluster. 我在群集中的每个节点上都需要安装。 Using Remote Desktop and running the MSI is not an option. 不能选择使用远程桌面并运行MSI。 I need something that scales. 我需要扩展的东西。 Any thoughts? 有什么想法吗?

You could take a look at Desired State Configuration (DSC) there is an extension which you can use within your ARM template, it is a big topic so here is a couple of links that might help get you started. 您可以看一下Desired State Configuration(DSC),该扩展可以在ARM模板中使用,这是一个很大的主题,因此这里有几个链接可能会帮助您入门。

vmss with dsc 带有dssc的vmss

installing msi with dsc 用DSC安装MSI

I figured out how to do this using the SetupEntryPoint and ExeHost in the ServiceManifest.xml file. 我想出了如何使用ServiceManifest.xml文件中的SetupEntryPoint和ExeHost执行此操作。 See the documentation here Documentation to SetupEntryPoint 请参阅此处的文档SetupEntryPoint的文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM