Search code examples
azure-service-fabric

Push app package using REST API


I have installed a standalone cluster on my server. I see almost all of the commands are supported by tools but can't find a way to push an app package using the REST API. Is that possible?


Solution

  • I ended up using sfctl CLI to manage the cluster. It uses HTTP connection.

    From the docs, I found that Upload File could be used to upload the app package to image store.