Skip to content

Commit d1b5eed

Browse files
authored
Update articles/azure-sql-edge/deploy-dacpac.md
1 parent 3d17f8d commit d1b5eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-sql-edge/deploy-dacpac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To deploy (or import) a SQL Database DAC package `(*.dacpac)` or a BACPAC file `
3636
> [!NOTE]
3737
> If you are using external streaming jobs as part of the database, please ensure the following:
3838
>
39-
> 1. 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:
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:
4040
>
4141
> ```
4242
> exec sys.sp_stop_streaming_job @name=N'<JOB NAME>';
@@ -45,7 +45,7 @@ To deploy (or import) a SQL Database DAC package `(*.dacpac)` or a BACPAC file `
4545
> GO
4646
> ```
4747
>
48-
> 2. Ensure any credentials required by the external streaming jobs to access input or output streams are provided as part of the dacpac.
48+
> - Ensure any credentials required by the external streaming jobs to access input or output streams are provided as part of the dacpac.
4949
5050
5151

0 commit comments

Comments
 (0)