Skip to content

Commit 7034200

Browse files
authored
Merge pull request #109940 from JimacoMS3/gh-issue-50819-dark-theme-picture-unreadable
Get rid of dark theme issue by using png instead of svg for diagram
2 parents 413ed9f + 1ad310d commit 7034200

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
56.7 KB
Loading
56.7 KB
Loading

articles/iot-hub/quickstart-device-streams-proxy-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following figure illustrates how the device- and service-local proxy program
2828
* [SSH/RDP over IoT Hub device streams using C# proxy](./quickstart-device-streams-proxy-csharp.md)
2929
* [SSH/RDP over IoT Hub device streams using NodeJS proxy](./quickstart-device-streams-proxy-nodejs.md).
3030

31-
![Local proxy setup](./media/quickstart-device-streams-proxy-csharp/device-stream-proxy-diagram.svg)
31+
![Local proxy setup](./media/quickstart-device-streams-proxy-c/device-stream-proxy-diagram.png)
3232

3333
1. The service-local proxy connects to the IoT hub and starts a device stream to the target device.
3434

@@ -43,7 +43,7 @@ The following figure illustrates how the device- and service-local proxy program
4343
4444
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4545

46-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
46+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
4747

4848
## Prerequisites
4949

articles/iot-hub/quickstart-device-streams-proxy-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article first describes the setup for SSH (using port 22) and then describe
2525

2626
The following figure illustrates how the device-local and service-local proxy applications in this sample enable end-to-end connectivity between the SSH client and SSH daemon processes. Here, we assume that the daemon is running on the same device as the device-local proxy application.
2727

28-
![Local proxy application setup](./media/quickstart-device-streams-proxy-csharp/device-stream-proxy-diagram.svg)
28+
![Local proxy application setup](./media/quickstart-device-streams-proxy-csharp/device-stream-proxy-diagram.png)
2929

3030
1. The service-local proxy application connects to the IoT hub and initiates a device stream to the target device.
3131

@@ -40,7 +40,7 @@ The following figure illustrates how the device-local and service-local proxy ap
4040
4141
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4242

43-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
43+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
4444

4545
## Prerequisites
4646

0 commit comments

Comments
 (0)