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/azure-sql-edge/deploy-dacpac.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,27 @@ SQL Database dacpac and bacpac packages can be deployed to SQL Edge using the `M
28
28
29
29
To deploy (or import) a SQL Database DAC package `(*.dacpac)` or a BACPAC file `(*.bacpac)` using Azure Blob storage and a zip file, follow the steps below.
30
30
31
-
1. Create/Extract a DAC package or Export a Bacpac File using the mechanism mentioned below.
31
+
1. Create/Extract a DAC package or Export a Bacpac File using one of the mechanism mentioned below.
32
+
- Use [SQL Database Project Extension - Azure Data Studio](/sql/azure-data-studio/extensions/sql-database-project-extension-getting-started) to [create a new database project or export an existing database](/sql/azure-data-studio/extensions/sql-database-project-extension-getting-started)
32
33
- Create or extract a SQL Database DAC package. See [Extracting a DAC from a database](/sql/relational-databases/data-tier-applications/extract-a-dac-from-a-database/) for information on how to generate a DAC package for an existing SQL Server database.
33
34
- Exporting a deployed DAC package or a database. See [Export a Data-tier Application](/sql/relational-databases/data-tier-applications/export-a-data-tier-application/) for information on how to generate a bacpac file for an existing SQL Server database.
34
35
36
+
> [!NOTE]
37
+
> If you are using external streaming jobs as part of the database, please ensure the following:
38
+
>
39
+
> - The generated dacpac will capture all the SQL Server Objects corresponding to the inputs/output streams and the streaming jobs. But the jobs will not be automatically started. In order to have the external streaming job automatically started after deployment, add a post-deployment script that restarts the jobs as follows:
> - Ensure any credentials required by the external streaming jobs to access input or output streams are provided as part of the dacpac.
49
+
50
+
51
+
35
52
2. Zip the `*.dacpac` or the `*.bacpac` file and upload it to an Azure Blob storage account. For more information on uploading files to Azure Blob storage, see [Upload, download, and list blobs with the Azure portal](../storage/blobs/storage-quickstart-blobs-portal.md).
36
53
37
54
3. Generate a shared access signature for the zip file by using the Azure portal. For more information, see [Delegate access with shared access signatures (SAS)](../storage/common/storage-sas-overview.md).
@@ -68,4 +85,4 @@ During some DACPAC or BACPAC deployments users may encounter a command timeouts,
68
85
69
86
- [Deploy SQL Edge through Azure portal](deploy-portal.md).
70
87
- [Stream Data](stream-data.md)
71
-
-[Machine learning and AI with ONNX in SQL Edge](onnx-overview.md)
88
+
- [Machine learning and AI with ONNX in SQL Edge](onnx-overview.md)
0 commit comments