Managing plans and offers
In this final section of this chapter about plans and offers, we will look at the management of these plans and offers. It is possible to use PowerShell to configure and deliver services through the use of offers, plans, and subscriptions.
As a rule of thumb, you are not able to delete components that are not in use. As an example, you can only delete an offer when there are no subscriptions that are using that offer. The one exception to this is subscriptions. You can delete subscriptions and any resources that belong to this subscription will also be deleted. If you want to delete any of the other components, then you need to work backward and delete the components as you go. You would start with the offer, ensure that there are no subscriptions, and then delete the offer, followed by the plans and quotas.
Management of offers, plans, and subscriptions through the use of PowerShell relies on the Azure Stack Hub PowerShell module, which can be installed...