Skip to content

Commit c63c63b

Browse files
Merge pull request #278273 from tomvcassidy/versionsDependentToNodeType
versions dependent on nodetype
2 parents c1a9d19 + c427fb9 commit c63c63b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/service-fabric/how-to-managed-cluster-app-deployment-template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tomvcassidy
77
ms.service: service-fabric
88
ms.custom: devx-track-arm-template
99
services: service-fabric
10-
ms.date: 05/24/2023
10+
ms.date: 06/14/2024
1111
---
1212

1313
# Manage application lifecycle on a managed cluster using Azure Resource Manager
@@ -28,6 +28,9 @@ In this document, you will learn how to:
2828
> * Upgrade service fabric application resources by using Resource Manager.
2929
> * Delete service fabric application resources.
3030
31+
> [!NOTE]
32+
> This document is part four of a four-part tutorial series, beginning with [deploying a Service Fabric managed cluster](tutorial-managed-cluster-deploy.md). As such, it's expected that you deployed your cluster before this step. However, if you intend to deploy your cluster and application together, in the same ARM or Bicep template, know that `versions` must have a dependency on `nodeType`. Otherwise, the deployment fails.
33+
3134
## Deploy Service Fabric application resources
3235

3336
The high-level steps you take to deploy an application and its services by using the Resource Manager application resource model are:

0 commit comments

Comments
 (0)