Skip to content

Commit 0c66c66

Browse files
authored
Update tutorial-sqlite-db-to-azure-sql-serverless-offline.md
1 parent d8c564f commit 0c66c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sql-database/tutorial-sqlite-db-to-azure-sql-serverless-offline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Once you have followed the below steps, your database will be migrated into Azur
2828

2929
1. Provision a new Azure SQL Database in the Serverless compute tier.
3030

31-
![screenshot of Azure Portal showing provisioning example for azure sql database serverless](./media/tutorial-sqlite-db-to-azure-sql-serverless-offline/provision-serverless.png)
31+
![screenshot of Azure portal showing provisioning example for azure sql database serverless](./media/tutorial-sqlite-db-to-azure-sql-serverless-offline/provision-serverless.png)
3232

3333
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/).
3434

@@ -42,7 +42,7 @@ Once you have followed the below steps, your database will be migrated into Azur
4242

4343
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:
4444

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)
4646
- Click the "Author" tab (Blue pencil) on the left
4747
- Click Connections (bottom left), then Integration runtimes
4848
- Add new Self-Hosted Integration Runtime, give it a name, select *Option 2*.
@@ -91,7 +91,7 @@ with open('CreateTables.sql', 'w') as f:
9191
c.close()
9292
```
9393

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.
9595

9696
14. Return to the home screen of your Data Factory and click "Copy Data" to run through the job creation wizard.
9797

@@ -101,5 +101,5 @@ c.close()
101101

102102
## Next steps
103103

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).
105105
- 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

Comments
 (0)