Skip to content

Commit 2f6510d

Browse files
authored
Merge pull request #118012 from sushantjrao/patch-2
Update best-practices-onboard-deploy.md
2 parents 9f0576a + f10e284 commit 2f6510d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/operator-service-manager/best-practices-onboard-deploy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NFDG represents the smallest component that you plan to reuse independently acro
3838

3939
For Containerized Network Function Definition Versions (CNF NFDVs), the networkFunctionApplications list can only contain helm packages. It's reasonable to include multiple helm packages if they're always deployed and deleted together.
4040

41-
For Virtualized Network Function Definition Versions (VNF NFDVs), the networkFunctionApplications list must contain one VhdImageFile and one ARM template. The ARM template should deploy a single VM. To deploy multiple VMs for a single VNF, make sure to use separate ARM templates for each VM.
41+
For Virtualized Network Function Definition Versions (VNF NFDVs), the networkFunctionApplications list must contain at least one VhdImageFile and one ARM template. The ARM template should deploy a single VM. To deploy multiple VMs for a single VNF, make sure to use separate ARM templates for each VM.
4242

4343
The ARM template can only deploy ARM resources from the following Resource Providers:
4444

@@ -50,6 +50,9 @@ The ARM template can only deploy ARM resources from the following Resource Provi
5050
- Microsoft.Authorization
5151
- Microsoft.ManagedIdentity
5252

53+
>[!NOTE]
54+
> For ARM templates containing anything beyond the above list, all PUT calls and Re-PUT on the VNF will result in validation error.
55+
5356
### Common use cases that trigger Network Function Design Version minor or major version update
5457

5558
- Updating CGS / CGV for an existing release that triggers changing the deployParametersMappingRuleProfile.

0 commit comments

Comments
 (0)