Skip to content

Commit 351fc8f

Browse files
author
craigcaseyMSFT
committed
fix broken links from CATS report
1 parent d12b834 commit 351fc8f

10 files changed

+13
-13
lines changed

articles/active-directory/develop/config-authority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article will show you how to configure your Microsoft authentication librar
3030
`MSALPublicClientApplication` is configured with a default authority URL of `https://login.microsoftonline.com/common`, which is suitable for most Azure Active Directory (AAD) scenarios. Unless you're implementing advanced scenarios like national clouds, or working with B2C, you won't need to change it.
3131

3232
> [!NOTE]
33-
> Modern authentication with Active Directory Federation Services as identity provider (ADFS) is not supported (see [ADFS for Developers](https://docs.microsoft.com/windows-server/identity/ad-fs/overview/ad-fs-scenarios-for-developers) for details). ADFS is supported through federation.
33+
> Modern authentication with Active Directory Federation Services as identity provider (ADFS) is not supported (see [ADFS for Developers](https://docs.microsoft.com/windows-server/identity/ad-fs/overview/ad-fs-openid-connect-oauth-flows-scenarios) for details). ADFS is supported through federation.
3434
3535
## Change the default authority
3636

articles/active-directory/develop/msal-net-adfs-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.collection: M365-identity-device-management
2323
---
2424

2525
# Active Directory Federation Services support in MSAL.NET
26-
Active Directory Federation Services (AD FS) in Windows Server enables you to add OpenID Connect and OAuth 2.0 based authentication and authorization to applications you are developing. Those applications can, then, authenticate users directly against AD FS. For more information, read [AD FS Scenarios for Developers](/windows-server/identity/ad-fs/overview/ad-fs-scenarios-for-developers).
26+
Active Directory Federation Services (AD FS) in Windows Server enables you to add OpenID Connect and OAuth 2.0 based authentication and authorization to applications you are developing. Those applications can, then, authenticate users directly against AD FS. For more information, read [AD FS Scenarios for Developers](/windows-server/identity/ad-fs/overview/ad-fs-openid-connect-oauth-flows-scenarios).
2727

2828
Microsoft Authentication Library for .NET (MSAL.NET) supports two scenarios for authenticating against AD FS:
2929

articles/cognitive-services/LUIS/sdk-csharp-quickstart-query-prediction-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models;
7272

7373
## Create a new method for the prediction
7474

75-
Create a new method, `GetPrediction` to send the query to the query prediction endpoint. The method will create and configure all necessary objects then return a `Task` with the [`LuisResult`](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.language.luis.runtime.models.luisresult?view=azure-dotnet) prediction results.
75+
Create a new method, `GetPrediction` to send the query to the query prediction endpoint. The method will create and configure all necessary objects then return a `Task` with the [`LuisResult`](https://docs.microsoft.com/en-us/python/api/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.runtime.models.luisresult?view=azure-python) prediction results.
7676

7777
```csharp
7878
static async Task<LuisResult> GetPrediction() {

articles/iot-central/core/howto-connect-rigado-cascade-500-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cascade 500 is pre-certified for Azure IoT Plug and Play (PnP) allowing our solu
2525
To step through this how-to guide, you need the following resources:
2626

2727
* A Rigado Cascade 500 device. For more information, please visit [Rigado](https://www.rigado.com/).
28-
* An Azure IoT Central application created from one of the preview application templates. For more information, see the [create a new application](https://docs.microsoft.com/azure/iot-central/quick-deploy-iot-central-pnp?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).
28+
* An Azure IoT Central application created from one of the preview application templates. For more information, see the [create a new application](https://docs.microsoft.com/azure/iot-central/core/quick-deploy-iot-central-pnp?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).
2929

3030
## Add a device template
3131

articles/iot-central/core/howto-connect-ruuvi-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To connect RuuviTag sensors, you need the following resources:
2727

2828
* A RuuviTag sensor. For more information, please visit [RuuviTag](https://ruuvi.com/).
2929
* A Rigado Cascade 500 device or another BLE gateway. For more information, please visit [Rigado](https://www.rigado.com/).
30-
* An Azure IoT Central application created from one of the preview application templates. For more information, see the [create a new application](https://docs.microsoft.com/azure/iot-central/quick-deploy-iot-central-pnp?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).
30+
* An Azure IoT Central application created from one of the preview application templates. For more information, see the [create a new application](https://docs.microsoft.com/azure/iot-central/core/quick-deploy-iot-central-pnp?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).
3131

3232
## Add a RuuviTag device template
3333

articles/iot-central/core/howto-manage-users-roles-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ When you define a custom role, you choose the set of permissions that a user is
258258

259259
## Next steps
260260

261-
Now that you've learned about how to manage users and roles in your Azure IoT Central application, the suggested next step is to learn how to [Manage your bill](/howto-view-bill-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).
261+
Now that you've learned about how to manage users and roles in your Azure IoT Central application, the suggested next step is to learn how to [Manage your bill](howto-view-bill-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json).

articles/iot-central/government/concepts-connectedwastemanagement-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Concepts:
2929
Let's take a look at key components that generally play a part in a water consumption monitoring solution.
3030

3131
## Devices and connectivity
32-
Devices used in open environments, like waste bins, may generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
32+
Devices used in open environments, like waste bins, may generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/core/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
3333

3434
## IoT Central
3535
Azure IoT Central is an IoT App platform, which gets you started up and running on your IoT solution quickly. You can brand, customize, and integrate your solution with third-party services.
@@ -47,5 +47,5 @@ The IoT data can be used to power a variety of business applications within a wa
4747
## Next steps
4848
* Learn how to [create a connected waste management](./tutorial-connected-waste-management.md) IoT Central application
4949
* Learn more about [IoT Central government templates](./overview-iot-central-government.md)
50-
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/overview-iot-central)
50+
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/core/overview-iot-central)
5151

articles/iot-central/government/concepts-waterconsumptionmonitoring-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Let's take a look at key components that generally play a part in a water consum
2929
## Devices and connectivity
3030
In this section, we will refer to devices used for smart water solutions, such as water quality monitoring or water consumption monitoring, generally as smart water devices. Smart water devices can be flow meters, water quality monitors, smart valves, leak detectors etc.
3131

32-
Devices used in smart water solutions will generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
32+
Devices used in smart water solutions will generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/core/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
3333

3434
## IoT Central
3535
Azure IoT Central is an IoT App platform, which gets you started up and running on your IoT solution quickly. You can brand, customize, and integrate your solution with third-party services.
@@ -49,4 +49,4 @@ The IoT data can be used to power a variety of business applications within a wa
4949
## Next steps
5050
* Learn how to [create a water consumption](./tutorial-water-consumption-monitoring.md) IoT Central application
5151
* Learn more about [IoT Central government templates](./overview-iot-central-government.md)
52-
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/overview-iot-central)
52+
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/core/overview-iot-central)

articles/iot-central/government/concepts-waterqualitymonitoring-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Let's take a look at key components that generally play a part in a water qualit
3131
## Devices and connectivity
3232
In this section, we will refer to devices used in water quality monitoring or water consumption monitoring, generally as smart water devices. Smart water devices can be flow meters, water quality monitors, smart valves, leak detectors etc.
3333

34-
Devices used in smart water solutions will generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
34+
Devices used in smart water solutions will generally be connected through low-power wide area networks (LPWAN), via a third-party network operator. For these types of devices, you can leverage the [Azure IoT Central Device Bridge](https://docs.microsoft.com/azure/iot-central/core/howto-build-iotc-device-bridge) to send your device data to your IoT application in Azure IoT Central. Alternatively, you may have device gateways that are IP capable and can connect directly to IoT Central.
3535

3636
## IoT Central
3737
Azure IoT Central is an IoT App platform, which gets you started up and running on your IoT solution quickly. You can brand, customize, and integrate your solution with third-party services.
@@ -50,5 +50,5 @@ The IoT data can be used to power a variety of business applications within a wa
5050
## Next steps
5151
* Learn how to [create a water quality monitoring](./tutorial-water-quality-monitoring.md) IoT Central application
5252
* Learn more about [IoT Central government templates](./overview-iot-central-government.md)
53-
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/overview-iot-central)
53+
* To learn more about IoT Central, see [IoT Central overview](https://docs.microsoft.com/azure/iot-central/core/overview-iot-central)
5454

articles/storage/blobs/data-lake-storage-quickstart-create-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To create a general-purpose v2 storage account in the Azure portal, follow these
7373
4. Next, enter a name for your storage account. The name you choose must be unique across Azure. The name also must be between 3 and 24 characters in length, and can include numbers and lowercase letters only.
7474
5. Choose a location.
7575
6. Make sure that **StorageV2 (general purpose v2)** appears as selected in the **Account kind** drop-down list.
76-
7. Optionally change the values in each of these fields: **Performance**, **Replication**, **Access tier**. To learn more about these options, see [Introduction to Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-introduction#introducing-the-azure-storage-services).
76+
7. Optionally change the values in each of these fields: **Performance**, **Replication**, **Access tier**. To learn more about these options, see [Introduction to Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-introduction#azure-storage-services).
7777
8. Choose the **Advanced** tab.
7878
10. In the **Data Lake Storage Gen2** section set **Hierarchical namespace** to **Enabled**.
7979
11. Click **Review + Create** to create the storage account.

0 commit comments

Comments
 (0)