How to deploy into a Service Fabric cluster using CLI

145 Views Asked by At

I want to deploy a container image onto Service Fabric cluster running on Azure. I have already pushed image on Azure Container Registry. Using command line interface, how can I deploy container image into Service Fabric Cluster running on Azure?

I looked at sfctl command but could not find anything helpful.

1

There are 1 best solutions below

0
LoekD On

An easy way to do this is by using sfctl compose create. With this command you deploy a container to the cluster by using a docker-compose file.

Getting started...