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
| Resource-Group | A resource group is a container that holds related resources for an Azure solution. | NFCResourceGroupName | XYZNFCResourceGroupName | True | String |
90
90
| Location | The Azure Region is mandatory to provision your deployment. | eastus, westus3, southcentralus, eastus2euap | eastus | True | String |
91
-
| Resource-Name | The Resource-name will be the name of the Network Fabric Controller | nfcname | XYZnfcname | True | String |
91
+
| Resource-Name | The Resource-name is the name of the Network Fabric Controller.| nfcname | XYZnfcname | True | String |
92
92
| ipv4-address-space | IPv4 Network Fabric Controller Address Space, the default subnet block is 10.0.0.0/19, and it also shouldn't overlap with any of the ExpressRoute IPs | 10.0.0.0/19 | 10.0.0.0/19 | Not Required | String |
93
93
| ipv6-address-space | IPv6 Network Fabric Controller Address Space, this parameter defaults to FC00::/59, with the permissible range being /59 | "FC00::/59" | "FC00::/59" | Not Required | String |
94
94
| Express Route Circuits | The ExpressRoute circuit is a dedicated 10G link that connects Azure and on-premises. You need to know the ExpressRoute Circuit ID and Auth key for an NFC to successfully provision. There are two Express Route Circuits, one for the Infrastructure services and other one for Workload (Tenant) services | --infra-er-connections '[{"expressRouteCircuitId": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}]' <br /><br /> --workload-er-connections '[{"expressRouteCircuitId": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}]' | subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-01", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}]| True | string |
@@ -109,10 +109,11 @@ az networkfabric controller create \
109
109
--debug --no-wait
110
110
```
111
111
112
-
**Note:** The NFC creation takes between 30-45 mins.
113
-
Use the `show` command to monitor NFC creation progress.
114
-
You'll see different provisioning states such as, Accepted, updating and Succeeded/Failed.
115
-
Delete and recreate the NFC if the creation fails (`Failed`).
112
+
> [!Note] The NFC creation takes between 30-45 mins.
113
+
> Use the `show` command to monitor NFC creation progress.
114
+
> You see different provisioning states such as, Accepted, updating and Succeeded/Failed.
115
+
> Delete and recreate the NFC if the creation fails (`Failed`).
116
+
116
117
The expected output only shows running as soon as you execute via AzureCLI
0 commit comments