Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a couple diagrams #7

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions multicloud/azure-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ The steps below show how to create an Autonomous Database using the Azure CLI.
* [Subscribe to Oracle Database@Azure](https://www.youtube.com/watch?v=MEB8kB_TI2I)
* 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)

## Deploy your Autonomous Database
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:
## Deploy your Autonomous Database and your infrastructure
Use the following scripts to deploy your infrastructure and Autonomous Database:

![deployment](../images/azure-deployment.png)

**Note:** Azure OpenAI is used by the samples - but the scripts do not deploy the resource.
f
You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:

|Script|Description|
|----|---|
Expand Down
Binary file added multicloud/images/azure-deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multicloud/images/connection-console-oci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions multicloud/oci-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ The steps below show how to create an Autonomous Database using the OCI CLI.
* [Use OCI Object Storage](https://docs.oracle.com/en-us/iaas/Content/Security/Reference/objectstorage_security.htm#iam-policies)

## Deploy your Autonomous Database
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:
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:

![ADB on OCI](../images/oci-adb-github-samples.drawio.png)

You can run the scripts independently or run `create-all-resources.sh`. Simply update the [`config`](#configuration-file) prior to running the scripts:

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

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

1. Go to your Autonomous Database blade in the Azure Portal and go to **Settings -> Connections**:
![Azure Portal connections](../images/connections-portal.png)
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.
1. Go to your Autonomous Database instance in the OCI Console and click **Database Connections**:
![connection dialog](../images/connection-console-oci.png)

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.

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