Skip to content

Commit 9f4771f

Browse files
committed
update relative link
1 parent c585d7f commit 9f4771f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/ssis-integration-runtime-management-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,18 @@ If Azure-SSIS IR provisioning fails, all the resources that were created are del
178178

179179
### PublicIPResourceGroupLockedDuringStop
180180

181-
When you stop Azure-SSIS IR, all the network resources created in the resource group containing your public IP address will be deleted. But deletion can fail if there's a resource delete lock at the subscription or resource group (which contains your static public IP address) level. Please remove the delete lock and restart the IR.
181+
When you stop Azure-SSIS IR, all the network resources created in the resource group containing your public IP address will be deleted. But deletion can fail if there's a resource delete lock at the subscription or resource group (which contains your static public IP address) level. Remove the delete lock and restart the IR.
182182

183183
### PublicIPResourceGroupLockedDuringUpgrade
184184

185-
Azure-SSIS IR is automatically updated on a regular basis. New IR nodes are created during upgrade and the old nodes will be deleted. Also, the created network resources (e.g., the load balancer and the network security group) for the old nodes are deleted, and the new network resources are created under your subscription. This error means that deleting the network resources for the old nodes failed due to a delete lock at the subscription or resource group (which contains your static public IP address) level. Please remove the delete lock so that we can cleanup the old nodes and release the static public IP address for the old nodes. Otherwise the static public IP address cannot be released and we will not be able to upgrade your IR further.
185+
Azure-SSIS IR is automatically updated on a regular basis. New IR nodes are created during upgrade and the old nodes will be deleted. Also, the created network resources (e.g., the load balancer and the network security group) for the old nodes are deleted, and the new network resources are created under your subscription. This error means that deleting the network resources for the old nodes failed due to a delete lock at the subscription or resource group (which contains your static public IP address) level. Remove the delete lock so that we can clean up the old nodes and release the static public IP address for the old nodes. Otherwise the static public IP address cannot be released and we will not be able to upgrade your IR further.
186186

187187
### PublicIPNotUsableDuringUpgrade
188188

189-
When you want to bring your own static public IP addresses, two public IP addresses should be provided. One of them will be used to create the IR nodes immediately and another one will be used during upgrade of the IR. This error can occur when the other public IP address is unusable during upgrade. Please refer to [InvalidPublicIPSpecified](#InvalidPublicIPSpecified) for possible causes.
189+
When you want to bring your own static public IP addresses, two public IP addresses should be provided. One of them will be used to create the IR nodes immediately and another one will be used during upgrade of the IR. This error can occur when the other public IP address is unusable during upgrade. Refer to [InvalidPublicIPSpecified](#InvalidPublicIPSpecified) for possible causes.
190190

191191
## Resource management
192192

193193
### Resource tag not updated
194194

195-
You can apply [tags](https://docs.microsoft.com/azure/azure-resource-manager/management/tag-resources?tabs=json) to your Azure resources to logically organize them into a taxonomy. while the SSIS IR is running, changes to SSIS IR parent data factory tags will not take effective until SSIS IR is restarted.
195+
You can apply [tags](../azure-resource-manager/management/tag-resources.md) to your Azure resources to logically organize them into a taxonomy. While the SSIS IR is running, changes to SSIS IR parent data factory tags will not take effective until SSIS IR is restarted.

0 commit comments

Comments
 (0)