Skip to content

Commit df8f424

Browse files
Merge pull request #185156 from cmcclister/cm-linkfix-20220114-4
LinkFix: azure-docs-pr (2022-01) - 4
2 parents 5efd39e + 7bd0a7e commit df8f424

19 files changed

+55
-59
lines changed

articles/virtual-machines/image-builder-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To allow Azure VM Image Builder to distribute images to either the managed image
105105

106106
In API version 2021-10-01 and beyond, Azure VM Image Builder supports adding Azure user-assigned identities to the build VM to enable scenarios where you will need to authenticate with services like Azure Key Vault in your subscription.
107107

108-
For more information on permissions, please see the following links: [PowerShell](./linux/image-builder-permissions-powershell.md), [AZ CLI](./linux/image-builder-permissions-cli.md) and [Image Builder template reference: Identity](https://docs.microsoft.com/azure/virtual-machines/linux/image-builder-json#identity).
108+
For more information on permissions, please see the following links: [PowerShell](./linux/image-builder-permissions-powershell.md), [AZ CLI](./linux/image-builder-permissions-cli.md) and [Image Builder template reference: Identity](./linux/image-builder-json.md#identity).
109109

110110
## Costs
111111
You will incur some compute, networking and storage costs when creating, building and storing images with Azure Image Builder. These costs are similar to the costs incurred in manually creating custom images. For the resources, you will be charged at your Azure rates.
@@ -131,8 +131,8 @@ az vm image list --publisher Canonical --sku gen2 --output table --all
131131
```
132132

133133
For more information on which Azure VM images support Gen2, please visit: [Generation 2 VM images in Azure Marketplace
134-
](https://docs.microsoft.com/azure/virtual-machines/generation-2)
134+
](./generation-2.md)
135135

136136
## Next steps
137137

138-
To try out the Azure Image Builder, see the articles for building [Linux](./linux/image-builder.md) or [Windows](./windows/image-builder.md) images.
138+
To try out the Azure Image Builder, see the articles for building [Linux](./linux/image-builder.md) or [Windows](./windows/image-builder.md) images.

articles/virtual-machines/linux/time-sync.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Time sync is important for security and event correlation. Sometimes it is used
1919
Azure is backed by infrastructure running Windows Server 2016. Windows Server 2016 has improved algorithms used to correct time and condition the local clock to synchronize with UTC. The Windows Server 2016 Accurate Time feature greatly improved how the VMICTimeSync service that governs VMs with the host for accurate time. Improvements include more accurate initial time on VM start or VM restore and interrupt latency correction.
2020

2121
> [!NOTE]
22-
> For a quick overview of Windows Time service, take a look at this [high-level overview video](https://aka.ms/WS2016TimeVideo).
22+
> For a quick overview of Windows Time service, take a look at this [high-level overview video](/shows/).
2323
>
2424
> For more information, see [Accurate time for Windows Server 2016](/windows-server/networking/windows-time-service/accurate-time).
2525
@@ -144,6 +144,4 @@ On SUSE and Ubuntu releases before 19.10, time sync is configured using [systemd
144144

145145
## Next steps
146146

147-
For more information, see [Accurate time for Windows Server 2016](/windows-server/networking/windows-time-service/accurate-time).
148-
149-
147+
For more information, see [Accurate time for Windows Server 2016](/windows-server/networking/windows-time-service/accurate-time).

articles/virtual-machines/monitor-vm-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This section lists the platform metrics that are collected for Azure virtual mac
1717

1818
| Metric type | Resource provider / type namespace<br/> and link to individual metrics |
1919
|-------|-----|
20-
| Virtual machines | [Microsoft.Compute/virtualMachines](/azure/azure-monitor/essentials/metrics-supported#microsoftcomputevirtualmachines) |
21-
| Virtual machine scale sets | [Microsoft.Compute/virtualMachineScaleSets](/azure/azure-monitor/essentials/metrics-supported#microsoftcomputevirtualmachinescalesets)|
22-
| Virtual machine scale sets and virtual machines | [Microsoft.Compute/virtualMachineScaleSets/virtualMachines](/azure/azure-monitor/essentials/metrics-supported#microsoftcomputevirtualmachinescalesetsvirtualmachines)|
20+
| Virtual machines | [Microsoft.Compute/virtualMachines](../azure-monitor/essentials/metrics-supported.md#microsoftcomputevirtualmachines) |
21+
| Virtual machine scale sets | [Microsoft.Compute/virtualMachineScaleSets](../azure-monitor/essentials/metrics-supported.md#microsoftcomputevirtualmachinescalesets)|
22+
| Virtual machine scale sets and virtual machines | [Microsoft.Compute/virtualMachineScaleSets/virtualMachines](../azure-monitor/essentials/metrics-supported.md#microsoftcomputevirtualmachinescalesetsvirtualmachines)|
2323
| | |
2424

2525
For more information, see a list of [platform metrics that are supported in Azure Monitor](/azure/azure-monitor/platform/metrics-supported).
@@ -50,7 +50,7 @@ For reference documentation about Azure Monitor Logs and Log Analytics tables, s
5050

5151
## Activity log
5252

53-
The following table lists a few example operations that relate to creating virtual machines in the activity log. For a complete list of possible log entries, see [Microsoft.Compute Resource Provider options](/azure/role-based-access-control/resource-provider-operations#compute).
53+
The following table lists a few example operations that relate to creating virtual machines in the activity log. For a complete list of possible log entries, see [Microsoft.Compute Resource Provider options](../role-based-access-control/resource-provider-operations.md#compute).
5454

5555
| Operation | Description |
5656
|:---|:---|
@@ -62,9 +62,9 @@ The following table lists a few example operations that relate to creating virtu
6262
| Microsoft.Compute/virtualMachineScaleSets/write | Starts the instances of the virtual machine scale set |
6363
| | |
6464

65-
For more information about the schema of activity log entries, see [Activity log schema](/azure/azure-monitor/essentials/activity-log-schema).
65+
For more information about the schema of activity log entries, see [Activity log schema](../azure-monitor/essentials/activity-log-schema.md).
6666

6767

6868
## See also
6969

70-
For a description of monitoring Azure virtual machines, see [Monitoring Azure virtual machines](../virtual-machines/monitor-vm.md).
70+
For a description of monitoring Azure virtual machines, see [Monitoring Azure virtual machines](../virtual-machines/monitor-vm.md).

articles/virtual-machines/monitor-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 11/17/2021
99

1010
# Monitor Azure virtual machines
1111

12-
When you have critical applications and business processes that rely on Azure resources, it's important to monitor those resources for their availability, performance, and operation. This article describes the monitoring data that's generated by Azure virtual machines (VMs), and it discusses how to use the features of [Azure Monitor](/azure/azure-monitor/overview) to analyze and alert you about this data.
12+
When you have critical applications and business processes that rely on Azure resources, it's important to monitor those resources for their availability, performance, and operation. This article describes the monitoring data that's generated by Azure virtual machines (VMs), and it discusses how to use the features of [Azure Monitor](../azure-monitor/overview.md) to analyze and alert you about this data.
1313

1414
> [!NOTE]
1515
> This article provides basic information to help you get started with monitoring your VMs. For a complete guide to monitoring your entire environment of Azure and hybrid virtual machines, see [Monitor virtual machines with Azure Monitor](../azure-monitor/vm/monitor-virtual-machine.md).
1616
1717
## What is Azure Monitor?
18-
[Azure Monitor](/azure/azure-monitor/overview) is a full stack monitoring service that provides a complete set of features to monitor your Azure resources. You don't need to directly interact with Azure Monitor, though, to perform a variety of monitoring tasks, because its features are integrated with the Azure portal for the Azure services that it monitors. For a tutorial with an overview of how Azure Monitor works with Azure resources, see [Monitor Azure resources by using Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md).
18+
[Azure Monitor](../azure-monitor/overview.md) is a full stack monitoring service that provides a complete set of features to monitor your Azure resources. You don't need to directly interact with Azure Monitor, though, to perform a variety of monitoring tasks, because its features are integrated with the Azure portal for the Azure services that it monitors. For a tutorial with an overview of how Azure Monitor works with Azure resources, see [Monitor Azure resources by using Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md).
1919

2020
## Monitoring virtual machine data
2121

@@ -56,7 +56,7 @@ After you've enabled VM insights, install the [Azure Monitor agent](../azure-mon
5656
## Analyze metrics
5757
Metrics are numerical values that describe some aspect of a system at a particular point in time. Although platform metrics for the virtual machine host are collected automatically, you must [install the Azure Monitor agent](#collect-guest-metrics-and-logs) to collect guest metrics.
5858

59-
The **Overview** pane includes the most common host metrics, and you can access others by using the **Metrics** pane. With this tool, you can create charts from metric values and visually correlate trends. You can also create a metric alert rule or pin a chart to an Azure dashboard. For a tutorial on using this tool, see [Analyze metrics for an Azure resource](/azure/azure-monitor/essentials/tutorial-metrics).
59+
The **Overview** pane includes the most common host metrics, and you can access others by using the **Metrics** pane. With this tool, you can create charts from metric values and visually correlate trends. You can also create a metric alert rule or pin a chart to an Azure dashboard. For a tutorial on using this tool, see [Analyze metrics for an Azure resource](../azure-monitor/essentials/tutorial-metrics.md).
6060

6161
:::image type="content" source="media/monitor-vm/metrics-explorer.png" lightbox="media/monitor-vm/metrics-explorer.png" alt-text="Screenshot of the 'Metrics' pane in Azure Monitor.":::
6262

@@ -85,4 +85,4 @@ For more information about the various alerts for Azure virtual machines, see th
8585

8686
## Next steps
8787

88-
For documentation about the logs and metrics that are generated by Azure virtual machines, see [Reference: Monitoring Azure virtual machine data](monitor-vm-reference.md).
88+
For documentation about the logs and metrics that are generated by Azure virtual machines, see [Reference: Monitoring Azure virtual machine data](monitor-vm-reference.md).

articles/virtual-machines/windows/ps-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creating an Azure virtual machine usually includes two steps:
2727
- Create a resource group. An Azure resource group is a logical container into which Azure resources are deployed and managed. A resource group must be created before a virtual machine.
2828
- Create a virtual machine.
2929

30-
The following example creates an [Azure Generation 2 VM](https://docs.microsoft.com/azure/virtual-machines/generation-2) by default from an [Azure Quickstart template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json). Here is a copy of the template:
30+
The following example creates an [Azure Generation 2 VM](../generation-2.md) by default from an [Azure Quickstart template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json). Here is a copy of the template:
3131

3232
[!code-json[create-windows-vm](~/quickstart-templates/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json)]
3333

@@ -76,4 +76,4 @@ To learn more about creating templates, view the JSON syntax and properties for
7676
- [Microsoft.Network/publicIPAddresses](/azure/templates/microsoft.network/publicipaddresses)
7777
- [Microsoft.Network/virtualNetworks](/azure/templates/microsoft.network/virtualnetworks)
7878
- [Microsoft.Network/networkInterfaces](/azure/templates/microsoft.network/networkinterfaces)
79-
- [Microsoft.Compute/virtualMachines](/azure/templates/microsoft.compute/virtualmachines)
79+
- [Microsoft.Compute/virtualMachines](/azure/templates/microsoft.compute/virtualmachines)

articles/virtual-machines/windows/time-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure is now backed by infrastructure running Windows Server 2016. Windows Serve
2020

2121

2222
>[!NOTE]
23-
>For a quick overview of Windows Time service, take a look at this [high-level overview video](https://aka.ms/WS2016TimeVideo).
23+
>For a quick overview of Windows Time service, take a look at this [high-level overview video](/shows/).
2424
>
2525
> For more information, see [Accurate time for Windows Server 2016](/windows-server/networking/windows-time-service/accurate-time).
2626
@@ -174,4 +174,4 @@ Below are links to more details about the time sync:
174174
- [Windows Server 2016 Improvements
175175
](/windows-server/networking/windows-time-service/windows-server-2016-improvements)
176176
- [Accurate Time for Windows Server 2016](/windows-server/networking/windows-time-service/accurate-time)
177-
- [Support boundary to configure the Windows Time service for high-accuracy environments](/windows-server/networking/windows-time-service/support-boundary)
177+
- [Support boundary to configure the Windows Time service for high-accuracy environments](/windows-server/networking/windows-time-service/support-boundary)

articles/virtual-machines/workloads/sap/automation-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sections:
102102
What does the error "'netAppAccounts' has been restricted in this region" mean?
103103
answer: |
104104
You might see the error `'netAppAccounts' has been restricted in this region`.
105-
This error means the subscription isn't registered for the `netAppAccounts` resource provider. [Register the provider](/azure/azure-netapp-files/azure-netapp-files-register) to fix the issue.
105+
This error means the subscription isn't registered for the `netAppAccounts` resource provider. [Register the provider](../../../azure-netapp-files/azure-netapp-files-register.md) to fix the issue.
106106
- name: Ansible configuration
107107
questions:
108108
- question: |

articles/virtual-machines/workloads/sap/high-availability-guide-windows-azure-files-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Prerequisites for the installation of SAP NetWeaver High Availability Systems on
137137
8. Verify the ACLs on the SID and trans directory.
138138

139139
## Disaster Recovery setup
140-
Disaster Recovery scenarios or Cross-Region Replication scenarios are supported with Azure Files Premium SMB. All data in Azure Files Premium SMB directories can be continuously synchronized to a DR region storage account using [Synchronize Files under Transfer data with AzCopy and file storage.](/azure/storage/common/storage-use-azcopy-files#synchronize-files) After a Disaster Recovery event and failover of the ASCS instance to the DR region, change the SAPGLOBALHOST profile parameter to the point to Azure Files SMB in the DR region. The same preparation steps should be performed on the DR storage account to join the storage account to Active Directory and assign RBAC roles for SAP users and groups.
140+
Disaster Recovery scenarios or Cross-Region Replication scenarios are supported with Azure Files Premium SMB. All data in Azure Files Premium SMB directories can be continuously synchronized to a DR region storage account using [Synchronize Files under Transfer data with AzCopy and file storage.](../../../storage/common/storage-use-azcopy-files.md#synchronize-files) After a Disaster Recovery event and failover of the ASCS instance to the DR region, change the SAPGLOBALHOST profile parameter to the point to Azure Files SMB in the DR region. The same preparation steps should be performed on the DR storage account to join the storage account to Active Directory and assign RBAC roles for SAP users and groups.
141141

142142
## Troubleshooting
143143
The PowerShell scripts downloaded in step 3.c contain a debug script to conduct some basic checks to validate the configuration.

articles/virtual-network/nat-gateway/faq.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ sections:
3939
4040
- question: Are basic SKU resources (Basic Load Balancer and Basic public IP addresses) compatible with VNet NAT gateway?
4141
answer: |
42-
No. VNet NAT gateway can only be used with standard SKU resources. Learn more from [VNet NAT basics](/azure/virtual-network/nat-gateway/nat-overview#vnet-nat-basics)
42+
No. VNet NAT gateway can only be used with standard SKU resources. Learn more from [VNet NAT basics](./nat-overview.md#vnet-nat-basics)
4343
You can upgrade your basic Load Balancer and basic public IP address to standard in order to work with VNet NAT gateway.
4444
45-
To upgrade a basic load balancer to standard, see [Upgrade Azure Public Load Balancer](/azure/load-balancer/upgrade-basic-standard)
46-
To upgrade a basic public IP to standard, see [Upgrade a public IP address](/azure/virtual-network/ip-services/public-ip-upgrade-portal)
45+
To upgrade a basic load balancer to standard, see [Upgrade Azure Public Load Balancer](../../load-balancer/upgrade-basic-standard.md)
46+
To upgrade a basic public IP to standard, see [Upgrade a public IP address](../ip-services/public-ip-upgrade-portal.md)
4747
4848
- question: Can Virtual Network NAT gateway be attached to multiple virtual networks?
4949
answer: |
@@ -55,7 +55,7 @@ sections:
5555
5656
- question: Can Virtual Network NAT gateway be associated with a gateway subnet?
5757
answer: |
58-
No. Virtual Network NAT can't be associated with a [gateway](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings#gwsub) subnet.
58+
No. Virtual Network NAT can't be associated with a [gateway](../../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub) subnet.
5959
6060
- question: Can multiple Virtual Network NAT gateways be attached to a single subnet?
6161
answer: |
@@ -83,18 +83,17 @@ sections:
8383
8484
- question: Can I use Virtual Network NAT gateway with Azure App Services?
8585
answer: |
86-
Yes. For more information about Virtual Network NAT integration with Azure App Services, see [Virtual Network NAT gateway integration](https://docs.microsoft.com/azure/app-service/networking/nat-gateway-integration).
86+
Yes. For more information about Virtual Network NAT integration with Azure App Services, see [Virtual Network NAT gateway integration](../../app-service/networking/nat-gateway-integration.md).
8787
8888
- question: Can I use Virtual Network NAT gateway with Azure Kubernetes Service?
8989
answer: |
90-
Yes. For more information about Virtual Network NAT integration with Azure Kubernetes Service, see [Managed NAT Gateway (preview)](https://docs.microsoft.com/azure/aks/nat-gateway).
90+
Yes. For more information about Virtual Network NAT integration with Azure Kubernetes Service, see [Managed NAT Gateway (preview)](../../aks/nat-gateway.md).
9191
9292
- question: Can I use Virtual Network NAT gateway with Azure Firewall?
9393
answer: |
94-
Yes. For more information about Virtual Network NAT integration with Azure Firewall, see [Scale SNAT ports with Azure NAT Gateway](https://docs.microsoft.com/azure/firewall/integrate-with-nat-gateway).
94+
Yes. For more information about Virtual Network NAT integration with Azure Firewall, see [Scale SNAT ports with Azure NAT Gateway](../../firewall/integrate-with-nat-gateway.md).
9595
9696
additionalContent: |
9797
9898
## Next steps
9999
If your question is not listed above, please send feedback about this page with your question. This will create a GitHub issue for the product team to ensure all of our valued customer questions are answered.
100-

0 commit comments

Comments
 (0)