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/deployment/mx-azure/mx-azure-deploy.md
+24-26Lines changed: 24 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ To deploy Mendix on Azure, make sure you have the following available:
21
21
22
22
## Deploying the Mendix on Azure offering from Azure Marketplace
23
23
24
-
Once above prerequisites are met, you may proceed with deploying the solution:
24
+
To deploy the solution, perform the following steps:
25
25
26
-
1.Please open the [Mendix on Azure marketplace offering](https://portal.azure.com/#create/mendixtechbv.mxonazure)on Azure Portal while being signed into the correct Azure account.
26
+
1.Open the [Mendix on Azure marketplace offering](https://portal.azure.com/#create/mendixtechbv.mxonazure)in the Azure Portal while signed into the correct Azure account.
27
27
2. Choose the **Standard** plan and proceed to the next step by clicking **Create**.
5. Finish the wizard by clicking **Create** in order to start the deployment of the managed application.
35
+
4. Finish the wizard by clicking **Create** in order to start the deployment of the managed application.
36
+
5. After deployment of the Mendix on Azure managed application has succesfully completed, please navigate to the Mendix on Azure portal by clicking on the **Mendix on Azure Portal** button or, alternatively, by using [this](https://mendixonazure.mendix.com) direct link.
37
+
6. Connect to your Azure account by clicking **Connect Azure Account**, and then login with the same account that you used to deploy the Mendix on Azure offering.
36
38
37
-
3. After deployment of the Mendix on Azure managed application has succesfully completed, please navigate to the Mendix on Azure portal by clicking on the **Mendix on Azure Portal** button or, alternatively, by using [this](https://mendixonazure.mendix.com) direct link.
38
-
4. Connect to your Azure account by clicking **Connect Azure Account**, and then login with the same account that you used to deploy the Mendix on Azure offering.
39
-
40
-
After successfully connecting the accounts, the Mendix Portal shows a list of clusters with the following possible statuses:
41
-
- Ready to initialize clusters (=clusters that have not been initialized yet to start hosting Mendix apps)
42
-
- Initialized cluster (=clusters ready to start hosting Mendix apps)
43
-
- Failed clusters (= cluster that failed to initialize for any reason).
39
+
After successfully connecting the accounts, the Mendix Portal shows a list of clusters with the following possible statuses:
40
+
41
+
* Ready to initialize clusters (=clusters that have not been initialized yet to start hosting Mendix apps)
42
+
* Initialized cluster (=clusters ready to start hosting Mendix apps)
43
+
* Failed clusters (= cluster that failed to initialize for any reason).
5. Identify the entry belonging to the Managed Application you deployed in previous steps. In the **Actions** column, click the dropdown menu icon, and then select **Initialize**.
48
+
7. Identify the entry belonging to the Managed Application you deployed in previous steps. In the **Actions** column, click the dropdown menu icon, and then select **Initialize**.
49
49
50
-
6. The preflight check launches to verify the conditions are in place to successfully initialize a Mendix on Azure cluster.
50
+
The preflight check launches to verify the conditions are in place to successfully initialize a Mendix on Azure cluster.
9. In the **Preflight Check** screen, click **Next** to be redirected to the **Provision** screen. When all preflight checks have passed, the status is displayed as **Done** in the **Preflight Check** section, as shown below:
54
+
8. In the **Preflight Check** screen, click **Next** to be redirected to the **Provision** screen. When all preflight checks have passed, the status is displayed as **Done** in the **Preflight Check** section, as shown below:
10. In the **Provision** screen, optionally add any custom tags that will be used to tag deployed resoources and optionally review the configuration in the **Advanced Options** section. Please read the [configuration documentation](/developerportal/deploy/mendix-on-azure/configuration/) for more information on the options provided. The default settings suffice for a test deployment. Note that certain settings have influence on the Azure costs charged by Microsoft.
58
+
9. In the **Provision** screen, optionally add any custom tags that will be used to tag deployed resoources and optionally review the configuration in the **Advanced Options** section.
59
+
60
+
For more information, refer to the [configuration documentation](/developerportal/deploy/mendix-on-azure/configuration/). The default settings suffice for a test deployment. Note that certain settings have influence on the Azure costs charged by Microsoft.
59
61
60
-
11. In the **Review & Initialize** screen, review the information and click **Initialize**.
62
+
10. In the **Review & Initialize** screen, review the information and click **Initialize**.
The initialization process takes approximately 15 minutes. It deploys resource into the managed resource group belonging to the Managed App that you created in step 3 above as shown below:
13. The cluster will enter status "Failed" in case of deployment issues. To view details about which component(s) failed (if available), click **Details**.
12. If there are deployment issues, the cluster status is **Failed**. To view details about which component(s) failed (if available), click **Details**.
76
75
77
-
Some issues can be resolved by retrying the deployment. You can do this by clicking **Rerun** to manually re-trigger the cluster deployment. If the cluster still fails after a second rerun, a support ticket is automatically created with Mendix Support, and the Mendix team will contact you to resolve the issue.
14. Once the cluster is initialized successfully, the status of the cluster in the Portal changes to **INITIALIZED**.
78
+
Some issues can be resolved by retrying the deployment. You can do this by clicking **Rerun** to manually re-trigger the cluster deployment. If the cluster still fails after a second rerun, a support ticket is automatically created with Mendix Support, and the Mendix team will contact you to resolve the issue.
80
79
81
-
15. Now that the cluster is initialized successfully, the cluster and its namespace are immediately available for deploying apps.
80
+
After the cluster is initialized successfully, the status of the cluster in the Portal changes to **INITIALIZED**. The cluster and its namespace are immediately available for deploying apps.
82
81
83
82
{{% alert color="info" %}} Due to the managed nature of Mendix on Azure, creating additional namespaces within a Mendix on Azure cluster is not supported. Similarly, it is not possible to create a Mendix on Azure cluster using APIs. Furthermore, Mendix on Azure clusters cannot be deleted through either the Mendix on Kubernetes Portal or the Mendix on Azure Portal.
84
83
85
84
For detailed steps on how to properly delete a Mendix on Azure cluster, see [Offboarding Mendix on Azure](/developerportal/deploy/mendix-on-azure/offboarding/). {{% /alert %}}
86
85
87
-
## Deploying an Mendix app to a Mendix on Azure Cluster
86
+
## Deploying a Mendix App to a Mendix on Azure Cluster
88
87
89
88
After creating your cluster in Microsoft Azure, you can proceed to deploy your applications to it. The deployment process is identical to that used with Mendix on Kubernetes. For more information, see [Deploying a Mendix App to a Mendix on Kubernetes Cluster](/developerportal/deploy/private-cloud-deploy/).
90
89
91
-
{{% alert color="info" %}} Mendix on Azure app environments will begin to consume cloud tokens starting from 120 days after their creation. For more information, see [Licensing Mendix on Azure](/developerportal/deploy/mendix-on-azure/license/). {{% /alert %}}
92
-
90
+
{{% alert color="info" %}} Mendix on Azure app environments will begin to consume cloud tokens starting from 120 days after their creation. For more information, see [Licensing Mendix on Azure](/developerportal/deploy/mendix-on-azure/license/). {{% /alert %}}
0 commit comments