Skip to content

Commit fa6a661

Browse files
authored
Merge pull request #126796 from taylorrees1/patch-16
Update oracle-database-network-plan.md
2 parents b0906d8 + c19eedd commit fa6a661

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/oracle/oracle-db/oracle-database-network-plan.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ Advanced network features enhance the virtual networking experience, offering im
3232
> [!NOTE]
3333
> Advanced network features are currently supported only for new Oracle Database@Azure deployments.
3434
> Existing virtual networks with previously created Oracle Database@Azure delegated subnets will not support these features at this time. Support for existing deployments is planned for later this year.
35-
36-
37-
### Registration required
38-
39-
To use advanced network features, you must first register using the commands below (via AZCLI) before creating your virtual network for the Oracle Database@Azure deployment.
40-
41-
```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Baremetal" ```
42-
43-
```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Network" ```
35+
> ### Registration required for delegated subnets
36+
>To use advanced network features, use the following commands (via AZCLI) to register before creating your virtual network for the Oracle Database@Azure deployment.
37+
>
38+
> ```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Baremetal" ```
39+
>
40+
> ```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Network" ```
4441
4542
> [!NOTE]
4643
> Registration state can be in the 'Registering' state for up to 60 minutes before changing to 'Registered'. Wait until the status is 'Registered' before continuing with the delegated subnet creation.

0 commit comments

Comments
 (0)