Skip to content

Commit

Permalink
removed euap region as it's not a public region
Browse files Browse the repository at this point in the history
  • Loading branch information
ApnaLakshay committed Jan 13, 2025
1 parent 2de4f97 commit d28dd96
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 d28dd96

Please sign in to comment.