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/azure-vmware/deploy-disaster-recovery-using-jetstream.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ For full details, refer to the article: [Disaster Recovery with Azure NetApp Fil
121
121
122
122
- (Optional) Azure NetApp Files volume(s) are created and attached to the Azure VMware Solution private cloud for recovery or failover of protected VMs to Azure NetApp Files backed datastores.
123
123
124
-
-[Integrate Azure NetApp Files with Azure VMware Solution](https://docs.microsoft.com/azure/azure-vmware/netapp-files-with-azure-vmware-solution)
-[Disaster Recovery with Azure NetApp Files, JetStream DR and AVS (Azure VMware Solution)](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/disaster-recovery-with-azure-netapp-files-jetstream-dr-and-avs-azure-vmware-solution/)
126
126
127
127
### Scenario 2: Azure VMware Solution to Azure VMware Solution DR
@@ -141,9 +141,10 @@ For full details, refer to the article: [Disaster Recovery with Azure NetApp Fil
141
141
142
142
- A DNS server configured on both the primary and DR sites to resolve the IP addresses of Azure VMware Solution vCenter Server, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
143
143
- (Optional) Azure NetApp Files volume(s) are created and attached to the Azure VMware Solution private cloud for recovery or failover of protected VMs to Azure NetApp Files backed datastores.
144
-
-[Integrate Azure NetApp Files with Azure VMware Solution](https://docs.microsoft.com/azure/azure-vmware/netapp-files-with-azure-vmware-solution)
145
-
-[Disaster Recovery with Azure NetApp Files, JetStream DR and AVS (Azure VMware Solution)](https://docs.microsoft.com/azure/azure-vmware/netapp-files-with-azure-vmware-solution)
-[Disaster Recovery with Azure NetApp Files, JetStream DR and AVS (Azure VMware Solution)](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/disaster-recovery-with-azure-netapp-files-jetstream-dr-and-avs-azure-vmware-solution/)
147
+
147
148
For more on-premises JetStream DR prerequisites, see the [JetStream Pre-Installation Guide](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/pre-installation-guidelines/).
Copy file name to clipboardExpand all lines: articles/data-factory/ci-cd-github-troubleshoot-guide.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,11 +156,11 @@ Until recently, the it was only possible to publish a pipeline for deployments b
156
156
157
157
CI/CD process has been enhanced. The **Automated** publish feature takes, validates, and exports all ARM template features from the UI. It makes the logic consumable via a publicly available npm package [@microsoft/azure-data-factory-utilities](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities). This method allows you to programmatically trigger these actions instead of having to go to the UI and click a button. This method gives your CI/CD pipelines a **true** continuous integration experience. Follow [CI/CD Publishing Improvements](./continuous-integration-delivery-improvements.md) for details.
158
158
159
-
### Cannot publish because of 4-MB ARM template limit
159
+
### Cannot publish because of 4MB ARM template limit
160
160
161
161
#### Issue
162
162
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.
163
+
You can't deploy because you hit Azure Resource Manager limit of 4MB total template size. You need a solution to deploy after crossing the limit.
164
164
165
165
#### Cause
166
166
@@ -178,7 +178,7 @@ While publishing ADF resources, the azure pipeline triggers twice or more instea
178
178
179
179
#### Cause
180
180
181
-
Azure DevOps has the 20MB REST API limit. When the ARM template exceeds this size, ADF internally splits the template file into multiple files with linked templates to solve this issue. As a side effect, this split could result in customer's triggers being run more than once.
181
+
Azure DevOps has the 20-MB REST API limit. When the ARM template exceeds this size, ADF internally splits the template file into multiple files with linked templates to solve this issue. As a side effect, this split could result in customer's triggers being run more than once.
182
182
183
183
#### Resolution
184
184
@@ -343,6 +343,19 @@ On publish, ADF fetches every file inside each folder in the collaboration branc
343
343
#### Resolution
344
344
Delete the PartialTemplates folder and republish. You can delete the temporary files in that folder as well.
345
345
346
+
347
+
#### Error code: InvalidTemplate
348
+
349
+
#### Issue
350
+
Message says *Unable to parse expression.* The expression passed in the dynamic content of an activity isn't being processed correctly because of a syntax error.
351
+
352
+
#### Cause
353
+
Dynamic content is not written as per expression language requirements.
354
+
355
+
#### Resolution
356
+
* For debug run, check expressions in pipeline within current git branch.
357
+
* For Triggered run, check expressions in pipeline within *Live* mode .
358
+
346
359
## Next steps
347
360
348
361
For more help with troubleshooting, try the following resources:
0 commit comments