azure
8 TopicsAZ-220 Certification will be retired by July31!
Hi everyone, I'm writing to ask for your advice. The AZ-220 Azure certification exam is retiring on July 31, 2023. I'm not sure whether I should take the exam before it retires or pursues a different Azure certification. What do you think is the best option? Thanks for your help!1.5KViews0likes1CommentThe Azure IoT Hub team needs your feedback about the new features in preview
Hi IoT friends The Azure IoT Hub team regularly publishes new features in preview so you get a chance to test them and provide feedback. Here is your opportunity to let them know what you liked, what works/doesn't work for you, what your suggestions are. You can find more information for the preview features here: https://docs.microsoft.com/azure/iot-hub/iot-hub-preview-mode. Your feedback will help the team deliver what you need! The Survey is this way: https://aka.ms/iothubpreviewsurvey1.3KViews0likes0CommentsHow can I get my hands dirty with Azure IoT?
I've been asked this question many times and I thought it was about time I share the response more broadly. If you are a developer eager to get started and learn about Azure IoT services and solutions, with hands-on content, here are my top recommendations: Visit MS Learn and start playing with the various learning path and modules https://aka.ms/mslearn/iot Go through a nice end to end solution development workshop put together by kartben: http://aka.ms/iot-workshop/asset-tracking You can also follow along the workshop with kartben himself in this video: Check out all the goodness pdecarlo , glovebox and Jim Bennett put together for you at https://julyot.com Check out the labs we put together to help you get ready for the AZ-220 Azure IoT Developer Specialty certification https://github.com/MicrosoftLearning/AZ-220-Microsoft-Azure-IoT-Developer (instructions here: https://aka.ms/az220labs) If you have more good pointers for a first hands-on experience with Azure IoT services and solutions, do not hesitate to share in the comments below! Happy IoT coding!3.7KViews2likes1CommentGive us your thoughts on multi-tenancy in IoT apps – and enter a drawing for a $250 gift card!
Hello IoT champs! We'd love your feedback to help us shape our multi-tenant IoT solutions. If you are involved in system architecture, cloud development, or operations for a multi-tenant IoT solution – on any cloud – please complete this short survey (10-20m) to help us understand your needs. Respondents will be entered into a sweepstakes to win one of ten (10) $250 Virtual Visa gift cards! Thank you for your help!1.9KViews1like1Comment.NET Core Quicksstarts Done quickly with one PowerShell script start to finish.
I have a long time felt that the .NET Core C# https://docs.microsoft.com/en-us/azure/iot-hub/quickstart-send-telemetry-dotnet for the Azure IoT Hub SDK could be simpler for a newbie. To that end I created the UWP apps https://github.com/djaus2/AziothubDeviceStreaming and then https://github.com/djaus2/Azure.IoTHub.Toolbox as available on GitHub and in https://www.microsoft.com/en-au/p/azureiothubtoolbox/9pmcf9clttwz?activetab=pivot:overviewtab. These encapsulated the Quickstart functionality and orchestrated IoT Hub creation. This latest salvo into this area can make it even simpler! You run one PowerShell script with which you can create an IoT Hub, get all of the connection strings, save them to environment variables, create PowerShell and Bash scripts to re-set those variables, get the required targeted .NET Core SK binary including expansion of the download amongst other things. Included is a copy of the Quickstarts modified so that all apps get the required connection strings from the environment variables. A couple of variants to the apps have been added. More coming, especially with RPi hardware use. The PowerShell script and its underlying scripts is available on GitHub as https://github.com/djaus2/az-iothub-ps . It is a menu driven UI, with a bit of color included!. I have written as series of blogs on .NET Core, especially on the RaspberryPi (IoT-Core and Raspian) and upon running the Quickstarts there via the PowerShell script on my blog at http://www.sportronics.com.au .Here are the specific links: (Note: In reverse order) http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-_One_more_way_of_doing_this_-_How_to-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-One_more_way_of_doing_this-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-_Using_the_PS_Script_to_run_Quickstarts_on_RPi_(Raspian)_.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-_Using_the_PS_Script_to_run_Quickstarts_on_RPi_(IoT-Core)_-_Simpler-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Using_PS_Script_to_run_Quickstarts_on_RPi_(IoT-Core)-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Az-IoTHub-PS_The_IOT_Hub_Quickstart_Apps-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Use_the_PS_Script_to_set_up_.NET_Core-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Fast_tracking_IoT_Hub_Creation_with_PS-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-On_Windows_Subsystem_for_Linux-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/_.NET_Core_on_IoT-Getting_started_on__Raspbian-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/_.NET_Core_on_IoT-Getting_started_on_Win_10_IoT-Core-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Options_for_the_RPi-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Some_key_facts-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/dnetcore-on-IoT-Apps-dotnetcoreiot.html http://www.sportronics.com.au/dotnetcoreiot/dnetcore-on-IoT-dotnetcoreiot.html Extra:http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-Using_the_az-iothub-ps_script-dotnetcoreiot.html Also a presentation on http://www.sportronics.com.au/media/dnc.pptx2.1KViews2likes3Comments.NET Core Apps on the Raspberry Pi
Yes there are similar sounding posts to this including a really good in depth one here by Dave Glover. I am writing a series of .NET Core articles at 101 and up level for doing .NET Core on the RPi whether using Win10 IoT-Core or Raspbian. These can get you started. So far there are 7 articles including specifically getting up and running on RPi IoT-Core and one on Raspian. For good measure I even cover Windows Subsystem on Linux context. The index on my blog is: http://www.sportronics.com.au/cats/dotnetcoreiot/1.2KViews0likes1CommentYour one stop shop for Azure IoT support and help
Not sure where to go to ask a question, request support, report an issue, follow latest news for Azure IoT? The Docs team just updated this page for you! Bookmark away! https://docs.microsoft.com/azure/iot-fundamentals/iot-support-help And if you are not the kind to bookmark things, I just created a short URL that's easy to remember: https://aka.ms/AzureIoTHelp827Views1like0CommentsThe Azure Digital Twins team needs your input!
Here is an opportunity to help our engineering team shape the Azure Digital Twins service. This time Anil Kumar (aanik), PM in the Digital Twins team is seeking for input on access control needs in the context of Digital Twins scenarios and applications. If you are planning to or are already working on a project involving Digital Twins, help us make sure we ship what you need, filling in the following survey.1.2KViews1like0Comments