Skip to content

Commit 36af82c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pl-tut-cosmos
2 parents 9c4060c + 89e7aca commit 36af82c

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

articles/azure-vmware/deploy-disaster-recovery-using-jetstream.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For full details, refer to the article: [Disaster Recovery with Azure NetApp Fil
121121

122122
- (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.
123123

124-
- [Integrate Azure NetApp Files with Azure VMware Solution](https://docs.microsoft.com/azure/azure-vmware/netapp-files-with-azure-vmware-solution)
124+
- [Attach Azure NetApp Files datastores to Azure VMware Solution hosts (Preview)](attach-azure-netapp-files-to-azure-vmware-solution-hosts.md)
125125
- [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/)
126126

127127
### 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
141141

142142
- 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.
143143
- (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)
146144

145+
- [Attach Azure NetApp Files datastores to Azure VMware Solution hosts (Preview)](attach-azure-netapp-files-to-azure-vmware-solution-hosts.md)
146+
- [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+
147148
For more on-premises JetStream DR prerequisites, see the [JetStream Pre-Installation Guide](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/pre-installation-guidelines/).
148149

149150

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ Until recently, the it was only possible to publish a pipeline for deployments b
156156

157157
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.
158158

159-
### Cannot publish because of 4-MB ARM template limit
159+
### Cannot publish because of 4 MB ARM template limit
160160

161161
#### Issue
162162

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 4 MB total template size. You need a solution to deploy after crossing the limit.
164164

165165
#### Cause
166166

@@ -178,7 +178,7 @@ While publishing ADF resources, the azure pipeline triggers twice or more instea
178178

179179
#### Cause
180180

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

183183
#### Resolution
184184

@@ -343,6 +343,19 @@ On publish, ADF fetches every file inside each folder in the collaboration branc
343343
#### Resolution
344344
Delete the PartialTemplates folder and republish. You can delete the temporary files in that folder as well.
345345

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+
346359
## Next steps
347360

348361
For more help with troubleshooting, try the following resources:

0 commit comments

Comments
 (0)