---
title: "Creates or updates an application resource."
method: PUT
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}"
tags: ["Applications"]
---

# Creates or updates an application resource.

`PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}`

Creates an application resource with the specified name, description and properties. If an application resource with the same name exists, then it is updated with the specified description and properties.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `applicationResourceName` string, required

## Query parameters

- `api-version` '2018-09-01-preview', required

## Request body

- ApplicationResourceDescription — The resource model definition for Azure Resource Manager resource.
  - `id` string — Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
  - `name` string — The name of the resource
  - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

## Response `200`

OK

- ApplicationResourceDescription — The resource model definition for Azure Resource Manager resource.
  - `id` string — Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
  - `name` string — The name of the resource
  - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

## Other responses

- `201` — Created
- `202` — Accepted
- `default` — Error

---

[API](https://skmtc.net/azure/apis/seabreezemanagementclient.md) · [All operations](https://skmtc.net/azure/apis/seabreezemanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/seabreezemanagementclient/versions/4a181d9224af/schema)
