0

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.

OpenStack
  • 5,048
  • 9
  • 34
  • 69

1 Answers1

0

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...

LoekD
  • 11,402
  • 17
  • 27