Skip to content

Commit fd8f2e2

Browse files
committed
fix more links
1 parent e7b82bf commit fd8f2e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/site-recovery/site-recovery-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ A recovery plan allows sequencing the failover of various tiers in a multi-tier
125125

126126
### Adding scripts to the recovery plan
127127

128-
You can deploy the most commonly used Azure Site Recovery scripts into your Automation account clicking the 'Deploy to Azure' button. When you're using any published script, ensure you follow the guidance in the script.
128+
You can deploy the most commonly used Azure Site Recovery scripts into your Automation account by selecting 'Deploy to Azure'. When you're using any published script, ensure you follow the guidance in the script.
129129

130-
[![Deploy to Azure](https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/c4803408-340e-49e3-9a1f-0ed3f689813d.png)](https://aka.ms/asr-automationrunbooks-deploy)
130+
[![Deploy to Azure](https://aka.ms/asr-automationrunbooks-deploy)
131131

132132
1. Add a pre action script to 'Group 1' to failover SQL Availability group. Use the `ASR-SQL-FailoverAG` script published in the sample scripts. Ensure you follow the guidance in the script and make the required changes in the script appropriately.
133133

articles/storage/common/storage-use-data-movement-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can optionally provide an instance of [TransferManagerOptions](/dotnet/api/a
9999

100100
- [CheckpointStoreOptions](/dotnet/api/azure.storage.datamovement.transfermanageroptions.checkpointstoreoptions): Optional. Defines the options for creating a checkpoint used for saving transfer state so transfers can be resumed.
101101
- [Diagnostics](/dotnet/api/azure.storage.datamovement.transfermanageroptions.diagnostics): Gets the transfer manager diagnostic options.
102-
- [ErrorHandling](/dotnet/api/azure.storage.datamovement.transfermanageroptions.errorhandling): Optional. Defines how errors are handled during a transfer. Default is `StopOnAnyFailure`.
102+
- [ErrorMode](/dotnet/api/azure.storage.datamovement.transfermanageroptions.errormode): Optional. Defines how errors are handled during a transfer. Default is `StopOnAnyFailure`.
103103
- [MaximumConcurrency](/dotnet/api/azure.storage.datamovement.transfermanageroptions.maximumconcurrency): The maximum number of workers that can be used in a parallel transfer.
104104
- [ProvidersForResuming](/dotnet/api/azure.storage.datamovement.transfermanageroptions.providersforresuming): Resource providers for the transfer manager to use in resuming a transfer. Expects one provider for each storage provider in use. To learn more, see [Resume an existing transfer](#resume-an-existing-transfer).
105105

articles/stream-analytics/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,6 @@
878878
- name: Stack Overflow
879879
href: https://stackoverflow.com/questions/tagged/azure-stream-analytics
880880
- name: Videos
881-
href: https://azure.microsoft.com/resources/videos/index/?services=stream-analytics&sort=newest
881+
href: https://azure.microsoft.com/products/stream-analytics
882882
- name: Customer case studies
883883
href: https://www.microsoft.com/customers/search?filters=product%3Aazure&q=stream+analytics

0 commit comments

Comments
 (0)