You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/ci-cd-github-troubleshoot-guide.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Sometimes you encounter Authentication issues like HTTP status 401. Especially w
33
33
34
34
#### Cause
35
35
36
-
What we have observed is that the token was obtained from the original tenant, but the service is in guest tenant and trying to use the token to visit DevOps in guest tenant. This is not the expected behavior.
36
+
What we have observed is that the token was obtained from the original tenant, but the service is in guest tenant and trying to use the token to visit DevOps in guest tenant. This isn't the expected behavior.
37
37
38
38
#### Recommendation
39
39
@@ -101,7 +101,7 @@ When trying to publish changes, you get following error message:
101
101
`
102
102
### Cause
103
103
104
-
You have detached the Git configuration and set it up again with the "Import resources" flag selected, which sets the service as "in sync". This means no change during publication..
104
+
You have detached the Git configuration and set it up again with the "Import resources" flag selected, which sets the service as "in sync". This means no change during publication.
105
105
106
106
#### Resolution
107
107
@@ -128,7 +128,7 @@ You are unable to move a data factory from one Resource Group to another, failin
128
128
129
129
#### Resolution
130
130
131
-
You can delete the SSIS-IR and Shared IRs to allow the move operation. If you do not want to delete the integration runtimes, then the best way is to follow the copy and clone document to do the copy and after it's done, delete the old data factory.
131
+
You can delete the SSIS-IR and Shared IRs to allow the move operation. If you don't want to delete the integration runtimes, then the best way is to follow the copy and clone document to do the copy and after it's done, delete the old data factory.
132
132
133
133
### Unable to export and import ARM template
134
134
@@ -160,7 +160,7 @@ CI/CD process has been enhanced. The **Automated** publish feature takes, valida
160
160
161
161
#### Issue
162
162
163
-
You cannot deploy because you hit Azure Resource Manager limit of 4 MB total template size. You need a solution to deploy after crossing the limit.
163
+
You can't deploy because you hit Azure Resource Manager limit of 4 MB total template size. You need a solution to deploy after crossing the limit.
164
164
165
165
#### Cause
166
166
@@ -174,7 +174,7 @@ For small to medium solutions, a single template is easier to understand and mai
174
174
175
175
#### Issue
176
176
177
-
While publishing ADF resources, the azure pipeline triggers twice every time.
177
+
While publishing ADF resources, the azure pipeline triggers twice instead of once.
178
178
179
179
#### Cause
180
180
@@ -188,11 +188,11 @@ Use ADF **Automated publish** (preferred) or **manual trigger** method to trigg
188
188
189
189
##### Issue
190
190
191
-
You cannot connect to GIT Enterprise because of permission issues. You can see error like **422 - Unprocessable Entity.**
191
+
You can't connect to GIT Enterprise because of permission issues. You can see error like **422 - Unprocessable Entity.**
192
192
193
193
#### Cause
194
194
195
-
* You have not configured Oauth for the service.
195
+
* You haven't configured Oauth for the service.
196
196
* Your URL is misconfigured. The repoConfiguration should be of type [FactoryGitHubConfiguration](/dotnet/api/microsoft.azure.management.datafactory.models.factorygithubconfiguration?view=azure-dotnet&preserve-view=true)
197
197
198
198
#### Resolution
@@ -206,7 +206,7 @@ An instance of the service, or the resource group containing it, was deleted and
206
206
207
207
#### Cause
208
208
209
-
It is possible to recover the instance only if source control was configured for it with DevOps or Git. This action will bring all the latest published resources, but **will not** restore any unpublished pipelines, datasets, or linked services. If there is no Source control, recovering a deleted instance from the Azure backend is not possible because once the service receives the delete command, the instance is permanently deleted without any backup.
209
+
It is possible to recover the instance only if source control was configured for it with DevOps or Git. This action will bring all the latest published resources, but **will not** restore any unpublished pipelines, datasets, or linked services. If there is no Source control, recovering a deleted instance from the Azure backend isn't possible because once the service receives the delete command, the instance is permanently deleted without any backup.
210
210
211
211
#### Resolution
212
212
@@ -220,7 +220,7 @@ To recover a deleted service instance that has source control configured, refer
220
220
221
221
* If there was a Self-hosted Integration Runtime in a deleted data factory or Synapse workspace, a new instance of the IR must be created in a new factory or workspace. The on-premises or virtual machine IR instance must be uninstalled and reinstalled, and a new key obtained. After setup of the new IR is completed, the Linked Service must be updated to point to new IR and the connected tested again, or it will fail with error **invalid reference.**
222
222
223
-
### Cannot deploy to different stage using automatic publish method
223
+
### Can't deploy to different stage using automatic publish method
224
224
225
225
#### Issue
226
226
Customer followed all necessary steps like installing NPM package and setting up a higher stage using Azure DevOps, but deployment still fails.
0 commit comments