You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/tutorial-sqlite-db-to-azure-sql-serverless-offline.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Once you have followed the below steps, your database will be migrated into Azur
28
28
29
29
1. Provision a new Azure SQL Database in the Serverless compute tier.
30
30
31
-

31
+

32
32
33
33
2. Ensure you have your SQLite database file available in your Windows environment. Install a SQLite ODBC Driver if you do not already have one (there are many available in Open Source, for example, http://www.ch-werner.de/sqliteodbc/).
34
34
@@ -42,7 +42,7 @@ Once you have followed the below steps, your database will be migrated into Azur
42
42
43
43
4. Download and install the self-hosted integration runtime. The easiest way to do this is the Express install option, as detailed in the documentation. If you opt for a manual install, you will need to provide the application with an authentication key, which can be located in your Data Factory instance by:
44
44
45
-
- Starting up ADF (Author and Monitor from the service in the Azure Portal)
45
+
- Starting up ADF (Author and Monitor from the service in the Azure portal)
46
46
- Click the "Author" tab (Blue pencil) on the left
47
47
- Click Connections (bottom left), then Integration runtimes
48
48
- Add new Self-Hosted Integration Runtime, give it a name, select *Option 2*.
@@ -91,7 +91,7 @@ with open('CreateTables.sql', 'w') as f:
91
91
c.close()
92
92
```
93
93
94
-
13. Create the landing tables in your Serverless SQL target environment by copying the CREATE table statements from the CreateTables.sql file and running the SQL statements in the Query Editor in the Azure Portal.
94
+
13. Create the landing tables in your Serverless SQL target environment by copying the CREATE table statements from the CreateTables.sql file and running the SQL statements in the Query Editor in the Azure portal.
95
95
96
96
14. Return to the home screen of your Data Factory and click "Copy Data" to run through the job creation wizard.
97
97
@@ -101,5 +101,5 @@ c.close()
101
101
102
102
## Next steps
103
103
104
-
- To get started, see [Quickstart: Create a single database in Azure SQL Database using the Azure Portal](sql-database-single-database-get-started.md).
104
+
- To get started, see [Quickstart: Create a single database in Azure SQL Database using the Azure portal](sql-database-single-database-get-started.md).
105
105
- For resource limits, see [Serverless compute tier resource limits](sql-database-vCore-resource-limits-single-databases.md#general-purpose---serverless-compute---gen5).
0 commit comments