---
title: "Provision the code or configuration packages of a Service Fabric cluster."
method: POST
path: "/$/Provision"
tags: ["Cluster"]
---

# Provision the code or configuration packages of a Service Fabric cluster.

`POST /$/Provision`

Validate and provision the code or configuration packages of a Service Fabric cluster.

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Request body

- ProvisionFabricDescription — Describes the parameters for provisioning a cluster.
  - `CodeFilePath` string — The cluster code package file path.
  - `ClusterManifestFilePath` string — The cluster manifest file path.

## Response `200`

A successful response means that the code or configuration packages have been provisioned.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
