Skip to content

Commit 570f271

Browse files
authored
Added ARM template deployment failing TSG
1 parent 0d2b71b commit 570f271

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/data-factory/ci-cd-github-troubleshoot-guide.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: ci-cd
1010
ms.custom: synapse
1111
ms.topic: troubleshooting
12-
ms.date: 09/09/2021
12+
ms.date: 11/09/2021
1313
---
1414

1515
# Troubleshoot CI-CD, Azure DevOps, and GitHub issues in Azure Data Factory and Synapse Analytics
@@ -303,7 +303,7 @@ Need to parameterize linked service integration run time
303303
#### Cause
304304
This feature is not supported.
305305

306-
#### Resolutio
306+
#### Resolution
307307
You have to select manually and set an integration runtime. You can use PowerShell API to change as well. This change can have downstream implications.
308308

309309
### Update/change Integration runtime during CI/CD.
@@ -317,6 +317,16 @@ Parameterizing an entity reference (Integration runtime in Linked service, Datas
317317
#### Resolution
318318
Data Factory requires you to have the same name and type of integration runtime across all stages of CI/CD.
319319

320+
### ARM template deployment failing with error DataFactoryPropertyUpdateNotSupported
321+
322+
##### Issue
323+
ARM template deployment fails with an error such as DataFactoryPropertyUpdateNotSupported: Updating property type is not supported.
324+
325+
##### Cause
326+
The ARM template deployment is attempting to change the type of an existing integration runtime. This is not allowed and will cause a deployment failure because data factory requires the same name and type of integration runtime across all stages of CI/CD.
327+
328+
##### Resolution
329+
If you want to share integration runtimes across all stages, consider using a ternary factory just to contain the shared integration runtimes. You can use this shared factory in all of your environments as a linked integration runtime type. For more information, refer to [Continuous integration and delivery - Azure Data Factory](https://docs.microsoft.com/azure/data-factory/continuous-integration-delivery#best-practices-for-cicd)
320330

321331
## Next steps
322332

0 commit comments

Comments
 (0)