Partilhar via


Azure CLI (az) and Azure Service Fabric CLI (sfctl) Samples

The following table includes links to samples on how to manage Service Fabric clusters, applications, and services.

Important

There are two CLI utilities used to interact with Service Fabric. Azure CLI is used to manage Azure resources, such as an Azure-hosted Service Fabric cluster. Service Fabric CLI is used to directly connect to the Service Fabric cluster (regardless of where it's hosted) and manage the cluster, applications, and services.

Exemplo Descrição
Create cluster (with Azure CLI)
Create a secure Linux cluster Cria um cluster do Azure Service Fabric.
Manage applications (with Service Fabric CLI)
List applications List applications provisioned to a cluster.
Implementar uma aplicação Implante um aplicativo em um cluster.
Remover uma aplicação Remova um aplicativo de um cluster.
Atualizar um aplicativo Upgrade an already deployed application.