Skip to content

Commit 09ef547

Browse files
authored
Merge pull request #126752 from taylorrees1/patch-13
Update oracle-database-network-plan.md
2 parents 7d3ca8c + 02f861b commit 09ef547

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ There are two types of network features: default and advance.
1818

1919
### Default network features
2020
Default network features enable basic network connectivity for both new and existing Oracle Database@Azure deployments. These features are available across all supported Oracle Database@Azure regions and provide the foundational networking required for your deployment
21-
### Advanced network features
21+
### Advanced network features (preview)
2222
Advanced network features enhance the virtual networking experience, offering improved security, performance, and control—similar to standard Azure VMs. These features are currently in public preview and available in the following regions:
23-
* Australia East
23+
* Australia East
24+
* Australia Southeast
2425
* Central US
2526
* East US
2627
* East US2
@@ -35,12 +36,15 @@ Advanced network features enhance the virtual networking experience, offering im
3536

3637
### Registration required
3738

38-
To use advanced network features, you must first register using the commands below before creating your virtual network for the Oracle Database@Azure deployment.
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.
3940

4041
```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Baremetal" ```
4142

4243
```Register-AzProviderFeature -FeatureName "EnableRotterdamSdnApplianceForOracle" -ProviderNamespace "Microsoft.Network" ```
4344

45+
> [!NOTE]
46+
> 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.
47+
4448
## Supported topologies
4549

4650
The following table describes the network topologies that are supported by each configuration of network features for Oracle Database@Azure.

0 commit comments

Comments
 (0)