Skip to content

Commit 27ded7b

Browse files
committed
Adjusted some images
1 parent 89ccd7d commit 27ded7b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
7.98 KB
Loading

articles/iot-edge/tutorial-deploy-function.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ You can use Azure Functions to deploy code that implements your business logic d
2525
> * Deploy the module from the container registry to your IoT Edge device.
2626
> * View filtered data.
2727
28-
<center>
29-
![Diagram - Tutorial architecture: stage and deploy function module](./media/tutorial-deploy-function/functions-architecture.png)
30-
</center>
28+
:::image type="content" source="./media/tutorial-deploy-function/functions-architecture.png" alt-text="Diagram of function architecture, showing how to stage and deploy a function module.":::
3129

3230
The Azure Function that you create in this tutorial filters the temperature data that's generated by your device. The Function only sends messages upstream to Azure IoT Hub when the temperature is above a specified threshold.
3331

@@ -71,7 +69,7 @@ Create a C# Function solution template that you can customize with your own code
7169
| Provide a module name | Name your module **CSharpFunction**. |
7270
| Provide Docker image repository for the module | An image repository includes the name of your container registry and the name of your container image. Your container image is prepopulated from the last step. Replace **localhost:5000** with the **Login server** value from your Azure container registry. You can retrieve the Login server from the Overview page of your container registry in the Azure portal. The final string looks like \<registry name\>.azurecr.io/CSharpFunction. |
7371

74-
![Provide Docker image repository](./media/tutorial-deploy-function/repository.png)
72+
:::image type="content" source="./media/tutorial-deploy-function/repository.png" alt-text="Screenshot showing where to choose your Docker image repository in Visual Studio Code.":::
7573

7674
### Add your registry credentials
7775

@@ -218,7 +216,7 @@ You can use the Azure portal to deploy your Function module to an IoT Edge devic
218216

219217
It may take a few moments for the new modules to show up. Your IoT Edge device has to retrieve its new deployment information from IoT Hub, start the new containers, and then report the status back to IoT Hub.
220218

221-
![View deployed modules in Visual Studio Code](./media/tutorial-deploy-function/view-modules.png)
219+
:::image type="content" source="./media/tutorial-deploy-function/view-modules.png" alt-text="Screenshot showing how to view deployed modules in Visual Studio Code.":::
222220

223221
## View the generated data
224222

0 commit comments

Comments
 (0)