Skip to content

Commit 230b2a3

Browse files
committed
Remove blob storage as a pipeline destination
1 parent 7618fc7 commit 230b2a3

9 files changed

+6
-84
lines changed

articles/iot-operations/.openpublishing.redirection.iot-operations.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"source_path_from_root": "/articles/iot-operations/get-started/quickstart-process-telemetry.md",
4040
"redirect_url": "/azure/iot-operations/get-started/quickstart-upload-telemetry-to-cloud",
4141
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/iot-operations/connect-to-cloud/howto-configure-destination-blob.md",
45+
"redirect_url": "/azure/iot-operations/process-data/overview-data-processor",
46+
"redirect_document_id": false
4247
}
4348
]
44-
}
49+
}

articles/iot-operations/connect-to-cloud/howto-configure-destination-blob.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

articles/iot-operations/connect-to-cloud/howto-configure-destination-data-explorer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ The following example shows a sample input message to the Azure Data Explorer de
213213
## Related content
214214

215215
- [Send data to Microsoft Fabric](howto-configure-destination-fabric.md)
216-
- [Send data to Azure Blob Storage](howto-configure-destination-blob.md)
217216
- [Send data to a gRPC endpoint](../process-data/howto-configure-destination-grpc.md)
218217
- [Send data to an HTTP endpoint](../process-data/howto-configure-destination-http.md)
219218
- [Publish data to an MQTT broker](../process-data/howto-configure-destination-mq-broker.md)

articles/iot-operations/connect-to-cloud/howto-configure-destination-fabric.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ The following example shows a sample input message to the Microsoft Fabric lakeh
250250
## Related content
251251

252252
- [Send data to Azure Data Explorer](howto-configure-destination-data-explorer.md)
253-
- [Send data to Azure Blob Storage](howto-configure-destination-blob.md)
254253
- [Send data to a gRPC endpoint](../process-data/howto-configure-destination-grpc.md)
255254
- [Send data to an HTTP endpoint](../process-data/howto-configure-destination-http.md)
256255
- [Publish data to an MQTT broker](../process-data/howto-configure-destination-mq-broker.md)

articles/iot-operations/process-data/howto-configure-destination-grpc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Use the output from the previous command as the `descriptor` in the configuratio
6767

6868
- [Send data to Azure Data Explorer](../connect-to-cloud/howto-configure-destination-data-explorer.md)
6969
- [Send data to Microsoft Fabric](../connect-to-cloud/howto-configure-destination-fabric.md)
70-
- [Send data to Azure Blob Storage](../connect-to-cloud/howto-configure-destination-blob.md)
7170
- [Send data to an HTTP endpoint](howto-configure-destination-http.md)
7271
- [Publish data to an MQTT broker](howto-configure-destination-mq-broker.md)
7372
- [Send data to the reference data store](howto-configure-destination-reference-store.md)

articles/iot-operations/process-data/howto-configure-destination-http.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ The following JSON shows an example definition for an HTTP destination stage:
9696

9797
- [Send data to Azure Data Explorer](../connect-to-cloud/howto-configure-destination-data-explorer.md)
9898
- [Send data to Microsoft Fabric](../connect-to-cloud/howto-configure-destination-fabric.md)
99-
- [Send data to Azure Blob Storage](../connect-to-cloud/howto-configure-destination-blob.md)
10099
- [Publish data to an MQTT broker](howto-configure-destination-mq-broker.md)
101100
- [Send data to the reference data store](howto-configure-destination-reference-store.md)

articles/iot-operations/process-data/howto-configure-destination-mq-broker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ The following example shows a sample input message to the MQ destination stage:
128128

129129
- [Send data to Azure Data Explorer](../connect-to-cloud/howto-configure-destination-data-explorer.md)
130130
- [Send data to Microsoft Fabric](../connect-to-cloud/howto-configure-destination-fabric.md)
131-
- [Send data to Azure Blob Storage](../connect-to-cloud/howto-configure-destination-blob.md)
132131
- [Send data to a gRPC endpoint](howto-configure-destination-grpc.md)
133132
- [Send data to an HTTP endpoint](howto-configure-destination-http.md)
134133
- [Send data to the reference data store](howto-configure-destination-reference-store.md)

articles/iot-operations/process-data/overview-data-processor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Data Processor pipelines can use the following stages:
8383
| [Destination - HTTP](howto-configure-destination-http.md) | Sends your processed, clean, and contextualized data to an HTTP endpoint. |
8484
| [Destination - Fabric Lakehouse](../connect-to-cloud/howto-configure-destination-fabric.md) | Sends your processed, clean, and contextualized data to a Microsoft Fabric lakehouse in the cloud. |
8585
| [Destination - Azure Data Explorer](../connect-to-cloud/howto-configure-destination-data-explorer.md) | Sends your processed, clean, and contextualized data to an Azure Data Explorer endpoint in the cloud. |
86-
| [Destination - Azure Blob Storage](../connect-to-cloud/howto-configure-destination-blob.md) | Sends your processed, clean, and contextualized data to an Azure Blob Storage endpoint in the cloud. |
8786

8887
## Next step
8988

articles/iot-operations/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ items:
168168
href: connect-to-cloud/howto-configure-destination-data-explorer.md
169169
- name: Send data to Microsoft Fabric from a pipeline
170170
href: connect-to-cloud/howto-configure-destination-fabric.md
171-
- name: Send data to Azure Blob Storage from a pipeline
172-
href: connect-to-cloud/howto-configure-destination-blob.md
173171

174172
- name: Monitor service and asset health
175173
items:

0 commit comments

Comments
 (0)