You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-upgrade-nexus-fabric-template.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ Runtime changes are categorized as follows:
63
63
- <MISE_CID>: Microsoft.Identity.ServiceEssentials (MISE) Correlation ID in debug output for Device updates
64
64
- <CORRELATION_ID>: Operation Correlation ID in debug output for Device updates
65
65
- <ASYNC_URL>: Asynchronous (ASYNC) URL in debug output for Device updates
66
-
- <LINK_TO_TELCO_INPUT>: Link to the Instance Telco Input file
67
66
68
67
</details>
69
68
@@ -78,7 +77,6 @@ Runtime changes are categorized as follows:
78
77
- Subscription Name: <CUSTOMER_SUB_NAME>
79
78
- Subscription ID: <CUSTOMER_SUB_ID>
80
79
- Tenant ID: <CUSTOMER_SUB_TENANT_ID>
81
-
- Telco Input: <LINK_TO_TELCO_INPUT>
82
80
```
83
81
84
82
</details>
@@ -108,9 +106,9 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
108
106
109
107
</details>
110
108
111
-
## Pre-Checks
109
+
## Prechecks
112
110
<details>
113
-
<summary> Pre-checks before starting Fabric upgrade </summary>
111
+
<summary> Prechecks before starting Fabric upgrade </summary>
114
112
115
113
1. The following role permissions should be assigned to end users responsible for Fabric create, upgrade, and delete operations.
116
114
@@ -119,7 +117,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
119
117
* Microsoft.NexusIdentity/identitySets/write
120
118
* Microsoft.NexusIdentity/identitySets/delete
121
119
* Ensure that `Role Based Access Control Administrator` is successfully activated.
122
-
* Check in Azure portal from the following path: `Network Fabrics` -> <NF_NAME> -> `Access control (IAM)` -> `View my access`.
120
+
* Check in Azure portal from the following path: `Network Fabrics` -> `<NF_NAME>` -> `Access control (IAM)` -> `View my access`.
123
121
* In current 'Role assignments', you should see the following two roles:
124
122
- Nexus Contributor
125
123
- Role Based Access Control Administrator
@@ -305,7 +303,7 @@ Review the Operator Nexus release notes for any version specific actions require
305
303
306
304
Validate the health and status of all the Nexus Instance resources with the [Nexus Instance Readiness Test (IRT)](howto-run-instance-readiness-testing.md).
307
305
308
-
To perform a resource validation of the Nexus Instance components post-upgrade through Azure CLI:
306
+
If not using IRT, perform resource validation of all Nexus Instance components with Azure CLI:
309
307
```
310
308
# NFC
311
309
az networkfabric controller list --subscription <CUSTOMER_SUB_ID> -o table
@@ -347,7 +345,6 @@ Reference links for Fabric upgrade:
0 commit comments