Skip to content

Commit 038a357

Browse files
committed
review and update doc according to odm 95
1 parent 79181df commit 038a357

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

platform/azure/README-Azure-SQL-MI.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,44 @@
22

33
This page provides instructions on setting up IBM® Operational Decision Manager (ODM) with Azure SQL Managed Instance (MI).
44

5-
Search for 'Azure SQL' among the available services and create a SQL Managed Instance or a Single instance:
5+
Search for 'Azure SQL' among the available services and create a **SQL Managed Instance** with Resource type: `Single instance`:
66

77
![Single instance](images/sqlmi-select_offer.png)
88

99
Choose the desired Resource Group for deploying the SQL Managed Instance and specify the Managed Instance name:
1010

1111
![Basics configuration](images/sqlmi-basics.png)
1212

13-
Click the link 'Configure Managed Instance' and reduce the number of CPUs allocated to the instance:
13+
Click the link `Configure Managed Instance` that is next to the *Compute + storage* parameter under **Managed Instance details** section.
14+
15+
Reduce the number of CPUs allocated for the instance to 4 vCores and apply the changes:
1416

1517
![Resources configuration](images/sqlmi-resources.png)
1618

17-
Back to basics, select `Use SQL authentication` as Authentication method and then fill in admin login and password values:
19+
Back to **Basics** tab, select the option `Use SQL authentication` as **Authentication method** and then fill in admin login and password values:
1820

1921
![Authentication](images/sqlmi-authentication.png)
2022

21-
In the Networking tab, enable `Public endpoint` and allow access from `Azure services`:
23+
In the **Networking** tab, enable `Public endpoint` and allow access from `Azure services`:
2224
> NOTE: It is not recommended to use a public IP. In a production environment, you should use a private IP.
2325
2426
![Network access](images/sqlmi-network.png)
2527

26-
You can now review your configuration and proceed to create the Managed Instance. While it can take up to six hours, in most cases, it is created in approximately one hour:
28+
Click the **Review + create** button to review your configuration and proceed to create the Managed Instance. While it can take up to six hours, in most cases, it is created in approximately one hour:
2729

2830
![Review](images/sqlmi-review.png)
2931

30-
Once the SQL Managed Instance is operational, you have the ability to establish a database within it:
32+
Once the SQL Managed Instance is operational, you have the ability to establish a database within it.
33+
34+
Click **+ New database** to create one with `odmdb` as *Database name*:
3135

3236
![New database](images/sqlmi-newdb.png)
3337

3438
Later you'll need the FQDN for your SQL MI; it can be found as `Host` in the instance Overview:
3539

3640
![SQL MI Overview](images/sqlmi-overview.png)
3741

38-
The port to use should always be 3342 but you can verify it in the public JDBC connection string from your SQL Managed Instance:
42+
The port to use should always be 3342. You can verify it in the public *JDBC* connection string of your SQL Managed Instance (under **Setting** section):
3943

4044
![JDBC string](images/sqlmi-jdbcstring.png)
4145

@@ -49,20 +53,20 @@ kubectl create secret generic <odmdbsecret> --from-literal=db-user=<sqlmiadmin>
4953
> [!WARNING]
5054
> db-user must not contain the `@<managedinstancename>` part!
5155
52-
Then you can deploy ODM with:
53-
5456
You can now install the product.
5557
- Get the [aks-sqlmi-values.yaml](./aks-sqlmi-values.yaml) file and replace the following keys:
5658
- `<registrysecret>` is your registry secret name
57-
- `<postgresqlserver>` is your flexible postgres server name
5859
- `<odmdbsecret>` is the database credentials secret name
5960
- `<mynicecompanytlssecret>` is the container certificate
60-
- `<password>` is the password to login with the basic registry users like `odmAmin`
61+
- `<password>` is the password to login with the basic registry users like `odmAdmin`
6162
- `<sqlminame>` is the name of the SQL managed instance
6263
- `<identifier>` is the identifier of the dnsZone of the SQL managed instance
6364

65+
> [!NOTE]
66+
> Make sure that you have created the registry secret and also the container certificate secret as explained in [Prepare your environment for the ODM installation](README.md#prepare-your-environment-for-the-odm-installation).
67+
6468
```shell
65-
helm install <release> ibmcharts/ibm-odm-prod --version 24.1.0 -f aks-sqlmi-values.yaml
69+
helm install <release> ibm-helm/ibm-odm-prod --version 25.0.0 -f aks-sqlmi-values.yaml
6670
```
6771

6872
Other deployment options (especially using NGINX) and IBM License Service usage are explained in the [NGINX README](README-NGINX.md).

platform/azure/README-NGINX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can now install the product.
5151
- `<postgresqlserver>` is your flexible postgres server name
5252
- `<odmdbsecret>` is the database credentials secret name
5353
- `<mynicecompanytlssecret>` is the container certificate
54-
- `<password>` is the password to login with the basic registry users like `odmAmin`
54+
- `<password>` is the password to login with the basic registry users like `odmAdmin`
5555

5656
```shell
5757
helm install <release> ibm-helm/ibm-odm-prod --version 25.0.0 -f aks-nginx-values.yaml

platform/azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ You can now install the product.
368368
- `<postgresqlserver>` is your flexible postgres server name
369369
- `<odmdbsecret>` is the database credentials secret name
370370
- `<mynicecompanytlssecret>` is the container certificate
371-
- `<password>` is the password to login with the basic registry users like `odmAmin`
371+
- `<password>` is the password to login with the basic registry users like `odmAdmin`
372372

373373
```shell
374374
helm install <release> ibm-helm/ibm-odm-prod --version 25.0.0 -f aks-values.yaml

0 commit comments

Comments
 (0)