79391317

Date: 2025-01-27 15:34:51
Score: 1
Natty:
Report link

Using Bicep I was deploying multiple hostname bindings with the array syntax.

Adding @batchSize(1) solved the issue.

@batchSize(1)
resource backendDomainBinding 'Microsoft.Web/sites/hostNameBindings@2022-03-01' = [
  ...
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JegorK