I have published a managed application on azure marketplace, Now I want to add new features to that application (ie : I have done few changes in the source code) so how can I do that, Do I have to publish another app and keep the existing one, Or there is some other provision from where I can update my app so that all the users will get the updated version automatically.
How to update existing application on Azure Marketplace
650 Views Asked by Kshitiz Gupta At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in AZURE-FUNCTIONS
- Azure Function: switch from consumption to premium plan for 1 hour daily automatically?
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- How to migrate from Azure Static Web Apps to Azure App Service?
- Logic Apps and long running Azure Function (Powershell)
- Not getting Information or Trace logs in Application Insights in .NET 8 function
- Azure Queue Functions | Trigger when multiple queue functions executions with a specific message property ends
- No HTTP Trigger Found In Azure function
- Python middleware for azure function warmup
- Problem deploying an Azure Function to a Function App
- Logic App Function App reading and writing Binary Files
- SwaggerUI on Azure Functions (.NET 8 Update)
- Azure Function Javascript Invocation hooks usage with HTTP triggers
- Error indexing method 'IntegrationFunction' Can't convert from type 'Microsoft.Azure.EventHubs.EventData
Related Questions in AZURE-MARKETPLACE
- Would Azure private marketplace be an option for storing server gold images for infrastructure deployments?
- In a Managed Application Azure Marketplace deployment template, if one of the resources is a VM, how can the vendor access the vm?
- How to maintain a single Helm chart template for multiple platforms?
- How can we enable private endpoint for Pay as you go Model Endpoints in Azure AI
- unable to create azure managed application - Failed to process changes during VSTS operation for offe
- Issue with Creating Azure Marketplace Offering for Multi-Container Application
- creataeuidefinition output parameters is not evaluating if condition
- Can Azure Marketplace template test for a non-duplicate subdomain in existing Azure DNS Zone?
- Changing Support URL in Azure Marketplace application
- RabbitMQ/Azure - Connect to RabbitMQ set up on Azure Virtual Machine
- How to use in Terraform an image from Azure Marketplace
- Add add-on to Azure Marketplace managed SendGrid subscription
- How to validate html files during pull request in azure devops?
- How to protect intellectual property in Azure Marketplace Virtual Machine Offers?
- Can't see my custom extension on Azure Devops Marketplace
Related Questions in AZURE-MANAGED-APP
- Disallow Subscription change in Azure Service catalog managed application definition
- client (appliance resource provider) does not have authorization to perform action -listAccountSas with Azure managed app
- how can we access storage endpoint with sas token from azure managed app (bicep)
- Deploying Kubernetes Application on a Cluster Created with ARM Template and Custom Script Extension
- Issue with Creating Azure Marketplace Offering for Multi-Container Application
- Synapse Serverless SQL instance in managed application cannot access storage account. AADSTS700016
- Why it is impossible to access LogStream of a Managed Application App Service?
- How can i deploy Microsoft.Web/staticSites code using zipdeploy file?
- How can i fix RequestTimeout when deploying Azure ARM template
- How can I access LogStream of Managed Application App Service?
- Managed application botService channel, CHANNEL_NOT_SUPPORTED error
- Azure arm deployment fails, How can i see more details of the error?
- Azure Managed Application - reliable way to deploy .NET code to Azure Function
- Azure managed application: How to allow resources in the application access each other with system assigned identities
- Allow managed app consumer access to read/write Key Vault Secret
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Any updates to a Managed Application and its resources must be pushed out manually by the publisher by their mechanism of choice (Azure CLI, ARM templates, Azure Portal, Terraform, etc) via the access that the publisher has to the resource group created for the Managed Application.
There is no way to just push up the new ARM template and have that roll out to deployed instances. But you can re-publish the offer (if publishing via the Commercial Marketplace) with a new template if you want to make the new template available to be used by freshly-created instances, but that this will never affect instances of the Managed Application that already exist.
The rep agreed that the docs that state the following are misleading to how the process actually works:
This "automatic" versioning process is one that the publisher is responsible for implementing on their own. There is actually no concept of versioning built in to Managed Applications.