Publish managed application offering

Xhevahir Mehalla 25 Reputation points
2025-11-25T11:09:53.7433333+00:00

Hello -

I need some help with ISV offering.

We wanto to extend our ISV offering but in order to do that we have to publish smth on Market Place in order to renew the offer.

We have been advised by MSFT that we fall into " Managed application publication"

Our solution is a classical one:

  1. Source of Data in Oracle OCI
  2. Azure data Lake Gen 2 where data lands as CSV file from Oracle OCI.
  3. Synapse Analytical as the ETL tool (extract and transform the data).
  4. Azure SQL db - where we have build the Dataware house.
  5. An azure application used to manually load some files into Data lake lake gen2 and then ETL/Synpase transform the data.
  6. A VM - windows which is used as Integration Runtime for Synapse (Oracle OCI data)
  7. All resources are private (We created , Vnet, subnet, vpn, private endpoints, Private DNS, NSG, and other componets to make the application secure).
  8. All resources are created on different resource groups but it looks that for this we need only one Resource Group.

I have read quite a lot on https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/

But I am yet to have a full picture wha to do.

I want to create a bear minimum to make sure the ISV offer is extended.

Does anyone have any scripts that I can follow/steps ?

I need this questions:

  1. Do I need to create Vnets?
  2. Do I need to create Subnets?
  3. Do I need to create Private end points?
  4. Do I need to create VM which will be used as the integration runtime for Synapse?

I really need some guideance on what to prepare and how pubish something Market Place.

Thanks

Xhev

Azure | Azure ISV (Independent Software Vendor)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-25T11:11:07.5233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To publish a managed application offering in Azure Marketplace, you need to consider several components based on your architecture and requirements. Here’s a breakdown regarding your questions:

    1. Do I need to create Vnets?
      Yes, creating Virtual Networks (VNets) is essential for isolating your resources and ensuring secure communication between them. Since your resources are private, VNets will help in maintaining that security.
    2. Do I need to create Subnets?
      Yes, subnets are necessary within your VNets to segment your resources. This allows for better management and security of your resources, especially when dealing with different types of services.
    3. Do I need to create Private endpoints?
      Yes, private endpoints are important for securing your connections to Azure services. They allow you to access Azure services over a private link, ensuring that traffic does not traverse the public internet.
    4. Do I need to create a VM which will be used as the integration runtime for Synapse?
      Yes, if your integration runtime for Synapse requires a VM for data movement or transformation tasks, you will need to set this up. Ensure that the VM is properly configured to communicate with your Oracle OCI and other Azure resources.

    To prepare for publishing your managed application, you should also review the requirements for managed applications, including the need for a deployment package and billing configurations. You can find more detailed guidance on how to create and publish your managed application offer in the Azure documentation.


    References:

    0 comments No comments

Your answer

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