vaContext.portal == "sp" will show false if VA is invoked in MS TeamsIssue vaContext.portal == "sp" is show false if VA is invoked in MS Teams. In portal this is true.ReleaseAnyCauseThis is expected behavior.ResolutionIf used as a condition add and/or condition that will pass in MS Team. Like: vaContext.deviceType === 'teams'