MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.5k forks source link

Script - Section which creates the SSIDB DB #73563

Closed chaisen2006 closed 3 years ago

chaisen2006 commented 3 years ago

Can you please let know which section of the poweshell script covers the below. "Deployment settings Create SSIS catalog (SSISDB) hosted by Azure SQL Database server/Managed Instance to store your projects/packages/environments/execution logs[Enter feedback here]"

Check and Uncheck this option using powershell?

As I already have a SSIS DB in place and want to un-check the above option in the script. ( while creating a SSIS IR )

Thanks


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

RohitMungi-MSFT commented 3 years ago

@chaisen2006 Thanks for the feedback. We are investigating the issue and will update you shortly.

swinarko commented 3 years ago

If you want to attach a new SSIS IR to your existing SSISDB, see https://docs.microsoft.com/azure/data-factory/configure-bcdr-azure-ssis-integration-runtime#attach-a-new-azure-ssis-ir-to-existing-ssisdb-hosted-by-azure-sql-databasemanaged-instance.

If you want to create a new SSIS IR without SSISDB using PowerShell, see https://docs.microsoft.com/azure/data-factory/create-azure-ssis-integration-runtime#use-azure-powershell-to-create-an-integration-runtime and leave $SSISDBServerEndpoint empty.

please-close