Skip to content

Commit f074249

Browse files
committed
Small edits
1 parent d2b1ea1 commit f074249

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/databricks-edc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Describes the steps required to use the Mendix External Database c
77

88
## Introduction
99

10-
The [External Database connector](/appstore/modules/external-database-connector/) allows you to connect to databases and select data to use in your app. You can use it to directly test connections and queries during configuration in Studio Pro at design time. For Mendix apps that use Databricks as their database, the External Database connector is the recommended integration option for Mendix 10.20.0 and up.
10+
The [External Database connector](/appstore/modules/external-database-connector/) allows you to connect to databases and select data to use in your app. You can use it to directly test connections and queries during configuration in Studio Pro at design time. For Mendix apps that use Databricks as their database, the External Database connector is the recommended integration option for Mendix 10.20.0 and above.
1111

1212
This how-to describes the steps required to enable your app to use the External Database connector with Databricks.
1313

content/en/docs/deployment/mx-azure/mx-azure-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting the installation and implementation process, make sure that you
2222
{{< figure src="/attachments/deployment/mx-azure/coadmin-permission.png" class="no-border" >}}
2323

2424
* Familiarize yourself with the [Private Cloud](https://docs.mendix.com/developerportal/deploy/private-cloud/) concepts.
25-
* Ensure that your Mendix Studio Pro is in version 10.10 or newer.
25+
* Ensure that your Mendix Studio Pro is in version 10.10 or above.
2626
* As an optional best practice, add multiple cluster manager to your clusters.
2727

2828
## Creating an Azure Cluster

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ If the SQL Server instance is an Azure SQL database, you can use [managed identi
529529

530530
SQL server databases are automated, on-demand databases. The **SQL Server** plan offers a good balance between automation, ease of use, and security when using Microsoft SQL Server or Azure SQL. If you would like to have more control over database configuration, consider using the [JDBC plan](#database-jdbc) instead.
531531

532-
If your app is using Mendix 10.10 (or a later version) consider using the [Azure managed identity authentication](#database-sqlserver-azwi) instead, for additional security.
532+
If your app is using Mendix 10.10 (or above), consider using the [Azure managed identity authentication](#database-sqlserver-azwi) instead, for additional security.
533533

534534
##### Prerequisites
535535

@@ -629,7 +629,7 @@ This section provides technical details on how managed identity authentication w
629629

630630
##### Limitations
631631

632-
* To use this feature, your app needs to be upgraded to Mendix 10.10 (or later), and your namespace needs to use Mendix Operator version 2.17.0 (or later).
632+
* To use this feature, your app needs to be upgraded to Mendix 10.10 (or above), and your namespace needs to use Mendix Operator version 2.17.0 (or above).
633633

634634
##### Environment Isolation
635635

@@ -1628,7 +1628,7 @@ In the Amazon S3 plan configuration, enter the following details:
16281628

16291629
### Azure Blob Storage {#blob-azure}
16301630

1631-
If you would like to have Mendix Operator with automation, and have full isolation between environments, use the [Azure managed identity authentication](#blob-azure-azwi) option. This option works with apps using Mendix 10.10 (or a later version).
1631+
If you would like to have Mendix Operator with automation, and have full isolation between environments, use the [Azure managed identity authentication](#blob-azure-azwi) option. This option works with apps using Mendix 10.10 (or above).
16321632

16331633
If you would like to simply share a container between environments, or to manually create a container and account per environment, use the [static credentials](#blob-azure-static) option.
16341634

@@ -1651,7 +1651,7 @@ This section provides technical details on how managed identity authentication w
16511651

16521652
##### Limitations
16531653

1654-
* To use this feature, your app needs to be upgraded to Mendix 10.10 (or later), and your namespace needs to use Mendix Operator version 2.17.0 (or later).
1654+
* To use this feature, your app needs to be upgraded to Mendix 10.10 (or above), and your namespace needs to use Mendix Operator version 2.17.0 (or above).
16551655

16561656
##### Environment Isolation
16571657

@@ -1725,7 +1725,7 @@ Azure workload identities allow a Kubernetes Service Account to authenticate its
17251725

17261726
This basic, on-demand option allows you to attach an existing Azure Blob Storage container and credentials (account name and secret key) to one or more environments. All apps (environments) will use the same Azure Blob Storage container and credentials.
17271727

1728-
If your app is using Mendix 10.10 (or a later version) consider using the [Azure managed identity authentication](#blob-azure-azwi) instead, for additional security.
1728+
If your app is using Mendix 10.10 (or above) consider using the [Azure managed identity authentication](#blob-azure-azwi) instead, for additional security.
17291729

17301730
##### Prerequisites
17311731

@@ -2148,7 +2148,7 @@ Azure recommends using [managed identity authentication](https://learn.microsoft
21482148
This guide explains how to set up and use a database and blob file storage plan using Azure best practices.
21492149

21502150
{{% alert color="warning" %}}
2151-
This feature requires an Mendix app based on Mendix 10.10 (or later) and Mendix Operator version 2.17 (or later).
2151+
This feature requires an Mendix app based on Mendix 10.10 (or above) and Mendix Operator version 2.17 (or above).
21522152
{{% /alert %}}
21532153

21542154
Before you begin, you need to create an AKS cluster and install Mendix for Private Cloud in that cluster.

content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Amazon and Azure SQL servers require additional firewall configuration to allow
262262

263263
Some managed SQL Server databases might have restrictions or require additional configuration.
264264

265-
As an alternative to static password authentication, Mendix Operator can use its Kubernetes Service Account to authenticate with Azure SQL databases. The Kubernetes Service Account is linked with a Managed Identity, and the Managed Identity replaces a static username/password. This feature requires Mendix Operator version 2.17 (or later) and Mendix 10.10 (or later).
265+
As an alternative to static password authentication, Mendix Operator can use its Kubernetes Service Account to authenticate with Azure SQL databases. The Kubernetes Service Account is linked with a Managed Identity, and the Managed Identity replaces a static username/password. This feature requires Mendix Operator version 2.17 (or above) and Mendix 10.10 (or above).
266266

267267
{{% alert color="info" %}}
268268
To use a SQL Server database, the Mendix Operator requires Superuser account with permissions to create new users and databases.
@@ -333,7 +333,7 @@ configuration details.
333333
Mendix Operator can perform the following tasks:
334334

335335
* Provide a static access key and other credentials to environments (a static config).
336-
* Handle the lifecycle of a storage container by creating a dedicated container and Azure Managed Identity for every new environment, and ensuring that an environment can only access its dedicated container (through the environment's Managed Identity); this feature works with Mendix 10.10 (or later versions).
336+
* Handle the lifecycle of a storage container by creating a dedicated container and Azure Managed Identity for every new environment, and ensuring that an environment can only access its dedicated container (through the environment's Managed Identity); this feature works with Mendix 10.10 and above.
337337

338338
A complete list of supported Azure Blob Storage modes and their required role assignments (permissions) for each one is available in [storage plan](/developerportal/deploy/standard-operator/#storage-plan) configuration details.
339339

content/en/docs/developerportal/general/team-server/migrate-to-git.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ If your main line is Studio Pro version 9.24.28 or above and your team role is S
2020

2121
Mendix recommends to combine a migration to Git with an upgrade to Mendix 10, as the advantages of Git in Mendix 9 are limited. For more details on this recommendation, see the [Recommendation on Avoiding Git Issues](/refguide/troubleshoot-repository-size/#recommendation) section in *Troubleshooting Repository Size*.
2222

23+
{{% todo %}} Do we need to mention anything about Mendix 11 here? {{% /todo %}}
24+
2325
## Apps Eligible for Migration
2426

2527
{{% alert type="info" %}}

0 commit comments

Comments
 (0)