Skip to content

Commit 73c2d7b

Browse files
committed
Fix link formatting
1 parent 4c03b31 commit 73c2d7b

File tree

9 files changed

+12
-15
lines changed

9 files changed

+12
-15
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-vm-managed-identities-cosmos.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ New-AzVm `
165165
166166
```
167167

168-
The user assigned managed identity should be specified using its [resourceID](how-manage-user-assigned-managed-identities.md
169-
).
168+
The user assigned managed identity should be specified using its [resourceID](./how-manage-user-assigned-managed-identities.md).
170169

171170
# [Azure CLI](#tab/azure-cli)
172171

articles/applied-ai-services/form-recognizer/includes/get-started/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In this quickstart, you'll use the following APIs to extract structured data fro
9595

9696
> [!IMPORTANT]
9797
>
98-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See our Cognitive Services [security]((/azure/cognitive-services/cognitive-services-security.md) article for more information.
98+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See our Cognitive Services [security](/azure/cognitive-services/cognitive-services-security.md) article for more information.
9999

100100
## **Try it**: Layout model
101101

articles/automation/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Manage Oracle Linux 6 and 7 machines with Automation State Configuration. See [S
176176

177177
**Type:** New feature
178178

179-
Azure Automation now supports Python 3 cloud and hybrid runbook execution in public preview in all regions in Azure global cloud. For more information, see the [announcement]((https://azure.microsoft.com/updates/azure-automation-python-3-public-preview/).
179+
Azure Automation now supports Python 3 cloud and hybrid runbook execution in public preview in all regions in Azure global cloud. For more information, see the [announcement](https://azure.microsoft.com/updates/azure-automation-python-3-public-preview/).
180180

181181
## November 2020
182182

articles/azure-government/documentation-government-ase-disa-cap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ The customer has deployed an ASE with an ILB and has implemented an ExpressRoute
2828
When creating the ASE via the portal, a route table with a default route of 0.0.0.0/0 and next hop “Internet” is created.
2929
However, since DISA advertises a default route out the ExpressRoute circuit, the User Defined Route (UDR) should either be deleted, or remove the default route to internet.
3030

31-
You will need to create new routes in the UDR for the management addresses in order to keep the ASE healthy. For Azure Government ranges see [App Service Environment management addresses](../app-service/environment/management-addresses.md
32-
)
31+
You will need to create new routes in the UDR for the management addresses in order to keep the ASE healthy. For Azure Government ranges, see [App Service Environment management addresses](../app-service/environment/management-addresses.md).
3332

3433
- 23.97.29.209/32 --> Internet
3534
- 13.72.53.37/32 --> Internet

articles/azure-maps/web-sdk-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ If your data meets one of the following criteria, be sure to specify the min and
217217
* If the data is coming from a vector tile source, often source layers for different data types are only available through a range of zoom levels.
218218
* If using a tile layer that doesn't have tiles for all zoom levels 0 through 24 and you want it to only rendering at the levels it has tiles, and not try to fill in missing tiles with tiles from other zoom levels.
219219
* If you only want to render a layer at certain zoom levels.
220-
All layers have a `minZoom` and `maxZoom` option where the layer will be rendered when between these zoom levels based on this logic ` maxZoom > zoom >= minZoom`.
220+
All layers have a `minZoom` and `maxZoom` option where the layer will be rendered when between these zoom levels based on this logic `maxZoom > zoom >= minZoom`.
221221

222222
**Example**
223223

@@ -273,7 +273,7 @@ var layer = new atlas.layer.HeatMapLayer(source, null, {
273273
});
274274
```
275275

276-
Learn more in the [Clustering and heat maps in this document](clustering-point-data-web-sdk.md #clustering-and-the-heat-maps-layer)
276+
For more information, see [Clustering and heat maps](./clustering-point-data-web-sdk.md#clustering-and-the-heat-maps-layer).
277277

278278
### Keep image resources small
279279

articles/azure-monitor/app/azure-web-apps-net-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Enabling monitoring on your ASP.NET Core based web applications running on [Azur
2626
2727
[Trim self-contained deployments](/dotnet/core/deploying/trimming/trim-self-contained) is **not supported**. Use [manual instrumentation](./asp-net-core.md) via code instead.
2828

29-
See the [enable monitoring section](#enable-monitoring ) below to begin setting up Application Insights with your App Service resource.
29+
See the [enable monitoring section](#enable-monitoring) below to begin setting up Application Insights with your App Service resource.
3030

3131
# [Linux](#tab/Linux)
3232

@@ -38,7 +38,7 @@ See the [enable monitoring section](#enable-monitoring ) below to begin setting
3838
3939
[Trim self-contained deployments](/dotnet/core/deploying/trimming/trim-self-contained) is **not supported**. Use [manual instrumentation](./asp-net-core.md) via code instead.
4040

41-
See the [enable monitoring section](#enable-monitoring ) below to begin setting up Application Insights with your App Service resource.
41+
See the [enable monitoring section](#enable-monitoring) below to begin setting up Application Insights with your App Service resource.
4242

4343
---
4444

articles/azure-monitor/best-practices-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See the section below on filtering data with transformations for a summary on wh
7676
### Multi-homing agents
7777
You should be cautious with any configuration using multi-homed agents where a single virtual machine sends data to multiple workspaces since you may be incurring charges for the same data multiple times. If you do multi-home agents, ensure that you're sending unique data to each workspace.
7878

79-
You can also collect duplicate data with a single virtual machine running both the Azure Monitor agent and Log Analytics agent, even if they're both sending data to the same workspace. While the agents can coexist, each works independently without any knowledge of the other. You should continue to use the Log Analytics agent until you [migrate to the Azure Monitor agent](logs/../agents/azure-monitor-agent-migration.md) rather than using both together unless you can ensure that each are collecting unique data.
79+
You can also collect duplicate data with a single virtual machine running both the Azure Monitor agent and Log Analytics agent, even if they're both sending data to the same workspace. While the agents can coexist, each works independently without any knowledge of the other. You should continue to use the Log Analytics agent until you [migrate to the Azure Monitor agent](./agents/azure-monitor-agent-migration.md) rather than using both together unless you can ensure that each are collecting unique data.
8080

8181
See [Analyze usage in Log Analytics workspace](logs/analyze-usage.md) for guidance on analyzing your collected data to ensure that you aren't collecting duplicate data for the same machine.
8282

articles/batch/batch-pool-compute-intensive-sizes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ To run CUDA applications on a pool of Windows NC nodes, you need to install NVDI
107107

108108
To run CUDA applications on a pool of Linux NC nodes, you need to install necessary NVIDIA Tesla GPU drivers from the CUDA Toolkit. The following sample steps create and deploy a custom Ubuntu 16.04 LTS image with the GPU drivers:
109109

110-
1. Deploy an Azure NC-series VM running Ubuntu 16.04 LTS. For example, create the VM in the US South Central region.
111-
2. Add the [NVIDIA GPU Drivers extension](../virtual-machines/extensions/hpccompute-gpu-linux.md
112-
) to the VM by using the Azure portal, a client computer that connects to the Azure subscription, or Azure Cloud Shell. Alternatively, follow the steps to connect to the VM and [install CUDA drivers](../virtual-machines/linux/n-series-driver-setup.md) manually.
110+
1. Deploy an Azure NC-series VM running Ubuntu 16.04 LTS. For example, create the VM in the US South Central region.
111+
2. Add the [NVIDIA GPU Drivers extension](../virtual-machines/extensions/hpccompute-gpu-linux.md) to the VM by using the Azure portal, a client computer that connects to the Azure subscription, or Azure Cloud Shell. Alternatively, follow the steps to connect to the VM and [install CUDA drivers](../virtual-machines/linux/n-series-driver-setup.md) manually.
113112
3. Follow the steps to create an [Azure Compute Gallery image](batch-sig-images.md) for Batch.
114113
4. Create a Batch account in a region that supports NC VMs.
115114
5. Using the Batch APIs or Azure portal, create a pool [using the custom image](batch-sig-images.md) and with the desired number of nodes and scale. The following table shows sample pool settings for the image:

articles/cognitive-services/language-service/custom-text-classification/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this article to learn about some of the definitions and terms you may encoun
2222
A class is a user-defined category that indicates the overall classification of the text. Developers label their data with their classes before they pass it to the model for training.
2323

2424
## F1 score
25-
The F1 score is a function of Precision and Recall. It's needed when you seek a balance between [precision](#precision) and [recall](#recall].
25+
The F1 score is a function of Precision and Recall. It's needed when you seek a balance between [precision](#precision) and [recall](#recall).
2626

2727
## Model
2828

0 commit comments

Comments
 (0)