|
| 1 | +--- |
| 2 | +title: Create an IoT Central application | Microsoft Docs |
| 3 | +description: This article describes the options to create an IoT Central application including from the Azure IoT Central site, the Azure portal, and from a command-line environment. |
| 4 | +services: iot-central |
| 5 | +ms.service: iot-central |
| 6 | +author: dominicbetts |
| 7 | +ms.author: dobett |
| 8 | +ms.date: 05/11/2021 |
| 9 | +ms.topic: how-to |
| 10 | +--- |
| 11 | + |
| 12 | +# Create an IoT Central application |
| 13 | + |
| 14 | +You have several ways to create an IoT Central application. You can use one of the GUI-based methods if you prefer a manual approach, or one of the CLI or programmatic methods if you want to automate the process. |
| 15 | + |
| 16 | +Whichever approach you choose, the configuration options are the same, and the process typically takes less than a minute to complete. |
| 17 | + |
| 18 | +[!INCLUDE [Warning About Access Required](../../../includes/iot-central-warning-contribitorrequireaccess.md)] |
| 19 | + |
| 20 | +## Options |
| 21 | + |
| 22 | +This section describes the available options when you create an IoT Central application. Depending on the method you choose, you might need to supply the options on a form or as command-line parameters: |
| 23 | + |
| 24 | +### Pricing plans |
| 25 | + |
| 26 | +The *free* plan lets you create an IoT Central application to try for seven days. The free plan: |
| 27 | + |
| 28 | +- Doesn't require an Azure subscription. |
| 29 | +- Can only be created and managed on the [Azure IoT Central](https://aka.ms/iotcentral) site. |
| 30 | +- Lets you connect up to five devices. |
| 31 | +- Can be upgraded to a standard plan if you want to keep your application. |
| 32 | + |
| 33 | +The *standard* plans: |
| 34 | + |
| 35 | +- Do require an Azure subscription. You should have at least **Contributor** access in your Azure subscription. If you created the subscription yourself, you're automatically an administrator with sufficient access. To learn more, see [What is Azure role-based access control?](../../role-based-access-control/overview.md). |
| 36 | +- Let you create and manage IoT Central applications using any of the available methods. |
| 37 | +- Let you connect as many devices as you need. You're billed by device. To learn more, see [Azure IoT Central pricing](/pricing/details/iot-central/). |
| 38 | +- Cannot be downgraded to a free plan, but can be upgraded or downgraded to other standard plans. |
| 39 | + |
| 40 | +The following table summarizes the differences between the three standard plans: |
| 41 | + |
| 42 | +| Plan name | Free devices | Messages/month | Use case | |
| 43 | +| --------- | ------------ | -------------- | -------- | |
| 44 | +| S0 | 2 | 400 | A few messages per day | |
| 45 | +| S1 | 2 | 5,000 | A few messages per hour | |
| 46 | +| S2 | 2 | 30,000 | Messages every few minutes | |
| 47 | + |
| 48 | +To learn more, see [Manage your bill in an IoT Central application](howto-view-bill.md). |
| 49 | + |
| 50 | +### Application name |
| 51 | + |
| 52 | +The _application name_ you choose appears in the title bar on every page in your IoT Central application. It also appears on your application's tile on the **My apps** page on the [Azure IoT Central](https://aka.ms/iotcentral) site. |
| 53 | + |
| 54 | +The _subdomain_ you choose uniquely identifies your application. The subdomain is part of the URL you use to access the application. The URL for an IoT Central application looks like `https://yoursubdomain.azureiotcentral.com`. |
| 55 | + |
| 56 | +### Application template ID |
| 57 | + |
| 58 | +The application template you choose determines the initial contents of your application, such as dashboards and device templates. The template ID For a custom application, use `iotc-pnp-preview` as the template ID. |
| 59 | + |
| 60 | +To learn more about custom and industry-focused application templates, see [What are application templates?](concepts-app-templates.md). |
| 61 | + |
| 62 | +### Billing information |
| 63 | + |
| 64 | +If you choose one of the standard plans, you need to provide billing information: |
| 65 | + |
| 66 | +- The Azure subscription you're using. |
| 67 | +- The directory that contains the subscription you're using. |
| 68 | +- The location to host your application. IoT Central uses Azure geographies as locations: United States, Europe, Asia Pacific, Australia, United Kingdom, or Japan. |
| 69 | + |
| 70 | +## Azure IoT Central site |
| 71 | + |
| 72 | +The easiest way to get started creating IoT Central applications is on the [Azure IoT Central](https://aka.ms/iotcentral) site. |
| 73 | + |
| 74 | +The [Build](https://apps.azureiotcentral.com/build) lets you select the application template you want to use: |
| 75 | + |
| 76 | +:::image type="content" source="media/howto-create-iot-central-application/choose-template.png" alt-text="Screenshot of build page that lets you choose an application template."::: |
| 77 | + |
| 78 | +If you select **Create app**, you can provide the necessary information to create an application from the template: |
| 79 | + |
| 80 | +:::image type="content" source="media/howto-create-iot-central-application/create-application.png" alt-text="Screenshot showing create application page for IoT Central."::: |
| 81 | + |
| 82 | +The **My apps** page lists all the IoT Central applications you have access to. The list includes applications you created and applications that you've been granted access to. |
| 83 | + |
| 84 | +> [!TIP] |
| 85 | +> All the applications you create using a standard pricing plan on the Azure IoT Central site use the **IOTC** resource group in your subscription. The approaches decribed in the following section let you choose a resource group to use. |
| 86 | +
|
| 87 | +## Other approaches |
| 88 | + |
| 89 | +You can also use the following approaches to create an IoT Central application: |
| 90 | + |
| 91 | +- [Create an IoT Central application from the Azure portal](howto-manage-iot-central-from-portal.md#create-iot-central-applications) |
| 92 | +- [Create an IoT Central application using the Azure CLI](howto-manage-iot-central-from-cli.md#create-an-application) |
| 93 | +- [Create an IoT Central application using PowerShell](howto-manage-iot-central-from-powershell.md#create-an-application) |
| 94 | +- [Create an IoT Central application programmatically](howto-manage-iot-central-programmatically.md) |
| 95 | + |
| 96 | +## Next steps |
| 97 | + |
| 98 | +Now that you've learned how to manage Azure IoT Central applications from Azure CLI, here's the suggested next step: |
| 99 | + |
| 100 | +> [!div class="nextstepaction"] |
| 101 | +> [Administer your application](howto-administer.md) |
0 commit comments