diff --git a/infra/app/web.bicep b/infra/app/web.bicep index f7a122f..8efa7c2 100644 --- a/infra/app/web.bicep +++ b/infra/app/web.bicep @@ -54,5 +54,3 @@ module appServiceWebApp 'br/public:avm/res/web/site:0.9.0' = { } } } - -output systemAssignedManagedIdentityPrincipalId string = appServiceWebApp.outputs.systemAssignedMIPrincipalId