Skip to content

Commit 7adcc01

Browse files
committed
added new article link to multiple subscriptions
1 parent 7f0fa59 commit 7adcc01

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed

articles/oracle/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ landingContent:
4949
url: oracle-db/provision-oracle-database.md
5050
- text: Provision Oracle Autonomous databases
5151
url: oracle-db/provision-autonomous-oracle-databases.md
52+
- text: Link Oracle Database@Azure to multiple Azure subscriptions
53+
url: oracle-db/link-oracle-database-multiple-azure-subscriptions.md
5254
- text: Support for Oracle Database@Azure
5355
url: oracle-db/oracle-database-support.md
54-
- text: Oracle Database@Azure FAQ
56+
- text: FAQs
5557
url: oracle-db/faq-oracle-database-azure.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Oracle Database@Azure FAQs
3-
description: Learn about answers to frequently ask questions about Oracle Database@Azure
3+
description: Learn answers to frequently ask questions about Oracle Database@Azure
44
author: jjaygbay1
55
ms.author: jacobjaygbay
66
ms.topic: concept-article
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Link Oracle Database@Azure to multiple Azure subscriptions
3+
description: Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
4+
author: jjaygbay1
5+
ms.author: jacobjaygbay
6+
ms.topic: how-to
7+
ms.service: oracle-on-azure
8+
ms.date: 08/01/2024
9+
ms.custom: engagement-fy24
10+
---
11+
12+
# Link Oracle Database@Azure to Multiple Azure Subscriptions
13+
Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
14+
15+
You can use Oracle Database@Azure within two or more [Azure subscriptions](/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources) within a single Azure account. This feature gives you the ability to isolate projects, environments, and application domains for security and cost allocation, while maintaining a single Azure account for simplified billing and account management. When using two or more Azure subscriptions with Oracle Database@Azure, all Azure subscriptions are linked to the OCI tenancy used for service onboarding.
16+
17+
## Prerequisites
18+
- You must onboard with Oracle Database@Azure before you can link Azure subscriptions to the service as described in this article. For more information, see [Onboarding with Oracle Database@Azure](onboard-oracle-database.md) and [Prerequisites for Oracle Database@Azure](onboard-oracle-database.md#prerequisites) for more information.
19+
- Add the ``Oracle.Database`` resource provider to the subscription you're adding to the service. To add the subscription, navigate to the Azure subscription details page, then select Resource providers under Settings. Select ``Oracle.Database`` in the list of providers, then select **Register**.
20+
- Add the ``Microsoft.BareMetal``, ``Microsoft.Network``, and ``Microsoft.Compute`` resources providers to the subscription you're adding to the service. Add these resources from the Azure subscription details page, as you added the ``Oracle.Database`` resource provider described in the preceding prerequisite.
21+
>[!Note]
22+
>You can't provision Oracle Database@Azure resources until these Azure resource providers are registered for the subscription you're adding.
23+
24+
## How Multiple Azure Subscriptions Work in Oracle Database@Azure
25+
During Oracle Database@Azure onboarding, you select an Azure subscription to use initially with the service. In this documentation, the subscription selected during onboarding is referred to as the primary subscription for Oracle Database@Azure. After onboarding is complete and your Azure account is linked to your OCI tenancy, the OCI tenancy has a new, automatically created [compartment](https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm) for the management of the service.
26+
27+
When you add more Azure subscriptions to your Oracle Database@Azure service, the service automatically creates a child compartment within the main Oracle Database@Azure compartment created during onboarding. You don't have to do any manual configuration of your OCI tenancy to add more Azure subscriptions to the service.
28+
29+
>[!Important]
30+
> When adding Azure subscriptions to your Oracle Database@Azure service, the new subscriptions must use the same billing account as the primary Azure subscription selected during service onboarding.
31+
32+
After you add a new Azure subscription to the Oracle Database@Azure service, you can begin provisioning database resources in that subscription. For database systems with more than one component (for example, Exadata systems with an infrastructure resource and a VM cluster resource), all components must be provisioned within the same subscription. When users are working within an Azure subscription, they only see the Oracle Database@Azure resources provisioned within that subscription. Database resources provisioned in other subscriptions aren't visible to the user.
33+
34+
## Add an Azure subscription to the Oracle Database@Azure service
35+
36+
1. Sign in to the Azure portal and navigate to the details page of your primary Oracle Database@Azure subscription (this is the subscription selected during onboarding). For more information, see [Filter and view subscriptions](/azure/cost-management-billing/manage/filter-view-subscriptions) in the Azure documentation for details. If you don't know the name of the subscription, ask your Azure account administrator.
37+
2. On the details page for your Oracle subscription, select **Add subscriptions**.
38+
3. In the **Add Azure Subscriptions** panel, select one or more subscriptions to add to your service using the **Azure Subscriptions** selector, then select **Add**.
39+
4. On the details page of the primary Oracle Database@Azure, you can see the number of active subscriptions for the service under **Account management**. When the subscriptions you added are ready for use, you see a **Validated** message in the **Account management** section.
40+
41+

articles/oracle/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ items:
3333
href: oracle-db/provision-manage-oracle-resources.md
3434
- name: Troubleshoot provisioning issues
3535
href: oracle-db/provision-troubleshoot-oracle-database.md
36+
- name: Link Oracle Database@Azure to multiple Azure subscriptions
37+
href: oracle-db/link-oracle-database-multiple-azure-subscriptions.md
3638
- name: Support for Oracle Database@Azure
3739
href: oracle-db/oracle-database-support.md
3840
- name: FAQs

0 commit comments

Comments
 (0)