oracle/weblogic-azure

Base image deployment failure at ResourcePurchaseValidationFailed

galiacheng opened this issue · 1 comments

A customer failed at base image deployment on 2022-07-06.

Image: 122140-jdk8-ol76

Error message:

 {"statusCode":"BadRequest","statusMessage":"{\"error\":{\"code\":\"ResourcePurchaseValidationFailed\",\"message\":\"User failed validation to purchase resources. Error message: 'The HTTP resource that matches the request URI 'https://storeapi.azure.com/orders/validatePurchase?api-version=2014-09-01' does not support the API version '2014-09-01'.'\"}}","eventCategory":"Administrative","entity":"/subscriptions/xxxxx-xxxx-xxxxxx/resourcegroups/abcpruebas/providers/Microsoft.Compute/virtualMachines/hcis","message":"Microsoft.Compute/virtualMachines/write","hierarchy":"xxxx"}

Hello @galiacheng I encountered the similar issue once before with the following error message:

{
    "status": "Failed",
    "error": {
        "code": "ResourcePurchaseValidationFailed",
        "message": "User failed validation to purchase resources. Error message: 'The HTTP resource that matches the request URI 'https://storeapi.azure.com/orders/validatePurchase?api-version=2014-09-01' does not support the API version '2014-09-01'.'"
    }
}

However, it seems it's an intermittent issue as I can't reproduce it after that.

I'd like to suggest openning an Azure support ticket with deployment correlation id if anyone encounters the similar issue again.