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
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/databricks-edc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Describes the steps required to use the Mendix External Database c
7
7
8
8
## Introduction
9
9
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.
11
11
12
12
This how-to describes the steps required to enable your app to use the External Database connector with Databricks.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,7 @@ If the SQL Server instance is an Azure SQL database, you can use [managed identi
529
529
530
530
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.
531
531
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.
533
533
534
534
##### Prerequisites
535
535
@@ -629,7 +629,7 @@ This section provides technical details on how managed identity authentication w
629
629
630
630
##### Limitations
631
631
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).
633
633
634
634
##### Environment Isolation
635
635
@@ -1628,7 +1628,7 @@ In the Amazon S3 plan configuration, enter the following details:
1628
1628
1629
1629
### Azure Blob Storage {#blob-azure}
1630
1630
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).
1632
1632
1633
1633
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.
1634
1634
@@ -1651,7 +1651,7 @@ This section provides technical details on how managed identity authentication w
1651
1651
1652
1652
##### Limitations
1653
1653
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).
1655
1655
1656
1656
##### Environment Isolation
1657
1657
@@ -1725,7 +1725,7 @@ Azure workload identities allow a Kubernetes Service Account to authenticate its
1725
1725
1726
1726
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.
1727
1727
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.
1729
1729
1730
1730
##### Prerequisites
1731
1731
@@ -2148,7 +2148,7 @@ Azure recommends using [managed identity authentication](https://learn.microsoft
2148
2148
This guide explains how to set up and use a database and blob file storage plan using Azure best practices.
2149
2149
2150
2150
{{% 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).
2152
2152
{{% /alert %}}
2153
2153
2154
2154
Before you begin, you need to create an AKS cluster and install Mendix for Private Cloud in that cluster.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ Amazon and Azure SQL servers require additional firewall configuration to allow
262
262
263
263
Some managed SQL Server databases might have restrictions or require additional configuration.
264
264
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).
266
266
267
267
{{% alert color="info" %}}
268
268
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.
333
333
Mendix Operator can perform the following tasks:
334
334
335
335
* 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.
337
337
338
338
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.
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/general/team-server/migrate-to-git.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
20
20
21
21
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*.
22
22
23
+
{{% todo %}} Do we need to mention anything about Mendix 11 here? {{% /todo %}}
0 commit comments