Skip to content

Commit 3e2ee89

Browse files
authored
Several TONE improvement changes
1 parent 219a1a0 commit 3e2ee89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sometimes you encounter Authentication issues like HTTP status 401. Especially w
3333

3434
#### Cause
3535

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.
3737

3838
#### Recommendation
3939

@@ -101,7 +101,7 @@ When trying to publish changes, you get following error message:
101101
`
102102
### Cause
103103

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.
105105

106106
#### Resolution
107107

@@ -128,7 +128,7 @@ You are unable to move a data factory from one Resource Group to another, failin
128128

129129
#### Resolution
130130

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.
132132

133133
### Unable to export and import ARM template
134134

@@ -160,7 +160,7 @@ CI/CD process has been enhanced. The **Automated** publish feature takes, valida
160160

161161
#### Issue
162162

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.
164164

165165
#### Cause
166166

@@ -174,7 +174,7 @@ For small to medium solutions, a single template is easier to understand and mai
174174

175175
#### Issue
176176

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.
178178

179179
#### Cause
180180

@@ -188,11 +188,11 @@ Use ADF **Automated publish** (preferred) or **manual trigger** method to trigg
188188

189189
##### Issue
190190

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.**
192192

193193
#### Cause
194194

195-
* You have not configured Oauth for the service.
195+
* You haven't configured Oauth for the service.
196196
* 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)
197197

198198
#### Resolution
@@ -206,7 +206,7 @@ An instance of the service, or the resource group containing it, was deleted and
206206

207207
#### Cause
208208

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.
210210

211211
#### Resolution
212212

@@ -220,7 +220,7 @@ To recover a deleted service instance that has source control configured, refer
220220

221221
* 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.**
222222

223-
### Cannot deploy to different stage using automatic publish method
223+
### Can't deploy to different stage using automatic publish method
224224

225225
#### Issue
226226
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

Comments
 (0)