Skip to content

Commit bc2385f

Browse files
authored
Merge pull request #7 from martygubar/main
added a couple diagrams
2 parents 04fe36e + 05a43bc commit bc2385f

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

multicloud/azure-cli/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ The steps below show how to create an Autonomous Database using the Azure CLI.
1111
* [Subscribe to Oracle Database@Azure](https://www.youtube.com/watch?v=MEB8kB_TI2I)
1212
* Ensure you have the appropriate user groups and privileges. See [details for onboarding Autonomous Database](https://learn.microsoft.com/en-us/azure/oracle/oracle-db/onboard-oracle-database)
1313

14-
## Deploy your Autonomous Database
15-
Use the following scripts to deploy your infrastructure and Autonomous Database. You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:
14+
## Deploy your Autonomous Database and your infrastructure
15+
Use the following scripts to deploy your infrastructure and Autonomous Database:
16+
17+
![deployment](../images/azure-deployment.png)
18+
19+
**Note:** Azure OpenAI is used by the samples - but the scripts do not deploy the resource.
20+
f
21+
You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:
1622

1723
|Script|Description|
1824
|----|---|
111 KB
Loading
494 KB
Loading
69.9 KB
Loading

multicloud/oci-cli/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ The steps below show how to create an Autonomous Database using the OCI CLI.
1515
* [Use OCI Object Storage](https://docs.oracle.com/en-us/iaas/Content/Security/Reference/objectstorage_security.htm#iam-policies)
1616

1717
## Deploy your Autonomous Database
18-
Use the following scripts to deploy your Autonomous Database and sample data. You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:
18+
Use the following scripts to deploy your Autonomous Database and sample data on OCI. Because the sample script deploys ADB on a public endpoint, the architecture is very simple:
19+
20+
![ADB on OCI](../images/oci-adb-github-samples.drawio.png)
21+
22+
You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:
1923

2024
|Script|Description|
2125
|----|---|
@@ -66,9 +70,10 @@ JDBC is a common way to connect to Autonomous Database. For example, you can use
6670

6771
Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can find the connection string in different ways.
6872

69-
1. Go to your Autonomous Database blade in the Azure Portal and go to **Settings -> Connections**:
70-
![Azure Portal connections](../images/connections-portal.png)
71-
2. Use the Azure cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.
73+
1. Go to your Autonomous Database instance in the OCI Console and click **Database Connections**:
74+
![connection dialog](../images/connection-console-oci.png)
75+
76+
2. Use the OCI cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.
7277

7378
<hr>
7479
Copyright (c) 2024 Oracle and/or its affiliates.<br>

0 commit comments

Comments
 (0)