Skip to content

Commit 1aff1b2

Browse files
authored
Merge pull request #266368 from dominicbetts/iot-device-catalog
IoT: Remove all references to the Certified Device Catalog
2 parents 946d599 + 319da88 commit 1aff1b2

19 files changed

+11
-46
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes how you can connect a Rigado Cascade 500 gateway device t
2020

2121
Cascade 500 IoT gateway is a hardware offering from Rigado that's part of their Cascade Edge-as-a-Service solution. It provides commercial IoT project and product teams with flexible edge computing power, a robust containerized application environment, and a wide variety of wireless device connectivity options such as Bluetooth 5, LTE, and Wi-Fi.
2222

23-
Cascade 500 is certified for Azure IoT Plug and Play and enables you to easily onboard the device into your end-to-end solutions. The Cascade gateway lets you wirelessly connect to various condition monitoring sensors that are in close proximity to the gateway device. You can use the gateway device to onboard these sensors into IoT Central.
23+
The Cascade gateway lets you wirelessly connect to various condition monitoring sensors that are in close proximity to the gateway device. You can use the gateway device to onboard these sensors into IoT Central.
2424

2525
## Prerequisites
2626

articles/iot-central/core/howto-set-up-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To learn how to manage device templates by using the IoT Central REST API, see [
3636
You have several options to create device templates:
3737

3838
- Design the device template in the IoT Central GUI.
39-
- Import a device template from the [Azure Certified for IoT device catalog](https://aka.ms/iotdevcat). Optionally, customize the device template to your requirements in IoT Central.
39+
- Import a device template from the device catalog. Optionally, customize the device template to your requirements in IoT Central.
4040
- When the device connects to IoT Central, have it send the model ID of the model it implements. IoT Central uses the model ID to retrieve the model from the model repository and to create a device template. Add any cloud properties and views your IoT Central application needs to the device template.
4141
- When the device connects to IoT Central, let IoT Central [autogenerate a device template](#autogenerate-a-device-template) definition from the data the device sends.
4242
- Author a device model using the [Digital Twin Definition Language (DTDL) V2](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.v2.md) and [IoT Central DTDL extension](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.iotcentral.v2.md). Manually import the device model into your IoT Central application. Then add the cloud properties and views your IoT Central application needs.
@@ -92,7 +92,7 @@ To create a device model, you can:
9292

9393
- Use IoT Central to create a custom model from scratch.
9494
- Import a DTDL model from a JSON file. A device builder might have used Visual Studio Code to author a device model for your application.
95-
- Select one of the devices from the Device Catalog. This option imports the device model that the manufacturer has published for this device. A device model imported like this is automatically published.
95+
- Select one of the devices from the device catalog. This option imports the device model that the manufacturer has published for this device. A device model imported like this is automatically published.
9696

9797
1. To view the model ID, select the root interface in the model and select **Edit identity**:
9898

articles/iot-central/government/tutorial-connected-waste-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If you made any changes, remember to publish the device template.
172172

173173
### Create a new device template
174174

175-
To create a new device template, select **+ New**, and follow the steps. You can create a custom device template from scratch, or you can choose a device template from the Azure device catalog.
175+
To create a new device template, select **+ New**, and follow the steps. You can create a custom device template from scratch, or you can choose a device template from the device catalog.
176176

177177
### Explore simulated devices
178178

articles/iot-central/government/tutorial-water-consumption-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To learn more, see [How to publish templates](../core/howto-set-up-template.md#p
166166

167167
### Create a new device template
168168

169-
Select **+ New** to create a new device template and follow the creation process. You can create a custom device template from scratch or you can choose a device template from the Azure Device Catalog.
169+
Select **+ New** to create a new device template and follow the creation process. You can create a custom device template from scratch or you can choose a device template from the device catalog.
170170

171171
To learn more, see [How to add device templates](../core/howto-set-up-template.md).
172172

articles/iot-central/government/tutorial-water-quality-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you make any changes, be sure to select **Publish** to publish the device tem
166166
### Create a new device template
167167

168168
1. On the **Device templates** page, select **+ New** to create a new device template and follow the creation process.
169-
1. Create a custom device template or choose a device template from the Azure IoT device catalog.
169+
1. Create a custom device template or choose a device template from the device catalog.
170170

171171
## Explore simulated devices
172172

articles/iot-central/retail/tutorial-in-store-analytics-create-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To update the application image:
123123

124124
### Create the device templates
125125

126-
By creating device templates, you and the application operators can configure and manage devices. You can build a custom template, import an existing template file, or import a template from the Azure IoT device catalog. After you create and customize a device template, use it to connect real devices to your application.
126+
By creating device templates, you and the application operators can configure and manage devices. You can build a custom template, import an existing template file, or import a template from the device catalog. After you create and customize a device template, use it to connect real devices to your application.
127127

128128
Optionally, you can use a device template to generate simulated devices for testing.
129129

@@ -135,7 +135,7 @@ In this section, you add a device template for RuuviTag sensors to your applicat
135135

136136
1. Select **New** to create a new device template.
137137

138-
1. Search for and then select the **RuuviTag Multisensor** device template in the Azure IoT device catalog.
138+
1. Search for and then select the **RuuviTag Multisensor** device template in the device catalog.
139139

140140
1. Select **Next: Review**.
141141

articles/iot-develop/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@
153153
href: https://github.com/Azure/azure-iot-sdk-python/tree/main/samples
154154
- name: iOS Platform
155155
href: https://github.com/azure-samples/azure-iot-samples-ios/tree/master/
156-
- name: Azure Certified for IoT device catalog
157-
href: https://devicecatalog.azure.com/
158156
- name: Azure IoT Developer Center
159157
href: https://azure.microsoft.com/develop/iot/
160158
- name: Azure Roadmap

articles/iot-dps/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ items:
257257
- name: DPS shared access policy data source
258258
displayName: Terraform
259259
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/iothub_dps_shared_access_policy
260-
- name: Azure Certified for IoT device catalog
261-
href: https://devicecatalog.azure.com/
262260
- name: Azure IoT Developer Center
263261
href: https://azure.microsoft.com/develop/iot/
264262
- name: Azure Roadmap

articles/iot-edge/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@
338338
href: https://github.com/Azure/azure-iot-sdk-python/tree/main/samples
339339
- name: iOS Platform
340340
href: https://github.com/azure-samples/azure-iot-samples-ios/tree/master/
341-
- name: Azure Certified for IoT device catalog
342-
href: https://devicecatalog.azure.com/
343341
- name: Azure IoT Developer Center
344342
href: https://azure.microsoft.com/develop/iot/
345343
- name: Azure Roadmap

articles/iot-hub/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,6 @@
593593
- name: IoT Hub shared access policy data source
594594
displayName: Terraform
595595
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/iothub_shared_access_policy
596-
- name: Azure Certified Device catalog
597-
href: https://devicecatalog.azure.com/
598596
- name: Azure IoT Developer Center
599597
href: https://azure.microsoft.com/develop/iot/
600598
- name: Customer data requests

0 commit comments

Comments
 (0)