Hi ! It’s #JulyOT time, and I need to update this post. A lot of amazing IoT content here: https://julyot.dev/ And let’s go with the updated version. The base steps for this posts are described in the official page [Install or uninstall Azure IoT Edge for Linux] (see references). In the official documentation, you can…… Continue reading #RaspberryPi – Install #AzureIoT, a couple of tips to make it work
Tag: English Post
#AzureIoT – RTSP Webcam, add rtsp camera π· capabilities to your Edge Device #JulyOT
Hi ! Today, during my [Let’s setup a Raspberry Pi and a reTerminal as an Azure IoT βοΈ device] session, one of the questions was about what cool scenarios we can run once we have a Raspberry Pi as an Azure IoT Edge device. Besides the use of Cognitive Services (only for x64), a cool…… Continue reading #AzureIoT – RTSP Webcam, add rtsp camera π· capabilities to your Edge Device #JulyOT
#Azure – Creating an #AzureFunction β‘ for #JulyOT
Hi ! In my previous post I wrote about how (Thanks to Sam), I’m on the path to learn Azure Bicep π¦Ύ. I’m also share how I’m using Bicep to create my demo environments for for JulyOT! https://julyot.dev/ I shared a full Bicep file that, using an existing Resource Group: Create an Azure IoT Hub…… Continue reading #Azure – Creating an #AzureFunction β‘ for #JulyOT
#Azure – Azure IoT and Bicep π¦Ύ, creating my own resources for #JulyOT
Hi ! Last week my friend Sam helped me to understand the basic concepts of Infrastructure as a Code, and of course, we started with Bicep. You can watch the recording here: https://www.youtube.com/watch?v=NHISJBasX-o&ab_channel=MicrosoftReactor After this, I started to play around and try to figure out how to automate the creation of my required resources for…… Continue reading #Azure – Azure IoT and Bicep π¦Ύ, creating my own resources for #JulyOT
#Event – In Person with the Highlights from Microsoft Build 2022
Hi ! Next Saturday July 16, join me and an amazing group of professionals to review the most exciting news and annoucements from Microsoft Build 2022. Doors will open at 9:30am with the first presentation kicking off at 10:00am. We’re preparing a line-up of subject matter experts to deliver 40-minute presentations covering each of the…… Continue reading #Event – In Person with the Highlights from Microsoft Build 2022
#Fix – Azure CustomVision Exported to Docker – ImportError: cannot import name ‘soft_unicode’ from ‘markupsafe’
Hi ! In the past days I found a weird error when I export a model created with CustomVision.ai to docker. The docker image build ok, however, I found this error when I try to run the container. β― docker run -p 8090:8090 squirrelscv Traceback (most recent call last): File “app.py”, line 7, in <module>…… Continue reading #Fix – Azure CustomVision Exported to Docker – ImportError: cannot import name ‘soft_unicode’ from ‘markupsafe’
#VSCode – Thunder Client, excellent alternative to Postman for HTTP Requests @Code
Hi ! Postman is a great tool to emulate HTTP Requests. I used Postman a lot when I create webapps that run Computer Vision models to analyze images. However, in order to keep things more simple, I decided to test several extensions in Visual Studio Code, as alternatives to Postman. And, Thunder Client is one…… Continue reading #VSCode – Thunder Client, excellent alternative to Postman for HTTP Requests @Code
#GitHub – How to display the status badge for a GitHub Action π’π΄
Hi ! Last week I wrote 2 posts about How to create and publish an Azure Static Website How to add an API (HTTP Function) to the site It’s a super cool feature ! π GitHub Actions, are an important part of this series, and on the online event, I had this question: How do…… Continue reading #GitHub – How to display the status badge for a GitHub Action π’π΄
#Event – Let’s Build an App without Using any Code with Microsoft Power Platform at the Toronto Reactor
Hi ! Next week I’ll be at the Microsoft Reactor, learning how to build apps using Power Platform. I have a couple of ideas that I want to test, so if you want to join me, come to the Toronto Reactor ! We will have food π and drinks ! And hey, I have some…… Continue reading #Event – Let’s Build an App without Using any Code with Microsoft Power Platform at the Toronto Reactor
#Azure βοΈ β Adding an API to an Azure Static Web Apps πΈοΈ 2/N
Hi ! Yesterday I wrote a quick tutorial about how to publish a static website using Azure Static Web Pages, using GitHub and GitHub Actions. Really simple, and all from Visual Studio Code ! Azure βοΈ β Adding an API to an Azure Static Web Apps πΈοΈ 1/N Today, I’ll show how to also add…… Continue reading #Azure βοΈ β Adding an API to an Azure Static Web Apps πΈοΈ 2/N