Skip to content

Commit c78dda5

Browse files
Update pmp-quickstart.md
1 parent 1901e56 commit c78dda5

1 file changed

Lines changed: 39 additions & 3 deletions

File tree

content/en/docs/private-platform/pmp-quickstart.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before starting the installation process, make sure that you have all the necess
4747
* An optional Redis server version 6.2.0 or higher, for the task queue and cache. Using Redis is recommended for high availability, where you expect a high volume of webhook calls, or if you have multiple Svix servers. As a best practice, enable persistence in Redis so that tasks are persisted across Redis server restarts and upgrades.
4848

4949
* If you plan to use the AWS Secret Manager, install an AWS provider at your cluster, as described in [Kubernetes Secrets Store CSI Driver](https://secrets-store-csi-driver.sigs.k8s.io/).
50-
* If you plan to use the Azure Key Vault, see [Configuring a Secret Store with Azure Key Vault](/developerportal/deploy/secret-store-credentials/#azure-key-vault).
50+
* If you plan to use Azure Key Vault, see [Configuring a Secret Store with Azure Key Vault](/developerportal/deploy/secret-store-credentials/#azure-key-vault).
5151

5252
## Installing and Configuring the Mendix Operator {#install-operator}
5353

@@ -157,7 +157,7 @@ To use the secret provider option for your database plan or storage plan, config
157157
| Data Type | Key | Example Value |
158158
| --- | --- | --- |
159159
| Database type (for example, PostgreSQL) | **database-type** | `PostgreSQL` |
160-
| Database Jdbc Url | **database-jdbc-url** | `jdbc:postgresql://pg.example.com:5432/my-app-1?sslmode=prefer` |
160+
| Database Jdbc URL | **database-jdbc-url** | `jdbc:postgresql://pg.example.com:5432/my-app-1?sslmode=prefer` |
161161
| Database host | **database-host** | `pg.example.com:5432` |
162162
| Database name | **database-name** | `my-app-1` |
163163
| Database user name | **database-username** | `my-app-user-1` |
@@ -184,7 +184,43 @@ Currently, only AWS S3 or S3-compatible providers are supported.
184184
| PCLM admin password | **pclm-admin-password** |
185185
| Private Mendix Platform admin password | **mx-admin-password** |
186186
187-
### Installing Private Cloud License Manager {#install-pclm}
187+
## Optional: Configuring Azure Key Vault
188+
189+
To use the secret provider option for your database plan or storage plan, configure the following keys in your Azure Key Vault. All keys are required unless noted otherwise.
190+
191+
### Database Plan Keys
192+
193+
| Data Type | Key | Example Value |
194+
| --- | --- | --- |
195+
| Database type (for example, SQLSERVER or PostgreSQL) | **database-type** | `PostgreSQL` |
196+
| Database Jdbc URL | **database-jdbc-url** | `jdbc:postgresql://test.database.azure.com:5432/testpmp?sslmode=prefer` |
197+
| Database host | **database-host** | `test.database.azure.com:5432` |
198+
| Database name | **database-name** | `testpmp` |
199+
| Database user name | **database-username** | `pxx` |
200+
| Database password | **database-password** | `passxx` |
201+
202+
### Storage Plan Keys
203+
204+
| Data Type | Key | Example Value | Notes |
205+
| --- | --- | --- | --- |
206+
| Storage service name | **storage-service-name** | `com.mendix.storage.azure` | |
207+
| Azure storage account | **storage-azure-account-name** | `examplename` | This value is required only for Azure Blob Storage with the static authentication method. |
208+
| Azure storage account key | **storage-azure-account-key** | `examplekey` | This value is required only for Azure Blob Storage with the static authentication method. |
209+
| Azure storage container name | **storage-azure-container** | `examplecontainer` | |
210+
| Use configured CA trust for file storage | **storage-use-ca-certificates** | `true` | |
211+
| Use HTTP for Azure | **storage-azure-use-https** | `true` | |
212+
| Delete files from storage when deleted in the app | **storage-perform-delete** | `true` | |
213+
| Use managed identity authentication for Azure Blob Storage | **storage-azure-use-default-azure-credential** | `false` | Set to `true` to use managed identity authentication for Azure Blob Storage. |
214+
| Azure Blob Storage endpoint | **storage-azure-blob-endpoint** | `https://example.blob.core.windows.net/` | |
215+
216+
### Administrator Passwords
217+
218+
| Data Type | Key |
219+
| --- | --- |
220+
| PCLM admin password | **pclm-admin-password** |
221+
| Private Mendix Platform admin password | **mx-admin-password** |
222+
223+
## Installing Private Cloud License Manager {#install-pclm}
188224
189225
Private Cloud License Manager is a required component of Private Mendix Platform. Before you install the Platform, install PCLM by doing the following steps:
190226

0 commit comments

Comments
 (0)