Skip to content

Commit d4bfd09

Browse files
authored
fix VIDEO syntax
old URL format won't work with new player - ID is sufficient
1 parent 8de1108 commit d4bfd09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/load-balancer/upgrade-basic-standard-with-powershell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ms.custom: template-how-to, engagement-fy23
2121
This article introduces a PowerShell module that creates a Standard Load Balancer with the same configuration as the Basic Load Balancer, then associates the Virtual Machine Scale Set or Virtual Machine backend pool members with the new Load Balancer.
2222

2323
For an in-depth walk-through of the upgrade module and process, see the following video:
24-
> [!VIDEO https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/video-embed.html?id=8e203b99-41ff-4454-9cbd-58856708f1c6]
24+
25+
> [!VIDEO 8e203b99-41ff-4454-9cbd-58856708f1c6]
2526
2627
- 03:06 - <a href="https://learn-video.azurefd.net/vod/player?id=8e203b99-41ff-4454-9cbd-58856708f1c6?#time=0h3m06s" target="_blank">Step-by-step</a>
2728
- 32:54 - <a href="https://learn-video.azurefd.net/vod/player?id=8e203b99-41ff-4454-9cbd-58856708f1c6#time=0h32m45s" target="_blank">Recovery</a>
@@ -304,7 +305,8 @@ For internal Load Balancers, Outbound Rules are not an option because there is n
304305
The module is designed to accommodate failures, either due to unhandled errors or unexpected script termination. The failure design is a 'fail forward' approach, where instead of attempting to move back to the Basic Load Balancer, you should correct the issue causing the failure (see the error output or log file), and retry the migration again, specifying the `-FailedMigrationRetryFilePathLB <BasicLoadBalancerBackupFilePath> -FailedMigrationRetryFilePathVMSS <VMSSBackupFile>` parameters. For public load balancers, because the Public IP Address SKU has been updated to Standard, moving the same IP back to a Basic Load Balancer won't be possible.
305306

306307
Watch a video of the recovery process:
307-
> [!VIDEO https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/video-embed.html?id=8e203b99-41ff-4454-9cbd-58856708f1c6]
308+
309+
> [!VIDEO 8e203b99-41ff-4454-9cbd-58856708f1c6]
308310
309311
If your failed migration was targeting multiple load balancers at the same time, using the `-MultiLBConfig` parameter, recover each Load Balancer individually using the same process as below.
310312

0 commit comments

Comments
 (0)