Other features or issues related to Microsoft Partner Center
To deploy a hidden Marketplace VM offering in preview, you need to ensure that the plan is correctly configured and that all necessary steps have been followed. Here are some key points to consider:
- Hidden Plan Deployment: Since your plan is hidden, it can only be deployed through specific methods such as Azure CLI, Azure PowerShell, or a Solution Template. Ensure that you are using the correct deployment method.
- Plan Visibility: A hidden plan is not visible on the Microsoft Marketplace storefront but can still be accessed by authorized users through the specified deployment methods. Make sure that the subscription you are using has been granted access to the hidden plan.
- Preview Status: If the plan is in preview status, it should be accessible to the specified preview audience. Ensure that the audience has accepted the terms and that they are correctly configured in the Azure portal.
- Error Handling: The error message you are encountering suggests that the offer ID may not be recognized. This could be due to the offer not being fully propagated in the system. If the offer was recently created, it may take some time (up to 30 minutes) for it to be available for deployment.
- Testing Deployment: To test the deployment of a hidden preview image, you can use quickstart templates. You would need to modify the JSON template to include the correct image reference and append "-PREVIEW" to the offer ID as necessary.
- Publishing Plan: If you continue to face issues, consider publishing the plan without any images and then adding images later to test the deployment. This can sometimes help in resolving visibility issues.
If you have verified all the above and are still facing issues, it may be beneficial to check if there are any specific configurations or requirements that have not been met for the hidden plan deployment.
References: