While deploying Managed Application using Visual Studio Enterprise MPN subscription getting error.

02838884 0 Reputation points
2024-10-28T11:32:20.4166667+00:00

{"code":"DeploymentFailed","target":"/subscriptions/b1b29f7e-cd4b-47d6-9bb4-48ca/resourceGroups/StalkerManagedAppRG/providers/Microsoft.Resources/deployments/g7crtechnologiesindiapvtltd160517428.g7cr-sta-202410281","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourcePurchaseValidationFailed","message":"User failed validation to purchase resources. Error message: 'Offer with PublisherId: 'g7crtechnologiesindiapvtltd1605174280397', OfferId: 'g7cr-stalker' cannot be purchased due to validation errors. For more information see details. Correlation Id: '7bf4bad7-bdfa-469a-86ee-a8e' The 'unknown' payment instrument(s) is not supported for offer with OfferId: 'g7cr-stalker', PlanId 'stalker-payu'. Correlation Id '7bf4bad7-bdfa-469a-86ee-a8e'.'"}]}

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
151 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pranay Reddy Madireddy 700 Reputation points Microsoft Vendor
    2024-11-18T19:26:36.87+00:00

    Hi 02838884

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    check your Azure subscription has a valid payment method. Check this in the Azure portal under Cost Management + Billing. If you're using a credit card, ensure its active and has enough funds.

    Check that your Azure subscription supports the offer you are trying to use. Some offers may have limits based on the subscription type (e.g., free trial, pay-as-you-go).

    Check the parameters in your deployment setup to ensure all required ones are correct and valid.

    You can use Azure CLI to see detailed deployment operations and find out what caused the failure.

    az deployment group show --resource-group StalkerManagedAppRG --name g7crtechnologiesindiapvtltd160517428

    This command will give more details about which resource failed and why.

    If you have any further queries, do let us know.


    If the answer is helpful, please click "Accept Answer" and "Upvote it".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.