Skip to content

Commit 18b3054

Browse files
Merge pull request #298156 from kenwith/resolve-build-validations-absolute-links
[BULK UPDATE] Resolves build validations.
2 parents 43249f1 + a08eec5 commit 18b3054

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-vmware/logs-via-logic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, learn how to configure an Azure Logic Apps workflow to capture
2222

2323
Make sure you have an Azure VMware Solution private cloud set up that is streaming its syslogs to an Azure Event Hubs instance.
2424

25-
[Configure VMware syslogs - Stream to Microsoft Azure Event Hubs](https://learn.microsoft.com/azure/azure-vmware/configure-vmware-syslogs#stream-to-microsoft-azure-event-hubs).
25+
[Configure VMware syslogs - Stream to Microsoft Azure Event Hubs](/azure/azure-vmware/configure-vmware-syslogs#stream-to-microsoft-azure-event-hubs).
2626

2727
## Create an Azure Logic Apps instance
2828

articles/communication-services/concepts/sdk-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ All other Communication Services packages target .NET Standard 2.0, which suppor
117117
- Xamarin Mac 3.8
118118

119119
> [!NOTE]
120-
> [Unpackaged app](https://learn.microsoft.com/windows/apps/package-and-deploy/) is currently not supported
120+
> [Unpackaged app](/windows/apps/package-and-deploy/) is currently not supported
121121
122122
#### SDK package size
123123

articles/healthcare-apis/deidentification/quickstart-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this quickstart, you deploy an instance of the de-identification service in y
1919
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- An Azure subscription with write permissions
2121
- Python 3.8 or later
22-
- The Azure azure-health-deidentification [Python package](https://learn.microsoft.com/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
22+
- The Azure azure-health-deidentification [Python package](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview&preserve-view=true)
2323

2424

2525
## Create a resource
@@ -69,14 +69,14 @@ Now that the resource is deployed, assign yourself as an owner using RBAC. To us
6969

7070
## Install the package
7171

72-
Install the Azure Health Deidentification client library for Python. More information is available [here.](https://learn.microsoft.com/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
72+
Install the Azure Health Deidentification client library for Python. More information is available [here.](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview&preserve-view=true)
7373

7474
```Bash
7575
python -m pip install azure-health-deidentification
7676
```
7777

7878
## Test the service
79-
In terminal, [log in to Microsoft azure.](https://learn.microsoft.com/cli/azure/authenticate-azure-cli)
79+
In terminal, [log in to Microsoft azure.](/cli/azure/authenticate-azure-cli)
8080
Now, write “python” to open a python shell and paste the following code.
8181
Be sure to replace your Service URL with the URL you noted when creating a resource.
8282
You can also change the operation type between REDACT, TAG, or SURROGATE.

articles/vpn-gateway/vpn-gateway-vpn-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ RADIUS authentication is supported for the OpenVPN protocol.
335335

336336
### How do I configure a cross tenant scenario?
337337

338-
* If you're using REST API or ARM templates for connection resources referencing a gateway in a different tenant, follow this authentication procedure: [Header values for authentication](https://learn.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant#header-values-for-authentication).
338+
* If you're using REST API or ARM templates for connection resources referencing a gateway in a different tenant, follow this authentication procedure: [Header values for authentication](/azure/azure-resource-manager/management/authenticate-multi-tenant#header-values-for-authentication).
339339
* For [site-to-site](vpn-gateway-create-site-to-site-rm-powershell.md#tenants).
340340
* For [VNet-to-VNet](vpn-gateway-vnet-vnet-rm-ps.md#tenant).
341341

0 commit comments

Comments
 (0)