Skip to content

Commit ca22430

Browse files
Merge pull request #295907 from msftadam/patch-64
Update quickstart-containerized-network-function-create-site-network-…
2 parents c581250 + 80b0a3c commit ca22430

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ Sites can be within a single Azure region or an on-premises location. If colloca
4040

4141
|Setting |Value |
4242
|---------|---------|
43-
|NFVI Name | Enter nginx_NFVI1. |
43+
|NFVI Name | Enter nginx-nsdg_NFVI1. |
4444
|NFVI Type | Select Azure Arc Kubernetes. |
4545
|Custom Location ID | Select your custom location that you created in the previous guide. |
4646

4747
:::image type="content" source="media/create-site-add-nfvis.png" alt-text="Screenshot showing the Add the NFVIs table to enter the name, type and custom location of the NFVIs." lightbox="media/create-site-add-nfvis.png":::
4848

4949
> [!NOTE]
50-
> This example features a single Network Function Virtual Infrastructure (NFVI) named nginx_NFVI1. If you modified the nsd_name in the input.json file while publishing the NSD, the NFVI name should be <nsd_name>_NFVI1. Ensure that the NFVI type is set to Azure Core and that the NFVI location matches the location of the prerequisite resources.
50+
> This example features a single Network Function Virtual Infrastructure (NFVI) named prefix_NFVI1. Use the prefix nginx-nsdg to matches the nsd_name used in the default input.json file. Not the prefix shown in the image.
51+
> If you otherwise modified the nsd_name in input.json, adjust the prefix appropriately to match <nsd_name>_NFVI1. Ensure that the NFVI type is set to Azure Core and that the NFVI location matches the location of the prerequisite resources.
5152
5253
1. Select **Review + create**, then select **Create**.
5354

0 commit comments

Comments
 (0)