Questions tagged [azure-managed-app]

Questions related to managed applications on azure. Includes questions related to service catalog and marketplace managed applications.

37 questions
5
votes
4 answers

How to deploy a managed application with an identity having permissions within the managed resource group?

When deploying a marketplace managed app offer into a customer subscription, you can create an identity in the managed resource group associated with the managed application. However, in order for that identity to have any permissions, it must be…
xaxxon
  • 19,189
  • 5
  • 50
  • 80
4
votes
1 answer

How to update existing Azure Managed Applications with a new package version?

I created a new package for my Azure Managed Application. How do I get existing instances of the Managed Application to upgrade to that package version (mainTemplate.json + viewDefinition.json)?
Matthieu Maitre
  • 422
  • 3
  • 15
2
votes
1 answer

Azure Managed Application published to Marketplace fails POST request to custom provider (blocked due to swagger?)

I have a managed application that contains a button which invokes a POST request to the underlying custom resource provider. I have deployed this managed application using the service catalog from within the subscription and it works. However, when…
Rob S.
  • 1,044
  • 7
  • 25
2
votes
1 answer

Opening a web app page using View Definition

In my managed application deployment I deploy an App Service Web app. Is it possible to use viewDefinition.json to create an Overview Command Action that will open the deployed site in a new tab or link me to that deployed site?
Torched90
  • 305
  • 1
  • 3
  • 18
1
vote
0 answers

How can i deploy Microsoft.Web/staticSites code using zipdeploy file?

We're working on ARM template for the Managed Application. The app has to contain a web portal for users to interact with. For this purposes we've decided to use "Site" and "StaticSite" azure resources. There's a documentation regarding deploying a…
Oleksa
  • 594
  • 5
  • 19
1
vote
2 answers

Azure managed application: How to allow resources in the application access each other with system assigned identities

The way we use Azure Managed Applications is to offer an end-to-end solution to the customer. We must be able to hide the intellectual property, while offering a nice solution to the customer. Resources within the managed application resource group…
1
vote
1 answer

How to update existing application on Azure Marketplace

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…
1
vote
1 answer

How to get a callback when an Azure Marketplace Managed Application is installed from marketplace

The Microsoft documentation states: Provide a notification endpoint URL: In the Notification Endpoint URL box, provide an HTTPS Webhook endpoint to receive notifications about all CRUD operations on managed application instances of this…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
1 answer

Azure Managed Application role assignment

I need to grant Reader access to my Managed Application outside of the application resource group. The user deploying the app is Owner on the subscription so the deployment should go through but it currently fails because the resource deployment…
Matthieu Maitre
  • 422
  • 3
  • 15
1
vote
1 answer

Is it possible to use custom icons for a custom resourceType in an Azure Managed Application?

Looking at the schema I can see some options but nothing that hints at custom icons. A way to view all compatible icons would also be helpful. The provided icons in the schema aren't cutting it for me :) "icon": { "type": "string", …
Mike
  • 5,437
  • 7
  • 45
  • 62
1
vote
0 answers

Azure Service Catalog application access different resource group

I have a Service Catalog Managed Application defined via ARM template. Inside the template I create a linux VM and run a custom script that downloads required files from an existing Azure Blob storage and starts my app. I want to use RBAC to grant…
amit
  • 11
  • 2
0
votes
0 answers

How can I add tags to a marketplace managed application from createUIDefinition.json?

I've tried adding a "tag" output in createUIDefinition.json, but no luck there. Any other ideas/solutions?
Andrew Sumner
  • 793
  • 2
  • 12
  • 29
0
votes
0 answers

How can i fix RequestTimeout when deploying Azure ARM template

I am working on the Managed application applicaiton that has "Microsoft.Web/sites" and i use "Microsoft.Web/sites/extensions" with a source code in zip file. It used to work well, but lately I've started to receive "RequestTimeout" during the…
Oleksa
  • 594
  • 5
  • 19
0
votes
0 answers

Delete hook for Azure Managed Apps

I run a deployment script as part of my managed apps that do a few things. On a deletion of the managed application, I want to undo those few things. Is there a way to hook or know when the delete is happening so that I may run either the same or…
0
votes
0 answers

Azure Managed App with TF scripts instead of ARM template?

The sample here gives the impression that you can use Terraform as part of the deployment of an Azure Managed App. In a managed app deploying infrastructure (say the app here), the storage account is deployed using an ARM template in a…
1
2 3