Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base image deployment failure at ResourcePurchaseValidationFailed #181

Open
galiacheng opened this issue Jul 27, 2022 · 1 comment
Open

Comments

@galiacheng
Copy link
Contributor

galiacheng commented Jul 27, 2022

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"}
@galiacheng galiacheng changed the title Base image deployment failure Base image deployment failure at ResourcePurchaseValidationFailed Jul 27, 2022
@majguo
Copy link
Contributor

majguo commented Jul 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants