Skip to content

Commit

Permalink
Merge pull request #834 from ApnaLakshay/change-region
Browse files Browse the repository at this point in the history
removed euap region as it's not a public region
  • Loading branch information
prmerger-automator[bot] authored Jan 13, 2025
2 parents 2de4f97 + d28dd96 commit 6fcb87c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6fcb87c

Please sign in to comment.