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
title: Link Oracle Database@Azure to multiple Azure subscriptions
3
-
description: Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
3
+
description: Learn how to link your Oracle Database@Azure resources to multiple Azure subscriptions.
4
4
author: jjaygbay1
5
5
ms.author: jacobjaygbay
6
6
ms.topic: how-to
@@ -10,32 +10,49 @@ ms.custom: engagement-fy24
10
10
---
11
11
12
12
# Link Oracle Database@Azure to multiple Azure subscriptions
13
-
Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
14
13
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.
14
+
In this article, learn how to link your Oracle Database@Azure resources to multiple Azure subscriptions.
15
+
16
+
You can use Oracle Database@Azure resources in multiple [Azure subscriptions](/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources) within a single Azure account. You can isolate projects, environments, and application domains for security and cost allocation while maintaining a single Azure account for simplified billing and account management. When you use two or more Azure subscriptions with Oracle Database@Azure, all Azure subscriptions are linked to the Oracle Cloud Infrastructure (OCI) tenancy that you use to onboard the service instance.
16
17
17
18
## 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).
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
19
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.
20
+
- Oracle Database@Azure is onboarded before you link Azure subscriptions to the service instance.
21
+
22
+
For more information, see [Onboard Oracle Database@Azure](onboard-oracle-database.md).
23
+
24
+
- The following resource providers are added to the subscription that you add to the service instance:
25
+
26
+
- Oracle.Database
27
+
- Microsoft.BareMetal
28
+
- Microsoft.Network
29
+
- Microsoft.Compute
30
+
31
+
You can't provision Oracle Database@Azure resources until these Azure resource providers are registered for the subscription you add.
32
+
33
+
To add a resource provider to a subscription:
34
+
35
+
1. In the Azure portal, go to the Azure subscription that you want to add.
36
+
1. In the service menu under **Settings**, select **Resource providers**.
37
+
1. In the list of providers, select the resource provider, and then select **Register**.
38
+
39
+
## Use multiple Azure subscriptions with Oracle Database@Azure
40
+
41
+
When you onboard Oracle Database@Azure, you select an Azure subscription to initially use with the service instance. In Azure documentation, the subscription you select when you onboard Oracle Database@Azure is called the *primary subscription*.
26
42
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.
43
+
When onboarding is complete and your Azure account is linked to your OCI tenancy, a new [compartment](https://docs.oracle.com/iaas/Content/Identity/compartments/managingcompartments.htm) is automatically created for the service instance. When you add an Azure subscription to your Oracle Database@Azure service instance, the service automatically creates a child compartment in the main Oracle Database@Azure compartment that was created in the onboarding process. No manual configuration of your OCI tenancy is required to add more Azure subscriptions.
28
44
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.
45
+
>[!IMPORTANT]
46
+
> When you add another Azure subscription to your Oracle Database@Azure service instance, the new subscription must use the same billing account as the Azure primary subscription.
31
47
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.
48
+
After you add a new Azure subscription to the Oracle Database@Azure service instance, you can begin provisioning database resources in that subscription. For database systems that have more than one component (for example, an Oracle Exadata system with an infrastructure resource and a virtual machine cluster resource), all components must be provisioned in the same subscription. When a user works in an Azure subscription, they can view only the Oracle Database@Azure resources that are provisioned in that subscription. Database resources that are provisioned in other subscriptions aren't visible to the user.
33
49
34
-
## Add an Azure subscription to the Oracle Database@Azure service
50
+
## Add an Azure subscription to your Oracle Database@Azure instance
35
51
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.
52
+
1. In the Azure portal, go to the details pane of your primary subscription for Oracle Database@Azure (the subscription you selected during onboarding).
40
53
54
+
For more information, see [Filter and view subscriptions](/azure/cost-management-billing/manage/filter-view-subscriptions). If you don't know the name of the subscription, contact your Azure account administrator.
41
55
56
+
1. Select **Add subscriptions**.
57
+
1. On the **Add Azure subscriptions** pane, select one or more Azure subscriptions to add to your service instance, and then select **Add**.
58
+
1. On the details pane for the Oracle Database@Azure primary subscription, under **Account management**, the number of active subscriptions for the service instance appears. When the subscription that you added is ready to use with the Oracle Database@Azure instance resources, a status of **Validated** for the subscription is shown.
description: Learn about onboarding with OracleOracle Database@Azure.
2
+
title: "Onboard Oracle Database@Azure"
3
+
description: Learn about purchase and configuration steps to onboard Oracle Database@Azure.
4
4
author: jjaygbay1
5
5
ms.service: oracle-on-azure
6
6
ms.collection: linux
@@ -10,27 +10,27 @@ ms.custom: engagement-fy23
10
10
ms.author: jacobjaygbay
11
11
---
12
12
13
-
# Onboard with Oracle Database@Azure
13
+
# Onboard Oracle Database@Azure
14
14
15
-
In this article, you learn about the purchase and configuration of Oracle Database@Azure, which is called onboarding.
15
+
In this article, learn about purchase and configuration (*onboarding*) steps for Oracle Database@Azure.
16
16
17
-
You perform most onboarding tasks only one time, during your Oracle Database@Azure deployment. After you complete the onboarding tasks, you can begin provisioning and using Oracle Database resources in your Azure environment.
17
+
You complete most onboarding tasks only once, when you create your Oracle Database@Azure deployment. After you complete the onboarding tasks, you can begin provisioning and using Oracle database resources in your Azure environment.
18
18
19
-
## Purchase Oracle Database@Azure
19
+
## Purchase options for Oracle Database@Azure
20
20
21
-
The exact set of tasks you perform depends on the type of offer you purchase (Pay as You Go or private offer) and the database products you plan to use (Oracle Autonomous Database and Oracle Exadata Database Service). For details on the differences between the Pay as You Go offer and the private offer, see [Purchase Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/getting-started.htm#oaa_purchasing).
21
+
The set of onboarding tasks you complete depends on the type of offer you purchase (pay-as-you-go or a private offer) and the database products you plan to use (Oracle Autonomous Database or Oracle Exadata). For more information about the differences between a pay-as-you-go offer and a private offer, see [Purchase Oracle Database@Azure](https://docs.oracle.com/iaas/Content/database-at-azure/getting-started.htm#oaa_purchasing).
22
22
23
-
Most of the onboarding tasks apply to all deployments. For tasks (or task sections) that depend on offer type or Oracle Database product, the documentation explains which tasks need to be completed for which scenarios.
23
+
Most Oracle Database@Azure onboarding tasks apply to all deployments. If a task is based on an offer type or on the Oracle database product you choose, specific requirements for that scenario are identified in the Azure documentation.
24
24
25
-
Onboarding uses both the Azure portal and the OCI Console.
25
+
When you set up an instance of Oracle Database@Azure, you use both the Azure portal and the Oracle Cloud Infrastructure (OCI) console.
1.[Link an OCI Account](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-4.htm#oaaonboard_task_4)
33
-
1.[Register with My Oracle Support](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-5.htm)
34
-
1.[Find the Azure Availability Zone Mapping](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-6.htm#oaaonboard_task_6) (optional)
35
-
1.[Set Up Role Based Access Control](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-7.htm#oaaonboard_task_7)
36
-
1.[Set Up Identity Federation](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-8.htm#oaaonboard_task_8) (optional)
0 commit comments