简体   繁体   English

从 powershell 部署 Service Fabric 应用程序,无需 Service Fabric SDK

[英]Deploy Service fabric application from powershell without service fabric SDK

I am trying to deploy service fabric application from powershell.我正在尝试从 powershell 部署服务结构应用程序。 I am able to deploy with service fabric SDK.我能够使用服务结构 SDK 进行部署。 is it possible to deploy service fabric application from powershell using powershell scripts without having service fabric sdk installed?(Scenario: in a standalone service fabric cluster)是否可以在不安装服务结构 sdk 的情况下使用 powershell 脚本从 powershell 部署服务结构应用程序?(场景:在独立的服务结构集群中)

我没有使用过独立集群,但根据我使用本地开发集群的经验,是的,您需要 SDK,因为它安装了运行时(没有运行时,脚本将连接到哪个集群?)和您将使用的 Service Fabric PowerShell 模块(根据 cmdlet 的文档)。

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

相关问题 使用PowerShell将应用程序部署到服务结构 - Deploy app to service fabric with PowerShell 如何从Powershell打包Service Fabric应用程序? - How can I package a Service Fabric application from Powershell? 是否可以在Service Fabric中仅部署应用程序参数(cloud.xml),而不必更改应用程序版本? - Is it possible to deploy only Application Parameters (cloud.xml) in Service Fabric without having to change the Application version? Powershell脚本以静默方式安装Azure Service Fabric SDK,运行时和工具 - Powershell script to install Azure Service Fabric SDK, runtime and tools silently 从PowerShell部署Service Fabric。 错误 - > Get-ServiceFabricClusterManifest:群集连接实例为空 - Deploy Service Fabric from powershell. Error -> Get-ServiceFabricClusterManifest : Cluster connection instance is null Team Services部署到本地Service Fabric,而没有暴露的终结点 - Team Services deploy to on-premise Service Fabric without exposed endpoint 如何从C#执行Service Fabric Powershell命令? - How to Execute Service Fabric Powershell commands from c#? 从C#运行服务矩阵Powershell脚本 - Running service fabric powershell scripts from C# 无法获取 Service Fabric PowerShell 模块 - Unable to get Service Fabric PowerShell module 使用PowerShell连接到azure服务结构集群 - Connect to azure service fabric cluster with powershell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM