From 561fae24f010626179ec2b8b434ee1d5d4b0b11b Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Mon, 19 Aug 2024 22:08:34 +0800 Subject: [PATCH] Restore principalId --- infra/main.bicep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/main.bicep b/infra/main.bicep index 07e9a27..4bee14f 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -11,6 +11,9 @@ param location string param dddExists bool +@description('Id of the user or app to assign application roles') +param principalId string + // Tags that should be applied to all resources. // // Note that 'azd-service-name' tags should be applied separately to service host resources.