question

NicolasF-9435 avatar image
0 Votes"
NicolasF-9435 asked SordakisMartinaGITPN-5883 commented

Barracuda cloudgen deployment error - Sku 'byol' of offer 'barracuda-ng-firewall' by publisher 'barracudanetworks' is not available to you for deployment per the policy set by your IT Admin - ani idea how to fix it ?

Hi all,


I'm trying to deploy a barracuda cloudgen HA cluster in Azure, but I systematically get this error when the deployment starts.


Sku 'byol' of offer 'barracuda-ng-firewall' by publisher 'barracudanetworks' is not available to you for deployment per the policy set by your IT Admin.


My Azure admin tried with his account and he has the same error.


Could anyone please indicate how to allow the creation of Baracuda NG firewall on Azure ?

not-supported
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hey @NicolasF-9435 ,
Just wondering if your question above was answered.
Thanks,
Olga

0 Votes 0 ·

1 Answer

olgaoos avatar image
0 Votes"
olgaoos answered SordakisMartinaGITPN-5883 commented

@NicolasF-9435 Apologies for delay in response and all the inconvenience caused because of the issue.

There could be multiple reasons why you are getting this validation failure.

These are:

  • Programmatic deployment for the Marketplace is not configured.

  • Undefined task failed while creating or updating the template deployment.

  • Offer with PublisherId, and OfferId is not found. Doesn't exist anymore. As example, publisher revoked it.

  • Marketplace purchase is not enabled.

  • Unknown payment instrument(s) is unsupported for offer with OfferId, PlanId.

  • Organization is in deleted state and etc.

Based on your failure details "is not available to you for deployment per the policy set by your IT Admin.", it seems your subscription is not registered and approved to deploy this specific image.

I'd recommend to do the next steps to resolve the issue:

Go to https://docs.microsoft.com/he-il/marketplace/manage-private-azure-marketplace-powershell#add-an-offer-to-a-private-marketplace

  1. Click on try me button next to Add an Offer the private marketplace.

  2. Login to the relevant tenant.

  3. Use PowerShell and run the commands:

    (a) Install-Module -Name Az.Marketplace
    (b) Get-AzMarketplacePrivateStore - to get the privateStore Id
    (c) use the private store id from step b

    $Params = @{
    privateStoreId = 'PrivateStoreId'
    offerId = 'imageOfferID'
    SpecificPlanIdsLimitation = @('byol')
    }
    Set-AzMarketplacePrivateStoreOffer @Params


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards,
Olga


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi Olga

We are having the same issue with a different publisher in Marketplace: "

Sku 'matillion-etl-for-synapse' of offer 'matillion' by publisher 'matillion' is not available to you for deployment per the policy set by your IT Admin"

The Get-AzMarketplacePrivateStoreOffer cmdlet returns what can be seen in the image attached. What do we need to do?

Thanks in advance.

Best regards
Martina119230-marketplace.png


0 Votes 0 ·
marketplace.png (34.8 KiB)