79391237

Date: 2025-01-27 15:04:42
Score: 1
Natty:
Report link

For me, setting both of these environmental variables for my Web App solved the issue. Without them, the Azure Pipeline task AzureWebApp@1 was taking 40 minutes and then just failing.

{
  name: 'ENABLE_ORYX_BUILD'
  value: '0'
}
{ name: 'WEBSITE_RUN_FROM_PACKAGE', value: '1' }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JegorK