diff --git a/builtin/azure/aci/platform.go b/builtin/azure/aci/platform.go index 10176e3629b..ad57a003783 100644 --- a/builtin/azure/aci/platform.go +++ b/builtin/azure/aci/platform.go @@ -83,7 +83,7 @@ func (p *Platform) Deploy( }, } - auth, err := deployment.authenticate(ctx) + auth, err := deployment.authenticate(ctx, log) if err != nil { return nil, status.Error( codes.Unauthenticated,