Skip to content

Commit 596d82d

Browse files
committed
feedback added
1 parent eaae7c5 commit 596d82d

16 files changed

+46
-61
lines changed

articles/oracle/oracle-db/faq-oracle-database-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ None. The OCI connection is primarily utilized for OCI control plane to manage t
134134

135135
### How do I achieve low latencies between my application and Database tiers?
136136

137-
You can deploy your application and database in the same virtual network or a peered VNETs in the same region and availability zone for lowest possible latencies.
137+
You can deploy your application and database in the same virtual network or a peered virtual networks in the same region and availability zone for lowest possible latencies.
138138

139139
## Management
140140
In this section, we cover questions related to management for Oracle Database@Azure.

articles/oracle/oracle-db/onboard-oracle-database.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

articles/oracle/oracle-db/oracle-database-autonomous-database-services.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Autonomous database services
3-
description: Learn about autonomous database services.
2+
title: Autonomous database services for Oracle Database@Azure
3+
description: Learn about autonomous database services for Oracle Database@Azure.
44
author: jjaygbay1
55
ms.author: jacobjaygbay
66
ms.topic: concept-article
77
ms.service: oracle-on-azure
88
ms.date: 08/01/2024
99
---
1010

11-
# Autonomous database services
11+
# Autonomous database services for Oracle Database@Azure
1212

1313
Oracle Database@Azure (OracleDB@Azure) provides you with a seamless integration of Oracle Autonomous Database resources within your Microsoft Azure cloud environment.
1414

15-
You access the OracleDB@Azure service through the Microsoft Azure Portal. You create and manage Oracle Autonomous Database resources. For additional Autonomous Database functionality, you have direct access to the Oracle Cloud Infrastructure (OCI) portal.
15+
You access the OracleDB@Azure service through the Microsoft Azure portal. You create and manage Oracle Autonomous Database resources. For additional Autonomous Database functionality, you have direct access to the Oracle Cloud Infrastructure (OCI) portal.
1616

1717
There are IP address requirement differences between Oracle Database@Azure and Oracle Cloud Infrastructure (OCI).
1818
* Oracle Database@Azure reserves 13 IP addresses for the client subnet versus 3 for OCI requirements.
@@ -27,4 +27,4 @@ The following articles provide specifics of the creation and management tasks as
2727
* [Terraform/OpenTofu examples for Autonomous Database services](oracle-database-examples-autonomous-database-services.md)
2828
* [Troubleshoot autonomous database services](oracle-database-troubleshoot-autonomous-database-services.md)
2929

30-
For more information on specific Oracle Autonomous Database topics beyond their implementation and use within OracleDB@Azure, see [Using Oracle Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/index.html).
30+
For more information on specific Oracle Autonomous Database articles beyond their implementation and use within OracleDB@Azure, see [Using Oracle Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/index.html).

articles/oracle/oracle-db/oracle-database-delegated-subnet-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Delegated subnet limits
2+
title: Delegated subnet limits for Oracle Database@Azure
33
description: Learn about Delegated subnet limits for Oracle Database@Azure.
44
author: jjaygbay1
55
ms.author: jacobjaygbay
@@ -8,7 +8,7 @@ ms.service: oracle-on-azure
88
ms.date: 08/01/2024
99
---
1010

11-
# Delegated subnet limits
11+
# Delegated subnet limits for Oracle Database@Azure
1212

1313
In this article, you learn about delegated subnet limits for Oracle Database@Azure.
1414

articles/oracle/oracle-db/oracle-database-examples-autonomous-database-services.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Terraform/OpenTofu examples for autonomous database services
3-
description: Learn about Terraform/OpenTofu examples for autonomous database services.
2+
title: Terraform/OpenTofu examples for Oracle Database@Azure services
3+
description: Learn about Terraform/OpenTofu examples for Oracle Database@Azure services.
44
author: jjaygbay1
55
ms.author: jacobjaygbay
66
ms.topic: concept-article
77
ms.service: oracle-on-azure
88
ms.date: 08/01/2024
99
---
1010

11-
# Terraform/OpenTofu examples for autonomous database services
11+
# Terraform/OpenTofu examples for Oracle Database@Azure services
1212

1313
Using HashiCorp Terraform, you can provision and manage resources for Oracle Database@Azure using the Terraform tool that enables you to provision and manage infrastructure in Oracle Cloud Infrastructure (OCI).
1414

@@ -23,9 +23,7 @@ For more information on reference implementations for Terraform or OpenTofu modu
2323
The samples use example values for illustration purposes. You must replace them with your own settings.
2424
The samples use [AzAPI Dynamic Properties](https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic-properties/ba-p/4121855) instead of `JSONEncode` for more native Terraform behavior.
2525

26-
## Oracle Autonomous Database Services
27-
28-
### Create delegated subnet for Oracle Database@Azure
26+
## Create delegated subnet for Oracle Database@Azure
2927

3028
```resource "azurerm_resource_group" "resource_group" {
3129
location = "eastus"
@@ -59,7 +57,7 @@ module "avm_odbas_network" {
5957
}
6058
```
6159

62-
### Create an Oracle Autonomous Database
60+
## Create an Oracle Autonomous Database
6361

6462
```terraform {
6563
required_providers {

articles/oracle/oracle-db/oracle-database-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: jacobjaygbay
1111

1212
# Get started with Oracle Database@Azure
1313

14-
In this article, you learn learn how to purchase and use Oracle Database@Azure.
14+
In this article, you learn about how to purchase and use Oracle Database@Azure.
1515

1616
Oracle Database@Azure is an Oracle database service running on Oracle Cloud Infrastructure (OCI), colocated in Microsoft data centers. This ensures that the Oracle Database@Azure service has the fastest possible access to Azure resources and applications.
1717

0 commit comments

Comments
 (0)