Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLochou committed Oct 25, 2023
1 parent a3084e4 commit c828fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/azure/README-Azure-SQL-MI.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ The port to use should always be 3342 but you can verify it in the public JDBC c
Proceed as standard installation and create a DB authentication secret:

```bash
kubectl create secret generic odmdbsecret --from-literal=db-user=sqlmiadmin \
--from-literal=db-password='passw0rd!passw0rd!'
kubectl create secret generic <odmdbsecret> --from-literal=db-user=<sqlmiadmin> \
--from-literal=db-password='<password>'
```

> Beware! db-user must not contain the @sqlminame part!
> Beware! db-user must not contain the `@<managedinstancename>` part!
Then you can deploy ODM with:

Expand Down

0 comments on commit c828fd0

Please sign in to comment.