Summary

Completed

In this module, you have created an application with IoT Central and connected it to your Dynamics 365 Field Service using the Connected Field Service add-in. Azure IoT Central abstracts many of the more technical aspects of building an IoT solution. Using the portal, you are able to build an IoT solution similar to how you would customize Dynamics 365. Using both together you can rapidly bring device telemetry and interaction into the Dynamics 365 solution. By using Azure IoT Central, you can get your solution shipped quicker.

Cleaning up

Your trial you created of Azure IoT Central will expire at the end of the trial with no further action required. If you want to re-create your trial from the beginning, you can delete your existing trial at any time. Currently you are only allowed one active trial at a time in an Azure subscription.

When you deployed the Connected Field Service add-on, it created an Azure Resource Group in your subscription that contains all the components of the template. If you are going to complete other learning in the near future, you might want to wait to do the cleanup until you have completed any of the other modules that require a Connected Field Service deployment.

If you are done, and ready to clean up all you need to do is delete the resource group in Azure. You can accomplish that in two ways, either via the Azure portal or from the Azure Cloud Shell.

Via the Azure portal

  1. Navigate to the Azure portal.
  2. On the left side, choose Resource Groups.
  3. Type your resource group in the filter by name or find it on the list.
  4. Select the Resource Group to open the detail page.
  5. After confirming it is the right Resource Group, select all the items in the group and click Delete.

Via the Azure Shell

  1. Navigate to Azure Shell.
  2. List your accounts using command az account list.
  3. Select your account using command: az account set -s "My Account Name".
  4. Delete the resource group using command: az group delete -n "Your Resource Group Name".