Enterprise-Scale
Enterprise-Scale copied to clipboard
Bug Report: Policy initiative for Azure Bot Services only considers "Bot" groupId, missing "Token" groupId
Describe the bug The ESLZ policy initiative for Azure Bot Services only has "bot" groupId, but "Token" groupId is missing.
Notice that each groupId uses different DNS Zones.
The initiative does not specify the privateEndpointGroupId used by the built-in policy, so it defaults to "Bot".
Will need two policyDefinitionReferenceIds, i.e. one "DINE-Private-DNS-Azure-BotService" for "Bot" and one for DINE-Private-DNS-Azure-BotServiceToken for "Token".
IIRC, previous versions of the initiative were including both groupIds.
Steps to reproduce
- Create an Azure Bot Service.
- Create a Private Endpoint for "Bot" and another for "Token" groupIds.
- Only "Bot" gets the zone associated to "directline.botframework.com" zone.
- The "Token" PE does not get associated to "privatelink.token.botframework.com" zone.
@juanandmsft will add to the backlog.