From d28dd967fe2e140cd7b8031e38608c7b57a9220a Mon Sep 17 00:00:00 2001 From: Lakshay Nagpal <139222088+ApnaLakshay@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:03:09 +0530 Subject: [PATCH] removed euap region as it's not a public region --- .../virtual-machines/troubleshoot-maintenance-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-machines/troubleshoot-maintenance-configurations.md b/articles/virtual-machines/troubleshoot-maintenance-configurations.md index 0895d6b3bd..e2c87f3feb 100644 --- a/articles/virtual-machines/troubleshoot-maintenance-configurations.md +++ b/articles/virtual-machines/troubleshoot-maintenance-configurations.md @@ -219,7 +219,7 @@ Maintenance assignment fails with `InternalServerError` when using either bicep #### Resolution -It is recommended to use the location/region in a normalized form for the bicep template and MRP API. The normalized form involves removing whitespace and converting the text to lowercase. For example, `EAST US 2 EUAP` will result in an internal server error, whereas `eastus2euap` will be processed successfully. +It is recommended to use the location/region in a normalized form for the bicep template and MRP API. The normalized form involves removing whitespace and converting the text to lowercase. For example, `EAST US 2` will result in an internal server error, whereas `eastus2` will be processed successfully. ### Maintenance Configurations doesn't support an API