Remove a Marketplace Item with PowerShell Cmdlet | Azure Stack Hub Integrated System

Remove a Marketplace Item with PowerShell Cmdlet

Question

You are working on an Azure Stack Hub Integrated System.

You are the operational manager and you need to remove a marketplace item by using a PowerShell cmdlet.

Which of the following cmdlet would you use for the purpose?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: A

Marketplace items can be deleted by using the Remove-AzsGalleryItem cmdlet in PowerShell.

Marketplace UI might show you an error after you remove the item.

This error can be fixed by following these steps: Click Settings in the portal -> select Discard modifications under Portal customization.

Option A is correct.

Remove-AzsGalleryItem is the cmdlet in PowerShell that is used to remove a marketplace item.

Option B is incorrect.

It is Remove-AzsGalleryItem command, not the Remove-AzsMarketPlaceItem that helps in removing the marketplace item.

Option C is incorrect.

There is no cmdlet like Delete-AzsMarketPlaceItem in PowerShell.

Option D is incorrect.

Instead of Delete, the Remove keyword is used in the cmdlet.

The right command is Remove-AzsGalleryItem, not Delete-AzsGalleryItem.

To know more about creating and publishing a custom Azure Stack Hub Marketplace Item, please visit the below-given link:

The correct PowerShell cmdlet to remove a marketplace item on Azure Stack Hub Integrated System is "Remove-AzsMarketPlaceItem".

Here is a detailed explanation of each cmdlet:

A. Remove-AzsGalleryItem: This cmdlet is used to remove a gallery item from the Azure Stack Hub gallery, not from the marketplace. Gallery items are typically items that have been uploaded by the operator.

B. Remove-AzsMarketPlaceItem: This is the correct cmdlet to remove a marketplace item. It removes an item from the Azure Stack Hub marketplace. You can use this cmdlet to remove an item that you have previously added to the marketplace.

C. Delete-AzsMarketPlaceItem: There is no such cmdlet as "Delete-AzsMarketPlaceItem" in Azure Stack Hub. This cmdlet is not valid.

D. Delete-AzsGalleryItem: This cmdlet is used to remove a gallery item from the Azure Stack Hub gallery, not from the marketplace. Gallery items are typically items that have been uploaded by the operator.

In summary, to remove a marketplace item on Azure Stack Hub Integrated System, you should use the "Remove-AzsMarketPlaceItem" PowerShell cmdlet.