Skip to content

Commit 6183a42

Browse files
Merge pull request #263235 from MicrosoftDocs/JasonWHowell-patch-1
Fix Links
2 parents cfec13a + 937c13e commit 6183a42

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/education-hub/navigate-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Additionally, you can ‘View cost details’, which will send you into Microsof
2626

2727
<iframe width="560" height="315" src="https://www.youtube.com/embed/UrkHiUx19Po?si=EREdwKeBAGnlOeSS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
2828

29-
Read more about this tutorial [Create and Manage Budgets](https://learn.microsoft.com/azure/cost-management-billing/costs/tutorial-acm-create-budgets)
29+
Read more about this tutorial [Create and Manage Budgets](../cost-management-billing/costs/tutorial-acm-create-budgets.md)
3030

3131
## Next steps
3232

articles/governance/machine-configuration/migrate-from-azure-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ configuration stored in Azure Automation by making a REST request to the service
394394
[04]: /powershell/gallery/how-to/working-with-local-psrepositories
395395
[05]: ./how-to-create-package.md
396396
[06]: ./how-to-create-package.md#author-a-configuration
397-
[07]: https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.4
397+
[07]: /powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.4
398398
[08]: https://github.com/Azure/azure-policy/blob/bbfc60104c2c5b7fa6dd5b784b5d4713ddd55218/samples/GuestConfiguration/package-samples/resource-modules/WindowsDscConfiguration/DscResources/WindowsDscConfiguration/WindowsDscConfiguration.psm1#L97
399399
[09]: ./dsc-in-machine-configuration.md#special-requirements-for-get
400400
[10]: ../../azure-resource-manager/management/overview.md#terminology

articles/update-manager/pre-post-events-common-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This article presents the frequently asked questions in the lifecycle of pre and
5757
1. On the selected maintenance configuration page, under **Settings**, select **Events**.
5858
1. In the **Essentials** section, view metrics to see the metrics for all the events that are part of the event subscription. In the grid, the count of the Published Events metric should match with the count of Matched Events metric. Both of these two values should also correspond with the Delivered Events count.
5959
1. To view the metrics specific to a pre or a post event, select the name of the event from the grid. Here, the count of Matched Events metric should match with the Delivered Events count.
60-
1. To view the time at which the event was triggered, hover over the line graph. [Learn more](https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-systemtopics-metrics).
60+
1. To view the time at which the event was triggered, hover over the line graph. [Learn more](/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-systemtopics-metrics).
6161

6262

6363
## How to check an unsuccessful delivery of a pre and post events to an endpoint from Event Grid?
@@ -188,4 +188,4 @@ If the user modifies the schedule run time after the pre-event has been triggere
188188
189189
## Next steps
190190
- For an overview on [pre and post scenarios](pre-post-scripts-overview.md)
191-
- Manage the [pre and post maintenance configuration events](manage-pre-post-events.md)
191+
- Manage the [pre and post maintenance configuration events](manage-pre-post-events.md)

articles/virtual-network/ip-services/default-outbound-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are multiple ways to turn off default outbound access. The following secti
8585

8686
:::image type="content" source="./media/default-outbound-access/private-subnet-portal.png" alt-text="Screenshot of Azure portal showing Private subnet option.":::
8787

88-
* Using PowerShell, when creating a subnet with [New-AzVirtualNetworkSubnetConfig](https://learn.microsoft.com/powershell/module/az.network/new-azvirtualnetworksubnetconfig?view=azps-11.1.0), use the `DefaultOutboundAccess` option and choose "$false"
88+
* Using PowerShell, when creating a subnet with [New-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/new-azvirtualnetworksubnetconfig), use the `DefaultOutboundAccess` option and choose "$false"
8989

9090
* Using CLI, when creating a subnet with [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-create), use the `--default-outbound` option and choose "false"
9191

0 commit comments

Comments
 (0)