i got it running now by reading below link:
thanks all
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am currently setting up SSIS Integration runtime with VNET/SubNet. We are currently using custom DNS servers, so I got a warning when I was creating the runtime, but still continue. I waited 30mins, then it failed to start due to below error:
Last operation 'Start' get the status 'Failed'.
Error code: InvalidVnetConfiguration
Error message: VNet configuration is invalid. Code : MisconfiguredDnsServerOrNsgSettings, Message: Failed to provision Azure-SSIS integration runtime (SSIS IR) in a virtual network (VNet). If you’ve configured a domain name system (DNS) server, network security group (NSG), or user-defined route (UDR) in your VNet, make sure that you follow our guideline. Please see https://docs.microsoft.com/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network to configure your VNet.
Do I simply follow below instructions and replace the IP with our DNS server IPs?
Configure a custom DNS server
If you want to use your own DNS server in the virtual network to resolve your private hostnames, make sure that it can also resolve global Azure hostnames (for example, your Azure Blob Storage named <your storage account>.blob.core.windows
.).
At present, for Azure-SSIS IR to use your own DNS server, you need to configure it with a standard custom setup following these steps:
i got it running now by reading below link:
thanks all