Hi @nononame2021 , welcome to Microsoft Q&A forum.
It seems you want to migrate your on-premise SQL Server(SQL server on your windows machine) to Azure SQL Database.
There are many ways to do this. Below are few simple approaches you can choose to migrate it:
- Data Migration Assistant: The tool provides the simple User interface to assess and migrate your database to cloud. Please go through the article for step by step details.
- Using BACPAC: Creating bacpac file from on-premise and importing to Azure SQL Server.
- Migrate SQL Server to Azure SQL Database using DMS: This is another azure service that helps in migrating data to azure SQL Database
There are other ways also to do it but as you are new to cloud, these are simple approaches you can take to migrate.
All these articles are step by step process but in case you are facing any challenges/issues please let us know and we can look further into it.
----------
Please click on button if the answer helped you, as this could also help others having similar queries.