Skip to content

Commit 31c41e5

Browse files
Merge pull request mendix#10442 from mendix/kk-azure-knownissue
Known issue - no remote debugging for Mx Azure
2 parents 84eeedf + 1390fee commit 31c41e5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,9 @@ Customers can completely off-board from the service by deleting the Managed Appl
241241
* Delete the cluster registration from the Mendix on Azure and Mendix on Kubernetes Portals.
242242
* While Mendix does have an emergency procedure available to help revive an environment and restore data in case the Managed Application gets deleted by accident, it is a higheffort manual process requiring close collaboration between Mendix and the customer. Given this, we advise customers to exercise extreme caution when deleting the Managed Application from their Azure subscription to avoid the need of this emergency procedure to be executed.
243243

244-
## Known Limitations
244+
## Known Limitations {#limitations}
245245

246246
* Only apps on Mendix version 10.10 or later are supported. Deployment for earlier versions will fail.
247247
* Certain Mendix on Kubernetes APIs (Create, Edit, or Delete cluster and namespace operations) are unavailable in Mendix on Azure due to managed architecture. Other APIs function normally.
248248
* Downtime or issues with Mendix on Kubernetes may affect Mendix on Azure availability (for example, cluster creation may not be possible).
249+
* [Remote microflow debugging](/refguide/debug-microflows-remotely/) is not currently available for Mendix on Azure, because the remote debugger does not support single-instance apps. This issue will be resolved in a future release.

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/debug-microflows-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before starting this how-to, make sure you have completed the following prerequi
3737
In Mendix Cloud, the debugger is always listening for connections so you cannot turn it on or off. To debug your app in the cloud, you need to get a URL and a password from the app environment and provide that information to Studio Pro. The steps below explain how to do this.
3838

3939
{{% alert color="info" %}}
40-
The debugger supports only debugging of single-instance environments. Multi-instance environments need to be scaled down to one instance before the debugger can be used. See [Scaling Your Environment in Mendix Cloud](/developerportal/deploy/scale-environment/) for more information.
40+
The debugger supports only debugging of single-instance environments. Multi-instance environments need to be scaled down to one instance before the debugger can be used. See [Scaling Your Environment in Mendix Cloud](/developerportal/deploy/scale-environment/) for more information. Because of this, remote debugging is not currently available for [Mendix on Azure](/developerportal/deploy/mendix-on-azure/support/#limitations).
4141
{{% /alert %}}
4242

4343
### Obtain Debugging Credentials

0 commit comments

Comments
 (0)