Skip to content

Commit ce3ea60

Browse files
authored
Update quickstart-containerized-network-function-create-site-network-service.md
fix parameter name
1 parent 66f31a0 commit ce3ea60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-service-manager/quickstart-containerized-network-function-create-site-network-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Create a Containerized Network Function (CNF) Site Network Service with Nginx
33
description: Learn how to create a Containerized Network Function (CNF) Site Network Service (SNS) with Nginx.
4-
author: HollyCl
5-
ms.author: hollycl
6-
ms.date: 09/07/2023
4+
author: msftadam
5+
ms.author: adamdor
6+
ms.date: 03/06/2023
77
ms.topic: quickstart
88
ms.service: azure-operator-service-manager
99
---
@@ -61,7 +61,7 @@ ms.service: azure-operator-service-manager
6161
"deployParameters": [{}],
6262
"customLocationId": "<resource id of your custom location>",
6363
"nfdv": "1.0.0",
64-
"managedIdentity": "<managed-identity-resource-id>"
64+
"managedIdentityId": "<managed-identity-resource-id>"
6565
},
6666

6767
}
@@ -81,4 +81,4 @@ You have successfully created a Site Network Service for a Nginx Container as a
8181
When you have finished, remember to delete the resources. To do this:
8282

8383
1. Delete the Operator Resource Group.
84-
1. When step 1 is complete, delete the Publisher Resource Group.
84+
1. When step 1 is complete, delete the Publisher Resource Group.

0 commit comments

Comments
 (0)