Thanks for posting your question in the Microsoft Q&A forum.
Enable logical replication on your PostgreSQL Single Server. For Single Server instances, you can't directly modify the WAL level parameter. Instead, you need to enable logical replication, which will automatically set the WAL level to logical
After enabling logical replication and restarting the server, the WAL level will be set to logical
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful