You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Starting October 2021, new container registries allow a maximum of 200 private endpoints. Registries created earlier allow a maximum of 10 private endpoints. Use the az acr show-usage command to see the limit for your registry. Please open a support ticket if this limit needs to be increased to 200 private endpoints.
22
+
> Starting from October 2021, new container registries allow a maximum of 200 private endpoints. Registries created earlier allow a maximum of 10 private endpoints. Use the [az acr show-usage](/cli/azure/acr#az-acr-show-usage) command to see the limit for your registry. Please open a support ticket if the maximum limit of private endpoints increases to 200.
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/continuous-export.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ To view the event schemas of the exported data types, visit the [Log Analytics t
172
172
173
173
## Export data to an Azure Event hub or Log Analytics workspace in another tenant
174
174
175
-
You can export data to an Azure Event hub or Log Analytics workspace in a different tenant, without using [Azure Lighthouse](/azure/lighthouse/overview.md). When collecting data into a tenant, you can analyze the data from one central location.
175
+
You can export data to an Azure Event hub or Log Analytics workspace in a different tenant, without using [Azure Lighthouse](../lighthouse/overview.md). When collecting data into a tenant, you can analyze the data from one central location.
176
176
177
177
To export data to an Azure Event hub or Log Analytics workspace in a different tenant:
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/defender-for-databases-enable-cosmos-protections.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ You can enable Microsoft Defender for Cloud on a specific Azure Cosmos DB accoun
87
87
88
88
### [ARM template](#tab/arm-template)
89
89
90
-
Use an Azure Resource Manager template to deploy an Azure Cosmos DB account with Microsoft Defender for Azure Cosmos DB enabled. For more information, see [Create an Azure Cosmos DB account with Microsoft Defender for Azure Cosmos DB enabled](https://azure.microsoft.com/resources/templates/microsoft-defender-cosmosdb-create-account/).
90
+
Use an Azure Resource Manager template to deploy an Azure Cosmos DB account with Microsoft Defender for Azure Cosmos DB enabled. For more information, see [Create an Azure Cosmos DB account with Microsoft Defender for Azure Cosmos DB enabled](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.documentdb/microsoft-defender-cosmosdb-create-account).
Copy file name to clipboardExpand all lines: articles/iot-central/core/concepts-iot-edge.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,8 +218,6 @@ Downstream devices connect to a module in the gateway that provides IoT Central
218
218
219
219
The IoT Edge device is provisioned in IoT Central along with the downstream devices connected to the IoT Edge device. Currently, IoT Central doesn't have runtime support for a gateway to provide an identity and to provision downstream devices. If you bring your own identity translation module, IoT Central can support this pattern.
220
220
221
-
The [Azure IoT Central gateway module for Azure Video Analyzer](https://github.com/iot-for-all/iotc-ava-gateway/blob/main/README.md) on GitHub uses this pattern.
222
-
223
221
### Downstream device relationships with a gateway and modules
224
222
225
223
If the downstream devices connect to an IoT Edge gateway device through the *IoT Edge hub* module, the IoT Edge device is a transparent gateway:
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-transform-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ To configure the device bridge to transform the exported device data:
506
506
507
507
1. Select **Go →** to open the **App Service Editor** page. Make the following changes:
508
508
509
-
1. Open the *wwwroot/IoTCIntegration/index.js* file. Replace all the code in this file with the code in [index.js](https://raw.githubusercontent.com/iot-for-all/iot-central-compute/main/Azure_function/index.js).
509
+
1. Open the *wwwroot/IoTCIntegration/index.js* file. Replace all the code in this file with the code in [index.js](https://raw.githubusercontent.com/Azure/iot-central-compute/main/Azure_function/index.js).
510
510
511
511
1. In the new *index.js*, update the `openWeatherAppId` variable file with Open Weather API key you obtained previously.
512
512
@@ -529,7 +529,7 @@ To configure the device bridge to transform the exported device data:
529
529
message.properties.add('computed', true);
530
530
```
531
531
532
-
For reference, you can view a completed example of the [engine.js](https://raw.githubusercontent.com/iot-for-all/iot-central-compute/main/Azure_function/lib/engine.js) file.
532
+
For reference, you can view a completed example of the [engine.js](https://raw.githubusercontent.com/Azure/iot-central-compute/main/Azure_function/lib/engine.js) file.
533
533
534
534
1. In the **App Service Editor**, select **Console**in the left navigation. Run the following commands to install the required packages:
535
535
@@ -554,7 +554,7 @@ To configure the device bridge to transform the exported device data:
554
554
555
555
This section describes how to set up the Azure IoT Central application.
556
556
557
-
First, save the [device model](https://raw.githubusercontent.com/iot-for-all/iot-central-compute/main/model.json) file to your local machine.
557
+
First, save the [device model](https://raw.githubusercontent.com/Azure/iot-central-compute/main/model.json) file to your local machine.
Copy file name to clipboardExpand all lines: articles/iot-central/core/overview-iot-central-solution-builder.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Scenarios that process IoT data outside of IoT Central to extract business value
108
108
109
109
For example, use the IoT Central continuous data export feature to continuously ingest your IoT data into an Azure Synapse store. Then use Azure Data Factory to bring data from external systems into the Azure Synapse store. Use the Azure Synapse store with Power BI to generate your business reports.
110
110
111
-
To learn more, see [Transform data for IoT Central](howto-transform-data.md). For a complete, end-to-end sample, see the [IoT Central Compute](https://github.com/iot-for-all/iot-central-compute) GitHub repository.
111
+
To learn more, see [Transform data for IoT Central](howto-transform-data.md). For a complete, end-to-end sample, see the [IoT Central Compute](https://github.com/Azure/iot-central-compute) GitHub repository.
112
112
113
113
## Integrate with other services
114
114
@@ -120,7 +120,7 @@ You can use the data export and rules capabilities in IoT Central to integrate w
120
120
-[Extend Azure IoT Central with custom rules using Stream Analytics, Azure Functions, and SendGrid](howto-create-custom-rules.md)
121
121
-[Extend Azure IoT Central with custom analytics using Azure Databricks](howto-create-custom-analytics.md)
122
122
123
-
You can use IoT Edge devices connected to your IoT Central application to integrate with [Azure Video Analyzer](../../azure-video-analyzer/video-analyzer-docs/overview.md). To learn more, see the [Azure IoT Central gateway module for Azure Video Analyzer](https://github.com/iot-for-all/iotc-ava-gateway/blob/main/README.md) on GitHub.
123
+
You can use IoT Edge devices connected to your IoT Central application to integrate with [Azure Video Analyzer](../../azure-video-analyzer/video-analyzer-docs/overview.md).
There are three categories of software development kits (SDKs) for working with IoT Hub:
16
16
17
-
*[**IoT Hub device SDKs**](#azure-iot-hub-device-sdks) enable you to build apps that run on your IoT devices using device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, job, method, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
17
+
*[**IoT Hub device SDKs**](#azure-iot-hub-device-sdks) enable you to build apps that run on your IoT devices using the device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, jobs, methods, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use the module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
18
18
19
19
*[**IoT Hub service SDKs**](#azure-iot-hub-service-sdks) enable you to build backend applications to manage your IoT hub, and optionally send messages, schedule jobs, invoke direct methods, or send desired property updates to your IoT devices or modules.
20
20
@@ -39,11 +39,11 @@ The SDKs are available in **multiple languages** providing the flexibility to ch
> The **C SDK** listed above is **not** suitable for embedded applications due to its memory management and threading model. For embedded devices, refer to the [Embedded device SDKs](#embedded-device-sdks).
42
+
> The **C device SDK** listed in the previous table is **not** suitable for embedded applications due to its memory management and threading model. For embedded devices, refer to the [Embedded device SDKs](#embedded-device-sdks).
43
43
44
44
### Embedded device SDKs
45
45
46
-
These SDKs were designed and created to run on devices with limited compute and memory resources and are implemented using the C language.
46
+
These SDKs are designed and created to run on devices with limited compute and memory resources and are implemented using the C language.
47
47
48
48
The embedded device SDKs are available for **multiple operating systems** providing the flexibility to choose which best suits your team and scenario.
49
49
@@ -53,7 +53,7 @@ The embedded device SDKs are available for **multiple operating systems** provid
|**Bare Metal**| Azure SDK for Embedded C |[GitHub](https://github.com/Azure/azure-sdk-for-c/tree/master/sdk/docs/iot)|[Samples](https://github.com/Azure/azure-sdk-for-c/blob/master/sdk/samples/iot/README.md)|[Reference](https://azure.github.io/azure-sdk-for-c)|
55
55
56
-
Learn more about the IoT Hub device SDKS in the [IoT Device Development Documentation](../iot-develop/about-iot-sdks.md).
56
+
Learn more about the IoT Hub device SDKS in the [IoT device development documentation](../iot-develop/about-iot-sdks.md).
57
57
58
58
## Azure IoT Hub service SDKs
59
59
@@ -68,7 +68,7 @@ The Azure IoT service SDKs contain code to facilitate building applications that
68
68
69
69
## Azure IoT Hub management SDKs
70
70
71
-
The Iot Hub management SDKs help you build backend applications that manage the IoT hubs in your Azure subscription.
71
+
The IoT Hub management SDKs help you build backend applications that manage the IoT hubs in your Azure subscription.
@@ -79,7 +79,7 @@ The Iot Hub management SDKs help you build backend applications that manage the
79
79
80
80
## SDK and hardware compatibility
81
81
82
-
For more information about device SDK compatibility with specific hardware devices, see the [Azure Certified for IoT device catalog](https://devicecatalog.azure.com/) or individual repository.
82
+
For more information about device SDK compatibility with specific hardware devices, see the [Azure Certified Device catalog](https://devicecatalog.azure.com/) or individual repository.
@@ -91,7 +91,7 @@ Azure IoT SDKs are also available for the following services:
91
91
92
92
*[Device Update for IoT Hub SDKs](../iot-hub-device-update/understand-device-update.md): To help you deploy over-the-air (OTA) updates for IoT devices.
93
93
94
-
*[IoT Plug and Play SDKs](../iot-develop/libraries-sdks.md): To help you build IoT Plug and Play solutions.
94
+
*[Microsoft SDKs for IoT Plug and Play](../iot-develop/libraries-sdks.md): To help you build IoT Plug and Play solutions.
Copy file name to clipboardExpand all lines: includes/iot-hub-basic-partial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@
11
11
---
12
12
13
13
>[!NOTE]
14
-
>Some of the features mentioned in this article, like cloud-to-device messaging, device twins, and device management, are only available in the standard tier of IoT Hub. For more information about the basic and standard IoT Hub tiers, see [How to choose the right IoT Hub tier](../articles/iot-hub/iot-hub-scaling.md).
14
+
>Some of the features mentioned in this article, like cloud-to-device messaging, device twins, and device management, are only available in the standard tier of IoT Hub. For more information about the basic and standard/free IoT Hub tiers, see [Choose the right IoT Hub tier for your solution](../articles/iot-hub/iot-hub-scaling.md).
0 commit comments