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