I remember a long time ago that static linking as a concept was being up for discussion. If the community edition. You asked for a formal Microsoft reply so mine is not going to be that answer but if the community edition does allow you to statically link, and if the EULA doesn't specifically say anything about it, I would conclude that for release builds there shouldn't be a problem
Distributing application statically linked to vc++ runtime library

The visual studio 2022 community EULA clearly indicates which runtime dlls are distributable. However, there is no specific guidance with regard to statically linking to the CRT. Since debug dlls are not redistributable it seems logical that an application that is statically linked to the debug version of the CRT should not be distributed. Similarly, it seems logical that an application that is statically linked to the release version of the CRT should be freely distributable.
Some have asserted that the license agreement for the community edition precludes distributing any application that is statically linked to the CRT. Is this a correct interpretation over the agreement? Can Microsoft please provide an authoritative response to this question in this forum.