0

I created Azure Managed Application.

I successful deployed it to my subscription over Service catalog managed application definitions like recommended here.

Next I published it on Azure Marketplace. But when I try to deploy it from Marketplace, I see message "Your deployment is underway" infinitely. No errors, but the app does not deploy.

enter image description here

UPDATE:

Deployment failed after 2 hours with next error message: "The resource provision operation did not complete within the allowed timeout period".

enter image description here

What could be the reason?

FiftiN
  • 740
  • 1
  • 7
  • 27

2 Answers2

1

To investigate this issue, you can open the created managed resource group and research the "Deployment" tab

  • Thank you. I found next error in Related events: PrincipalNotFound: Principal *** does not exist in the directory ***. I specified my tenant id and my app id in settings of SKU. Can you suggest something about this error? – FiftiN Jan 21 '19 at 11:49
  • What was the resource which threw the exception? – Denis Subbotin Jan 22 '19 at 17:35
  • Did you try to specify service principal id? You can find it using Azure PowerShell: Get-AzureRmADServicePrincipal -SearchString . As I know, you should take objectId from an output of this command. More docs are here: https://learn.microsoft.com/en-us/powershell/module/azurerm.resources/get-azurermadserviceprincipal?view=azurermps-6.13.0 – Denis Subbotin Jan 22 '19 at 17:43
  • Yes, I used my app ID. Problem solved after I changed Principal to group ID. But now I have next problem: https://stackoverflow.com/questions/54329588/azure-marketplace-is-it-possible-to-use-images-in-managed-application-offer Can you halp? – FiftiN Jan 23 '19 at 14:38
0

Probably best to open a support request with the Azure Marketplace on this one... we'll need details that are not public.

bmoore-msft
  • 8,376
  • 20
  • 22