Questions related to managed applications on azure. Includes questions related to service catalog and marketplace managed applications.
Questions tagged [azure-managed-app]
37 questions
0
votes
0 answers
Use ARM template to create custom github "workflow action" yaml file
Normally there are questions and tutorials about using github "workflow action" yml files for deploying ARM templates. I need the opposite capability. For example, if I create an Azure App Service (or Azure static website) using an ARM template, a…

Brent Arias
- 29,277
- 40
- 133
- 234
0
votes
0 answers
az managedapp definition create: DownloadItemFromBlobFailed due to a failed connection
I want to create an Azure "Managed App" definition, in preparation for making an Azure Marketplace offering. I am following these MS instructions, and I had specifically been using this MS example managed app. There were was an error(s) in the…

Brent Arias
- 29,277
- 40
- 133
- 234
0
votes
0 answers
Azure "Service Catalog Managed Application" working, but not listed
I have followed this MS documentation, to create the following github "Managed App" sample. I have proven it works, because I can successfully execute the following steps:
Open my subscription (the one containing the managed…

Brent Arias
- 29,277
- 40
- 133
- 234
0
votes
0 answers
How can I update a deployed managed application's view definition?
Issue
I do not know how to update the view definition of a deployed managed application.
Challenges
I have not found any documentation describing how to update the view definition, only documentation about updating the managed resources.
Additional…

Kyle
- 1
- 1
0
votes
1 answer
How can I access LogStream of Managed Application App Service?
We have a managed application published in Microsoft Partner Center, for preview audience.
We have both publisher and client tenants.
After installing the app into the client's tenant I can't access the log steam of the installed app from either…

Oleksa
- 594
- 5
- 19
0
votes
1 answer
Managed application botService channel, CHANNEL_NOT_SUPPORTED error
I'm working on managed application that should contain a bot for the teams application.
At the moment the bot resources look like this:
{
"type": "Microsoft.BotService/botServices",
"name": "[concat(parameters('webAppName'),…

Oleksa
- 594
- 5
- 19
0
votes
2 answers
Azure arm deployment fails, How can i see more details of the error?
I am creating a managed application and have a complex azure template.
Couple days ago i've started to get the error during deployment process.
First i though something is wrong with the template and i reverted back all template updates i've made.…

Oleksa
- 594
- 5
- 19
0
votes
1 answer
Azure Managed Application - reliable way to deploy .NET code to Azure Function
Wonder if anyone can share production experiences regarding safe and reliable way of deploying code to Azure Function within the Azure Managed Application.
I've found an official sample here that uses WEBSITE_RUN_FROM_PACKAGE setting pointing to the…

DrInvincibilis
- 21
- 3
0
votes
2 answers
Allow managed app consumer access to read/write Key Vault Secret
I'm creating an azure managed application that contains a Key Vault and I'd like consumer side users to be able to read/write new key vault secrets. I've tried adding the following data and control actions when configuring the managed app…

Jon
- 1
0
votes
0 answers
How to update functions and apps in azure managed application
We have developed an azure managed application. The managed application is using custom providers, offering end-to-end solutions (api, ...) as azure app service, functions.
Besides the arm templates, the application contains azure functions and…

bppn
- 11
- 1
0
votes
0 answers
Microsoft.Solutions.ResourceSelector - latest aure portal SDK doesn't recognize options->filter - is the Example out of date?
https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/microsoft-solutions-resourceselector
IS this example out of date?
"c:\Users\idani\Desktop\POC----\src\Default\Extension\Extension.csproj" (default target) (1)…
0
votes
1 answer
How do I properly set up endpoint authentication for Azure managed application notifications?
I am looking to create an Azure managed application, and I want a service to be able to consume the notifications sent to the "Notification Endpoint" HTTPS webhook. Currently, the documentation provides the following two steps to secure the webhook…

wahoowa
- 358
- 1
- 10
0
votes
1 answer
Error when creating azure management group using Azure managed application using custom ui
I am trying to create a management group using Azure Service Catalog managed application, but facing an error. But on other hand, same template gets deployed using custom template deployment.
Following is the
mainTemplate.json - used to create a…

Rabia
- 39
- 1
- 2
0
votes
1 answer
Configure Logic App with Managed Identity
I am new to the Azure services and seek help with the Managed Identities.
My task is to create a managed connection between my Logic App and my Log Analytics Workspace. I have created a system assigned identity and have the respective object ID.…

Himanshu Kaushik
- 25
- 1
- 5
0
votes
1 answer
Invoke an Azure Custom Provider Action from an Azure Managed App
I am attempting to invoke a Custom Provider from a Managed App in a "Hello World", proof of concept, Managed Application. I attempted using the following Microsoft document, however the function app does not seem to work and the deployment fails in…

Rob S.
- 1,044
- 7
- 25