Skip to content

Commit a309566

Browse files
committed
update per doc reviewer comments
1 parent 3462655 commit a309566

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/integration-services/devops/ssis-devops-standalone.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ SSISBuild.exe -project|-p:<dtproj file path> [-configuration|-c:<configuration n
6161

6262
**Examples**
6363

64-
1. Build a dtproj with the first defined project configuration, not encrypted with password:
64+
- Build a dtproj with the first defined project configuration, not encrypted with password:
6565
```
6666
SSISBuild.exe -p:"C:\projects\demo\demo.dtproj"
6767
```
6868
69-
1. Build a dtproj with configuration "DevConfiguration", encrypted with password, and output the build artifacts to a specific folder:
69+
- Build a dtproj with configuration "DevConfiguration", encrypted with password, and output the build artifacts to a specific folder:
7070
```
7171
SSISBuild.exe -p:C:\projects\demo\demo.dtproj -c:DevConfiguration -pp:encryptionpassword -o:D:\folder
7272
```
7373
74-
1. Build a dtproj with configuration "DevConfiguration", encrypted with password, striping its sensitive data, and log level DIAG:
74+
- Build a dtproj with configuration "DevConfiguration", encrypted with password, striping its sensitive data, and log level DIAG:
7575
```
7676
SSISBuild.exe -p:C:\projects\demo\demo.dtproj -c:DevConfiguration -pp:encryptionpassword -ss -l:diag
7777
```
@@ -101,27 +101,27 @@ SSISDeploy.exe -source|-s:<source path> -destination|-d:<type>;<path>[;server] [
101101
102102
**Examples**
103103
104-
1. Deploy a single ISPAC not encrypted with password to SSIS catalog with Windows authentication.
104+
- Deploy a single ISPAC not encrypted with password to SSIS catalog with Windows authentication.
105105
```
106106
SSISDeploy.exe -s:D:\myfolder\demo.ispac -d:catalog;/SSISDB/destfolder;myssisserver -at:win
107107
```
108108
109-
1. Deploy a single ISPAC encrypted with password to SSIS catalog with SQL authentication, and rename the project name.
109+
- Deploy a single ISPAC encrypted with password to SSIS catalog with SQL authentication, and rename the project name.
110110
```
111111
SSISDeploy.exe -s:D:\myfolder\test.ispac -d:catalog;/SSISDB/folder/testproj;myssisserver -at:sql -u:sqlusername -p:sqlpassword -pp:encryptionpassword
112112
```
113113
114-
1. Deploy ISPAC files from a folder that are encrypted with a same password to SSIS catalog with Windows authentication, and append TrustServerCertificate=True to the connection string.
114+
- Deploy ISPAC files from a folder that are encrypted with a same password to SSIS catalog with Windows authentication, and append TrustServerCertificate=True to the connection string.
115115
```
116116
SSISDeploy.exe -s:D:\myfolder -d:catalog;/SSISDB/folder;myssisserver -at:win -css:TrustServerCertificate=True -pp:encryptionpassword
117117
```
118118
119-
1. Deploy a single SSISDeploymentManifest and its associated files to Azure file share.
119+
- Deploy a single SSISDeploymentManifest and its associated files to Azure file share.
120120
```
121121
SSISDeploy.exe -s:D:\myfolder\mypackage.SSISDeploymentManifest -d:file;\\myssisshare.file.core.windows.net\destfolder -u:Azure\myssisshare -p:storagekey
122122
```
123123
124-
1. Deploy a folder of DTSX files to on-premises file system.
124+
- Deploy a folder of DTSX files to on-premises file system.
125125
```
126126
SSISDeploy.exe -s:D:\myfolder -d:file;\\myssisshare\destfolder
127127
```
@@ -137,4 +137,4 @@ Initial preview release of standalone SSIS DevOps Tools.
137137
## Next steps
138138
139139
- Get [standalone SSIS DevOps Tools](https://aka.ms/AA9xp65)
140-
- If you have questions, visit [Q&A](https://marketplace.visualstudio.com/items?itemName=SSIS.ssis-devops-tools&ssr=false#qna) or [ssistoolsfeedbacks@microsoft.com](mailto:ssistoolsfeedbacks@microsoft.com)
140+
- If you have questions, visit [Q&A](https://marketplace.visualstudio.com/items?itemName=SSIS.ssis-devops-tools&ssr=false#qna)

0 commit comments

Comments
 (0)