use below code to add a file group to a database with FILESTREAM option/support,
ALTER DATABASE [TestDatabase] ADD FILEGROUP TestDatabase_FSGroup CONTAINS FILESTREAM
GO
You will face 'FILESTREAM is not enabled' error until you enable FILESTREAM support on SQL server instance