Skip to content

Commit

Permalink
added another lowercase TSG
Browse files Browse the repository at this point in the history
  • Loading branch information
ApnaLakshay committed Dec 20, 2024
1 parent 0b2673a commit 388e2ca
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@ A newly created maintenance configuration with the same name as a previously del

Ensure a minimum wait time of 20 minutes between deleting a maintenance configuration and creating a new one with the same name.

### Maintenance assignment fails with `InternalServerError` error

#### Problem

Maintenance assignment fails with `InternalServerError` when using either bicep template or MRP API. The assignment can be done successfully using either portal or CLI or PowerShell.

#### 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.

### Maintenance Configurations doesn't support an API

The feature currently doesn't support the following APIs:
Expand Down

0 comments on commit 388e2ca

Please sign in to comment.