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
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`:
22
24
> NOTE: It is not recommended to use a public IP. In a production environment, you should use a private IP.
23
25
24
26

25
27
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:
27
29
28
30

29
31
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*:
31
35
32
36

33
37
34
38
Later you'll need the FQDN for your SQL MI; it can be found as `Host` in the instance Overview:
35
39
36
40

37
41
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):
> db-user must not contain the `@<managedinstancename>` part!
51
55
52
-
Then you can deploy ODM with:
53
-
54
56
You can now install the product.
55
57
- Get the [aks-sqlmi-values.yaml](./aks-sqlmi-values.yaml) file and replace the following keys:
56
58
-`<registrysecret>` is your registry secret name
57
-
-`<postgresqlserver>` is your flexible postgres server name
58
59
-`<odmdbsecret>` is the database credentials secret name
59
60
-`<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`
61
62
-`<sqlminame>` is the name of the SQL managed instance
62
63
-`<identifier>` is the identifier of the dnsZone of the SQL managed instance
63
64
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).
0 commit comments