Skip to content

Commit d541f85

Browse files
committed
added a couple diagrams
1 parent d63188f commit d541f85

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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
69.9 KB
Loading

multicloud/oci-cli/README.md

Lines changed: 5 additions & 1 deletion
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
|----|---|

0 commit comments

Comments
 (0)