{"id":219,"date":"2021-05-10T00:00:00","date_gmt":"2021-05-10T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform"},"modified":"2025-06-25T07:39:59","modified_gmt":"2025-06-25T14:39:59","slug":"lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/","title":{"rendered":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform"},"content":{"rendered":"\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\" alt=\"Unlock the Future of Azure IoT through Power Platform\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In 2021, each month there will be a monthly blog covering the webinar of the month for the low-code application development (LCAD) on Azure solution. LCAD on Azure is a solution to demonstrate the robust development capabilities of integrating low-code Microsoft Power Apps and the Azure products you may be familiar with.&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This month\u2019s webinar is \u201c<a href=\"https:\/\/info.microsoft.com\/ww-Landing-UnlocktheFutureofAzureIoTthroughPowerPlatform.html?LCID=EN-US\" target=\"_blank\" rel=\"noopener\">Unlock the Future of Azure IoT through Power Platform<\/a>.\u201d In this blog, I will briefly recap <a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/low-code-application-development\/\" target=\"_blank\" rel=\"noopener\">LCAD on Azure<\/a>, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Microsoft Power Automate, and how to integrate your Power Automate flow into Power Apps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-lcad-on-azure\">What is LCAD on Azure?&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/low-code-application-development\/\" target=\"_blank\" rel=\"noopener\">LCAD on Azure<\/a> was created to help developers build business applications faster with less code. Utilizing Microsoft&nbsp;Power Platform, and more specifically Power Apps, helps developers scale and extend their Power Apps with Azure services. For example, a pro developer who works for a manufacturing company would need to build a line-of-business (LOB) application to help warehouse employees track incoming inventory. That application would take months to build, test, and deploy. Using Power Apps, it can take only hours to build\u2014saving time and resources.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, say the warehouse employees want the application to automatically place procurement orders for additional inventory when current inventory hits a determined low. In the past, the development team would require another heavy lift to rework their previous application iteration. Due to the integration of Power Apps and Azure, a professional developer can build an API&nbsp;in Visual Studio (VS) Code, publish it to their Azure portal, and export the API to Power Apps, integrating it into their application as a custom connector.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Afterward, that same API is reusable indefinitely in the Power Apps\u2019 studio for future use with other applications, saving the company and developers more time and resources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"iot-on-azure-and-azure-functions\">IoT on Azure and Azure Functions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This webinar aims to understand how to use Azure IoT Hub and Power Apps to control an IoT device. To start, one would write the code in Azure IoT Hub&nbsp;to send commands directly to your IoT device. In this webinar, Samuel wrote in Node for Azure IoT Hub and wrote two basic commands:&nbsp;toggle fan on&nbsp;and off.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The commands are sent through&nbsp;the code in Azure IoT Hub, which at first run&nbsp;locally. Once tested and confirmed to be running correctly, the next question is how can one rapidly call the API from anywhere across the globe? The answer is to create a flow in Power Automate and connect that flow to Power Apps, which will be a complete dashboard that controls the IoT device from anywhere in the world. To accomplish this task, you have to first create an Azure Function, which will then be pulled into Power Automate using a <strong>Get<\/strong> function creating the flow.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once you&#8217;ve built the Azure Function, run and test it locally first, test the on and off states through&nbsp;the Azure Function URL. To build a trigger for the Azure Function, in this case, a Power Automate flow, you need to create an Azure resources group to check the Azure Function and test its local capabilities. If the test fails it could potentially be that you did not create or have an access token for the IoT device. To connect a device, IoT, or otherwise to the cloud, you need to have an access token.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the webinar, Samuel added two application settings to his function for the on and off commands. After adding these access tokens and adjusting the settings of the IoT device, Samuel was able to run his Azure Function successfully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-function-automated-with-power-automate\">Azure Function automated with Power Automate<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After building the Azure Function, you can build your Power Automate flow to start building your globally accessible dashboard to operate your IoT device. Samuel starts by building a basic Power Automate framework, then flow, and demonstrates how to test the flow once complete. He starts with an HTTP request and implements a <strong>Get<\/strong>&nbsp;command. From there, it is a straightforward process to test and get the IoT device to run.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"power-automate-flow-into-power-apps\">Power Automate flow into Power Apps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After building your Power Automate flow, you develop a simple UI&nbsp;to toggle the fan on and off. Do this by building a canvas Power App and importing the Power Automate flow into the app.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To start, create a blank canvas app, and name it. In the Power Apps ribbon, you select <strong>button<\/strong>, and pick the button\u2019s source, selecting <strong>Power Automate<\/strong>&nbsp;and <strong>add a flow<\/strong>. Select the flow that is connected to the Azure IoT device\u2014its name should be reflected in the selection menu. If everything is running correctly, your IoT device will turn on. In the webinar, Samuel is running out of time, so he creates a new Power Automate flow, which he imports into the canvas app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-more\">Learn more<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Make sure to watch the webinar \u201c<a href=\"https:\/\/info.microsoft.com\/ww-Landing-UnlocktheFutureofAzureIoTthroughPowerPlatform.html?LCID=EN-US\" target=\"_blank\" rel=\"noopener\">Unlock the Future of Azure IoT through Power Platform<\/a>\u201d to learn more about Azure IoT and how to import Azure Functions into your Power Apps.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Additionally, there will be a low-code application development on Azure Learn Live\u00a0session during <a href=\"https:\/\/register.build.microsoft.com\/\" target=\"_blank\" rel=\"noopener\">Microsoft Build<\/a>, covering the new <a href=\"https:\/\/docs.microsoft.com\/en-us\/learn\/paths\/transform-business-applications-with-fusion-development\/\" target=\"_blank\" rel=\"noopener\">.NET x Power Apps learning path<\/a>, integrations with Azure Functions, Visual Studio, and API Management.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1485],"tags":[],"audience":[3055,3053,3056],"content-type":[1460],"product":[1489],"tech-community":[],"topic":[],"coauthors":[127],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-internet-of-things","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-events","product-azure-iot-hub","review-flag-anywh-1680286580-635","review-flag-integ-1680286579-214","review-flag-iot-1680286585-835","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-10T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T14:39:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\" \/>\n<meta name=\"author\" content=\"Ricardo Duncan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ricardo Duncan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/ricardo-duncan\/\",\"@type\":\"Person\",\"@name\":\"Ricardo Duncan\"}],\"headline\":\"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform\",\"datePublished\":\"2021-05-10T00:00:00+00:00\",\"dateModified\":\"2025-06-25T14:39:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\"},\"wordCount\":905,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\",\"articleSection\":[\"Internet of things\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\",\"name\":\"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\",\"datePublished\":\"2021-05-10T00:00:00+00:00\",\"dateModified\":\"2025-06-25T14:39:59+00:00\",\"description\":\"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif\",\"width\":600,\"height\":338},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Internet of things\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog","description":"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/","og_locale":"en_US","og_type":"article","og_title":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog","og_description":"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2021-05-10T00:00:00+00:00","article_modified_time":"2025-06-25T14:39:59+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif","type":"","width":"","height":""}],"author":"Ricardo Duncan","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Ricardo Duncan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/ricardo-duncan\/","@type":"Person","@name":"Ricardo Duncan"}],"headline":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform","datePublished":"2021-05-10T00:00:00+00:00","dateModified":"2025-06-25T14:39:59+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/"},"wordCount":905,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif","articleSection":["Internet of things"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/","name":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif","datePublished":"2021-05-10T00:00:00+00:00","dateModified":"2025-06-25T14:39:59+00:00","description":"This month\u2019s webinar is \u201cUnlock the Future of Azure IoT through Power Platform.\u201d In this blog, I will briefly recap LCAD on Azure, provide an overview of IoT on Azure and Azure Functions, how to pull an Azure Function into Power Automate, and how to integrate your Power Automate flow into Power Apps.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/fa481dc8-7649-479a-a6bc-f9100faeae71.gif","width":600,"height":338},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/lowcode-development-series-modernize-your-iot-future-with-azure-and-microsoft-power-platform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Internet of things","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/"},{"@type":"ListItem","position":3,"name":"Low-code development series: Modernize your IoT future with Azure and Microsoft Power Platform"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":43389,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions\/43389"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=219"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=219"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=219"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=219"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=219"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=219"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}