Skip to content

Commit 98a43bd

Browse files
Merge pull request #10250 from mendix/olu-flexible-env-oct25
Flexible environment doc update with new feature change
2 parents 253a309 + a368baf commit 98a43bd

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

content/en/docs/deployment/mendix-cloud-deploy/behavior-of-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Therefore, do not assume that an established WebSocket connection will remain op
6262
## Move to Kubernetes
6363
6464
* Only [supported Mendix versions](https://docs.mendix.com/releasenotes/studio-pro/lts-mts/) are able to move to Kubernetes.
65-
* The platform configures `CF_INSTANCE_INDEX=0` for 1 of the instances to define a leader instance and to make [Community Commons](/appstore/modules/community-commons-function-library/) function `GetCFInstanceIndex` partially backwards compatible. The leader instance will return `0`. All follower instances will return `-1`. We advise to stop using function `GetCFInstanceIndex` as it is Cloud Foundry specific.
65+
* The platform configures `CF_INSTANCE_INDEX=0` for 1 of the instances to define a leader instance and to make [Community Commons](/appstore/modules/community-commons-function-library/) function `GetCFInstanceIndex` partially backwards compatible. The leader instance will return `0` while all follower instances will return `-1`. We advise stopping the use of the `GetCFInstanceIndex` function as it is specific to Cloud Foundry.
6666
* If your model is using the [SAML module](https://marketplace.mendix.com/link/component/1174), these versions are compatible with Kubernetes:
6767
* Mendix 9 – Version 3.6.19 and higher.
6868
* Mendix 10 – Version 4.1.0 and higher.

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ In the **Application Status** section of the **General** tab, you can find the f
9292
* **Project ID** – the unique identifier of the app
9393
* **Environment ID** – the unique identifier of the environment
9494
* **Running Since** – the date the app was started, if it is running
95-
* **Name** – the type of environment (Acceptance, Production, Test, or the name of a [flexible environment](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments)); for more information, see the [Naming of Environments](#naming) section below
95+
* **Display Name** – the type of environment (Acceptance, Production, Test, or the name of a [flexible environment](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments)); for more information, see the [Naming of Environments](#naming) section below
96+
* **Subdomain Suffix** – the application's subdomain name
9697
* **URL** – the URL of the app
9798
* **Custom Domains** – any [custom domains](/developerportal/deploy/custom-domains/) of the app; to add a new domain, click **Add Custom Domain**
9899
* **Studio Pro Target** – a **Yes** or **No** value indicating whether the environment is the designated deployment target from Studio Pro; for more information, see [Studio Pro Deployment Settings](/developerportal/deploy/studio-deployment-settings/)
@@ -103,18 +104,19 @@ In the **Application Status** section of the **General** tab, you can find the f
103104

104105
#### Naming of Environments – Flexible Environments in Mendix Cloud {#naming}
105106

106-
If you are the app's [Technical Contact](/developerportal/general/app-roles/#technical-contact), you can rename the environments.
107+
If you are the app's [Technical Contact](/developerportal/general/app-roles/#technical-contact), you can rename the environment’s **Subdomain Suffix** or **Display Name** by clicking **Change** next to either of the options.
107108

108-
To rename an environment, follow these steps:
109-
110-
1. Click **Change** next to the name of the environment.
111-
2. Enter the new name, which must meet the following requirements:
112-
* Consists of at least two characters.
113-
* Consists of only alphanumeric characters and hyphens (`a-z`, `A-Z`, `0-9`, and `-`).
114-
* Does not begin or end with a hyphen.
109+
* **Display Name requirements**:
110+
* Must start and end with an alphanumeric or non-latin character
111+
* Must contain two or more alphanumeric or non-latin characters and hyphens (–)
112+
* Maximum of 200 characters are allowed
113+
* **Subdomain Suffix requirements**
114+
* Consists of at least two characters
115+
* Consists of only alphanumeric characters and hyphens (`a-z`, `A-Z`, `0-9`, and `-`)
116+
* Does not begin or end with a hyphen
115117

116118
{{% alert color="info" %}}
117-
After you rename an environment, it may take up to 15 minutes before you can access an app via its URL. This is because the URL includes the name of the environment, and the old value needs to be removed from the DNS cache. It may take considerably longer for the change to be visible worldwide.
119+
After you rename an environment’s subdomain suffix, it may take up to 15 minutes before you can access an app via its URL. This is because the URL includes the subdomain name of the environment, and the old value needs to be removed from the DNS cache. It may take considerably longer for the change to be visible worldwide.
118120
{{% /alert %}}
119121

120122
### Deployment Package Details
@@ -139,7 +141,6 @@ It also includes the option to change your plan. For details, refer to [Changing
139141
* **Database Plan Space** – the storage capacity of the database
140142
* **Database Plan Memory** – the database's RAM size
141143
* **File Storage** – available size for storing blobs
142-
* **Backup Storage** – total size available for database backup files
143144
* **Multi-AZ Enabled** – a **Yes** or **No** value indicating whether multiple availability zones are enabled
144145

145146
#### Scaling {#scaling}

0 commit comments

Comments
 (0)