79123728

Date: 2024-10-24 22:04:13
Score: 0.5
Natty:
Report link

Private Endpoint for the deployment slot is created using the same Bicep code as for the web site, aka Microsoft.Network/privateEndpoints.

The difference is only in the groupIds property of the privateLinkServiceConnections array, as it MUST be as follows:

groupIds: ['sites-${webSlot.name}']

Where webSlot is defined using Microsoft.Web/sites/slots resource.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rodion Sychev