|
| 1 | +--- |
| 2 | +title: Micro-fulfillment Center app template tutorial | Microsoft Docs |
| 3 | +description: A tutorial of micro-fulfillment center application template for IoT Central |
| 4 | +author: avneet723 |
| 5 | +ms.author: avneets |
| 6 | +ms.service: iot-central |
| 7 | +ms.subservice: iot-central-retail |
| 8 | +ms.topic: overview |
| 9 | +ms.date: 01/09/2020 |
| 10 | +--- |
| 11 | + |
| 12 | +# Tutorial: Deploy and walk through a micro-fulfillment center application template |
| 13 | + |
| 14 | +[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)] |
| 15 | + |
| 16 | +In this tutorial, we will leverage the Azure IoT Central ***Micro-fulfillment center*** application template to show you how to build a retail solution. You will learn about how to deploy the MFC template, what is included out of the box and what you might want to do next. |
| 17 | + |
| 18 | +In this tutorial, you learn how to: |
| 19 | +> [!div class="checklist"] |
| 20 | +> * Use the Azure IoT Central **Micro-fulfillment center** template to create a retail application |
| 21 | +> * Walk through of the application |
| 22 | +
|
| 23 | +## Prerequisites |
| 24 | +To complete this tutorial series, you need: |
| 25 | +* An Azure subscription. You can optionally use a free 7-day trial. If you don't have an Azure subscription, you can create one on the [Azure sign-up page](https://aka.ms/createazuresubscription). |
| 26 | + |
| 27 | +## Create an application |
| 28 | +In this section, you create a new Azure IoT Central application from a template. You'll use this application throughout the tutorial series to build a complete solution. |
| 29 | + |
| 30 | +To create a new Azure IoT Central application: |
| 31 | + |
| 32 | +1. Navigate to the [Azure IoT Central application manager](https://aka.ms/iotcentral) website. |
| 33 | +1. If you have an Azure subscription, sign in with the credentials you use to access it, otherwise sign in using a Microsoft account: |
| 34 | + |
| 35 | +  |
| 36 | + |
| 37 | +1. To start creating a new Azure IoT Central application, select **New Application**. |
| 38 | + |
| 39 | +1. Select **Retail**. The retail page displays several retail application templates. |
| 40 | + |
| 41 | +To create a new micro-fulfillment center application that uses preview features: |
| 42 | +1. Select the **Micro-fulfillment center** application template. This template includes device templates for all devices used in the tutorial. The template also provides an operator dashboard for monitoring conditions within your fulfillment center as well as the conditions for your robotic carriers. |
| 43 | + |
| 44 | + > [!div class="mx-imgBorder"] |
| 45 | + >  |
| 46 | + |
| 47 | +1. Optionally, choose a friendly **Application name**. The application template is based on the fictional company Northwind Traders. |
| 48 | + |
| 49 | + > [!NOTE] |
| 50 | + > If you use a friendly **Application name**, you still must use a unique value for the application **URL**. |
| 51 | +
|
| 52 | +1. If you have an Azure subscription, enter your *Directory, Azure subscription, and Region*. If you don't have a subscription, you can enable **7-day free trial** and complete the required contact information. |
| 53 | + |
| 54 | + For more information about directories and subscriptions, see the [create an application quickstart](../preview/quick-deploy-iot-central.md). |
| 55 | + |
| 56 | +1. Select **Create**. |
| 57 | + |
| 58 | +> [!div class="mx-imgBorder"] |
| 59 | +>  |
| 60 | +
|
| 61 | +## Walk through the application |
| 62 | + |
| 63 | +### Dashboard |
| 64 | + |
| 65 | +After successfully deploying the app template, you will first land on the **Northwind Traders micro-fulfillment center dashboard**. Northwind Trader's is a fictitious retailer that has a micro-fulfillment center being managed in this IoT Central application. On this operator dashboard, you will see information and telemetry about the devices in this template along with a set of commands, jobs, and actions that you can take. The dashboard is logically split into two sections (left and right). On the left, you have the ability to monitor the environmental conditions within the fulfillment structure and on the right, you can monitor the health of a robotic carrier within the facility. |
| 66 | + |
| 67 | +From the dashboard you can: |
| 68 | + * See device telemetry such as # of picks, # of orders processed, and properties such as the structure system status, etc. |
| 69 | + * View the **floor plan** and location of the robotic carriers within the fulfillment structure. |
| 70 | + * Trigger commands such as resetting the control system, updating carrier's firmware, reconfiguring the network, etc. |
| 71 | + |
| 72 | +> [!div class="mx-imgBorder"] |
| 73 | +>  |
| 74 | + * See an example of the dashboard that an operator can leverage to monitor the conditions within the fulfillment center. |
| 75 | + * Monitor the health of the payloads running on the gateway device within the fulfillment center. |
| 76 | + |
| 77 | +> [!div class="mx-imgBorder"] |
| 78 | +>  |
| 79 | +
|
| 80 | +## Device Template |
| 81 | +If you click on the Device templates tab, you will see that there are two different device types that are part of the template: |
| 82 | + * **Robotic Carrier**: This device template represents the definition for a functioning robotic carrier that has been deployed in the fulfillment structure and is performing appropriate storage and retrieval operations. If you click on the template, you'll see that the robot is sending device data such as temperature, axis position and properties like robotic carrier status, etc. |
| 83 | + * **Structure Condition Monitoring**: This device template represents a device collection that allows you to monitor environment condition as well as the gateway device hosting various edge workloads to power your fulfillment center. The device sends telemetry data such as the temperature, # of picks, # of orders, etc. in addition to state and health of the compute workloads running in your environment. |
| 84 | + |
| 85 | +> [!div class="mx-imgBorder"] |
| 86 | +>  |
| 87 | +
|
| 88 | +If you click on the Device groups tab you will also see that these device templates automatically have device groups created for them. |
| 89 | + |
| 90 | +## Rules |
| 91 | +When jumping to the rules tab, you will see a sample rule that exists in the application template to monitor the temperature conditions for the robotic carrier. You could use this rule to alert the operator if a specific robot in the facility is overheating and needs to be taken offline for servicing. |
| 92 | + |
| 93 | +Please leverage the sample rule as inspiration to define rules that are more appropriate for your business functions. |
| 94 | + |
| 95 | + - **Robotic carrier too warm**: This rule will trigger if the robotic carrier reaches a temperature threshold over a period of time. |
| 96 | + |
| 97 | +> [!div class="mx-imgBorder"] |
| 98 | +>  |
| 99 | +
|
| 100 | +## Clean up resources |
| 101 | + |
| 102 | +If you're not going to continue to use this application, delete the application template by visiting **Administration** > **Application settings** and click **Delete**. |
| 103 | + |
| 104 | +> [!div class="mx-imgBorder"] |
| 105 | +>  |
| 106 | +
|
| 107 | +## Next steps |
| 108 | +* Learn more about the [micro-fulfillment center solution architecture](./architecture-micro-fulfillment-center-pnp.md) |
| 109 | +* Learn more about other [IoT Central retail templates](./overview-iot-central-retail-pnp.md) |
| 110 | +* Learn more about IoT Central refer to [IoT Central overview](../preview/overview-iot-central.md) |
0 commit comments