azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Encountered an error (BadGateway) from host runtime

Open lipalath-ms opened this issue 2 years ago • 6 comments

I have the following ARM template for deploying Azure Function Apps to production and staging slots:

module functionAppTemplate_F 'functionApp.bicep' = {
  name: 'functionAppTemplate-F'
  params: {    
  }
  dependsOn: [
    servicePlanTemplate
  ]
}

module functionAppSlotTemplate_F 'functionAppSlot.bicep' = {
  name: 'functionAppSlotTemplate-F'
  params: {    
  }
  dependsOn: [
    functionAppTemplate_F
  ]
}

I see the following error during deployment:

enter image description here

What am I missing?

lipalath-ms avatar Jun 13 '22 16:06 lipalath-ms

Hi @mattchenderson Could you please help with this issue?

Ved2806 avatar Jun 14 '22 13:06 Ved2806

@Ved2806 @mattchenderson Any update on this please?

lipalath-ms avatar Jun 23 '22 07:06 lipalath-ms

This is not enough information for us to action upon. What are the contents of these modules? What is the resolved actual ARM template? For which operation is the error being presented? You can get the overall status information from the "Deployments" tab in the resource group within the portal. Drilling in can show individual steps failing.

mattchenderson avatar Jun 23 '22 16:06 mattchenderson

@mattchenderson @Ved2806

NonProdService.zip

Please see above bicep templates that I use for deployment.

image

image

lipalath-ms avatar Jun 23 '22 18:06 lipalath-ms

Hi @mattchenderson please provide your inputs with this issue. Thanks.

Ved2806 avatar Jul 19 '22 07:07 Ved2806

@Ved2806 Do you have the correlation Id?

mimuruth-msft avatar Jul 22 '22 15:07 mimuruth-msft

Hi @ilantom Could you please provide the needed information?

Ved2806 avatar Nov 21 '22 14:11 Ved2806

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

ghost avatar Nov 25 '22 19:11 ghost