Skip to content

Commit 9ad4110

Browse files
Merge pull request #9415 from mendix/olu-proofreading-mendix-cloud
Proofreading task update for 'Mendix Cloud'
2 parents 22c4b01 + 557a19b commit 9ad4110

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • content/en/docs/deployment/mendix-cloud-deploy

content/en/docs/deployment/mendix-cloud-deploy/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Mendix Cloud is the default deployment option for Mendix applications. It is a p
1414

1515
There are several options for deployment with Mendix Cloud:
1616

17-
* [Mendix Free](https://www.mendix.com/pricing/start-for-free/) – If you are new to the Mendix community and would like to create, deploy, and share your own app, you can do so for free using Mendix's limited Free App environment. Note that Free Apps do not support complex or large applications, only run for a couple of hours before shutting down, cannot be scaled, and provide limited operational information.
17+
* [Mendix Free](https://www.mendix.com/pricing/start-for-free/) – If you are new to the Mendix community and want to create, deploy, and share your own app, you can do so for free using Mendix's limited Free App environment. Note that Free Apps do not support complex or large applications, only run for a couple of hours before shutting down, cannot be scaled, and provide limited operational information.
1818
* [Mendix Cloud with licensed nodes](https://www.mendix.com/evaluation-guide/app-lifecycle/mendix-cloud-features/) – With a license, you can take advantage of Mendix Cloud's full features, including deep insights, alerting, high availability, and backups.
19-
* [Mendix Cloud Dedicated](https://www.mendix.com/evaluation-guide/app-lifecycle/mendix-cloud-overview/#mendix-cloud-vpc) – Organizations can also have their own Mendix Cloud. Mendix Cloud Dedicated is a single-tenant instance of the public Mendix Cloud, running the apps of only one organization.
19+
* [Mendix Cloud Dedicated](https://www.mendix.com/evaluation-guide/app-lifecycle/mendix-cloud-overview/#mendix-cloud-vpc) – Organizations can have their own Mendix Cloud through Mendix Cloud Dedicated, a single-tenant instance of the public Mendix Cloud that runs only that organization's applications.
2020

2121
### Free App {#free-app}
2222

@@ -45,13 +45,13 @@ Free Apps make it possible to start creating and deploying apps with Mendix for
4545

4646
#### Sleep Mode
4747

48-
As noted in the table above, a Free App goes into sleep mode after about an hour of inactivity. If you access the app while it is inactive, it displays the following message:
48+
Due to the limitations of a Free App, it enters sleep mode after about an hour of inactivity. If you access the app during this time, it displays the following message:
4949

5050
{{< figure src="/attachments/deployment/mendix-cloud-deploy/appresumed.png" alt="A Resuming app message" width=60% class="no-border" >}}
5151

52-
If, after a couple of minutes, your app does not wake up, contact [Mendix Support](https://support.mendix.com).
52+
If your app does not wake up after a few minutes, contact [Mendix Support](https://support.mendix.com).
5353

54-
You can upgrade a Free App to a licensed app running on a node in Mendix Cloud. For more information, see [Licensing Mendix Cloud Apps](/developerportal/deploy/licensing-apps/).
54+
To prevent your Free App going into sleep mode, upgrade to a licensed app running on a node in Mendix Cloud. For more information, see [Licensing Mendix Cloud Apps](/developerportal/deploy/licensing-apps/).
5555

5656
#### Archiving of Free Apps {#free-apps-archival}
5757

@@ -64,7 +64,7 @@ There are two ways to prevent your Free App from being archived:
6464

6565
#### Deletion of Unused Projects {#projects-deletion}
6666

67-
If a project has never seen any activity since it was created, it is kept on the Team Server for a maximum of one year. After this, the project on the Mendix Platform, its repository on the Team Server, and any Mendix Cloud resources will be permanently deleted.
67+
If a project has never seen any activity since it was created, it is kept on the Team Server for a maximum of one year. After this, the project on the Mendix Platform, its repository on the Team Server, and any Mendix Cloud resources associated with the project will be permanently deleted.
6868

6969
The system uses the following criteria when determining if an app is unused:
7070

@@ -75,7 +75,7 @@ The system uses the following criteria when determining if an app is unused:
7575
* The app was created more than a year ago
7676
* No commits since the app was created
7777

78-
Once a project is marked for deletion, the system uses a grace period of 14 calendar days before it is permanently deleted.
78+
Once a project is marked for deletion, the system applies a grace period of 14 calendar days before it is permanently deleted.
7979

8080
You can prevent this clean up by performing one of the following actions:
8181

@@ -95,7 +95,7 @@ Each environment can only run a single version of an app. Additionally, all the
9595

9696
#### Flexible Environments {#flexible-environments}
9797

98-
If the standard environments that you get with a licensed app do not meet your requirements, you can request a Mendix Cloud node with Flexible Environments. With Flexible Environments, you can specify how many environments you want in your node. You can also decide what they should be called.
98+
If the standard environments that you get with a licensed app do not meet your requirements, you can request a Mendix Cloud node with Flexible Environments. With Flexible Environments, you can specify how many environments you want in your node. You can also decide what to call them.
9999

100100
### Database
101101

@@ -215,13 +215,13 @@ With a premium plan, you can replicate application data in Mendix Cloud to anoth
215215

216216
You can also purchase a Premium Plus plan, which provides all the features of the Premium plan, with the addition of Regional Fallback.
217217

218-
With Regional Fallback, a copy of your database and FileDocuments is maintained in a completely separate region. For example, if your app normally runs in us-east-1, a copy of your data is made in us-west-2. If all the AZs in the primary region become unavailable, you can then choose to run your app temporarily in the secondary region with the data that has been copied to that region. Once the primary region is back online, you can then revert your app to running in the primary region.
218+
With Regional Fallback, a copy of your database and FileDocuments is maintained in a completely separate region. For example, if your app normally runs in us-east-1, a copy of your data is made in us-west-2. If all the AZs in the primary region become unavailable, you can choose to run your app temporarily in the secondary region with the data that has been copied to that region. Once the primary region is back online, you can revert your app to run in the primary region.
219219

220220
Because this is designed for a catastrophic regional failure, there are some limitations to your normal operations. For example, you cannot deploy a new version of the app while it is running in the secondary region. The decision to switch to the secondary region is completely under your control.
221221

222222
#### On-Premises and Mendix on Kubernetes
223223

224-
If you want to deploy your Mendix apps to other environments, you can add these to your Mendix plan. For example, you can choose to deploy to [SAP BTP](/developerportal/deploy/sap-cloud-platform/). You can also choose to deploy to your own cloud using [Mendix on Kubernetes](/developerportal/deploy/private-cloud/).
224+
If you want to deploy your Mendix apps to other environments, you can add these to your Mendix plan. For example, you can deploy to [SAP BTP](/developerportal/deploy/sap-cloud-platform/) or your own cloud using [Mendix on Kubernetes](/developerportal/deploy/private-cloud/).
225225

226226
## Read More
227227

0 commit comments

Comments
 (0)