What a week. Two hackathons (‘hack’+marathon) in a row. That was exhausting.
A three day hackathon with my colleges from Arvato Systems and a customer. We’ve used Cognitive services with 8 different programming languages and created great PoCs.
The second hackathon was about Azure Stack with Microsoft.
Thanks to all participants, the organisation. It has been fun and a great experience.
Es ist wieder soweit. Am 18.7. um 18h treffen wir uns wieder.
Die Themen:
Azure Stack – René Hézser Terraform – Tyler Ayers Auch dieses Mal sind wir wieder zu Gast bei Arvato Systems. D.h. dass ich eine namentliche Anmeldung benötige.
Deshalb meldet euch bitte über unser Meetup (https://www.meetup.com/Azure-Meetup-OWL/events/251641785/) oder per E-Mail an.
Vielen Unternehmen ist der Start in die Cloud bereits geglückt – oder es wird intensiv daran gearbeitet.
Spätestens jetzt wird klar: Die Cloud ändert so einiges. Ein guter Zeitpunkt also, um darüber nachzudenken, wie wir mit Cloud-Technologien eigentlich umgehen wollen.
Den Artikel habe ich auf dem Arvato Systems Cloud-Blog veröffentlicht.
Mit dem Thema “IoT – Raus aus der Update-Hölle” bin ich als Sprecher auf der https://www.iot-konferenz.de im Oktober in München unterwegs.
Ich freu mich drauf 🙂
Im Zeitalter der Digitalen Transformation umschwirren uns unzählige neue Buzzwords. Bei „Cloud-Native“ sprechen wir dabei keineswegs von einer weiteren Etage auf dem Turm zu Babel, sondern vielmehr von einem essentiellen Bestandteil der Digitalisierung, nämlich der Muttersprache der Cloud.
Ich habe wieder einen Beitrag auf dem Arvato Cloud Blog geschrieben:
https://it.arvato.com/cloud-blog/de/2018/04/was-ist-cloud-native—die-muttersprache-der-cloud.html
Today I wanted to query entities of an Azure Table via REST Api and did not get any results.
Looking over the query over and over again did not solve the problem. Sometimes I did not get any items back.
The “sometimes” depended on the query. I checked each part. Partition Key, string and date columns. Everything looked all right. And then it hit me.
I did not get a result, if there was too much data.
Am Donnerstag (22.3.) treffen wir uns wieder: Use-Cases für Stream Analytics und Azure Databricks.
Bitte meldet euch über Meetup oder direkt bei mir an, damit wir besser planen können und ihr aufs Gelände kommt 😉
Am 24. Januar ist es wieder soweit.
https://www.meetup.com/Azure-Meetup-OWL/events/244924594/
Themen:
René Hézser – Arvato Systems
Vorstellung Azure IoT Hub, Anbindung eines ESP8266 mit LED und Sensor an den IoT Hub
Dennis Hering – Microsoft Deutschland GmbH
Grundlagen / Funktionsweisen von MQTT,
“Last Will and Testament (LWT)” – Best Practices und Code Patterns
Bitte denkt an die Anmeldung über die Webseite, damit wir euch beim Pförtner anmelden können.
I bought a DIY blinking Christimas Tree. Unfortunately it did not contain any assembly instructions 🙁
So I looked for the part number CTR-30B, which is printed on both parts of the tree. I found a couple of instructions. After I soldered the tree, I saw that the colors were not evenly bright. I adjusted the values of the resitors and want to share the values.
R2: 330
R4: 560
Uploading files to a NodeMCU ESP8266 can be done with the Java tool ESPlorer. If you want to automate this process, you’ll want to use something else.
A quick research brought up NodeMCU-Uploader, which is a python script. On my Windows machine, I’ve got the bash installed. Naturally I want to use it 🙂
Fortunately the bash allows access to the COM ports. You have to modify the permissions for the device though.
Set-AzureWebsite : No default subscription has been designated. Use Select-AzureSubscription -Default to set the default subscription.
*doh* Again I’ve used PowerShell comandlets for Azure classic instead of Resource Manager 🙁
Reminder: Always check for the magic “Rm” chars in the command, if a resource cannot be found.
Nicht vergessen. Morgen findet das Azure Meetup zum Thema Build, Test und Deployment mit Azure in Bielefeld statt.
Meetup #2 – Build, Test und Deployment mit Azure <p style="margin:5px 0;font-size:16px"> Wednesday, Oct 11, 2017, 7:00 PM </p> <p style="margin: 0 0 5px;"> <span style="font-size:14px">Arvato Bielefeld / Sennestadt</span><br /><span style="font-size:12px;">Fuggerstraße 11 Bielefeld, DE</span> </p> <p> <span style="color:#4F8A10;font-size:16px;">17 Mitglieder Went</span> </p> <div style="margin:5px 0 10px" class="mu_clearfix"> <div class="photo"> <img src="https://secure.meetupstatic.com/photos/member/8/e/6/b/thumb_268416459.jpeg" /> </div> <div class="photo"> <img src="https://secure.
A Runbook schedule can be triggered every hour. If you need a smaller interval, like every minute, you can use the Azure Scheduler to do so.
So I went to the Azure Portal, created an Azure Schedule instance (with a job collection tier of at least basic, to be able to create schedules that are triggered every minute) and called a Runbook via webhook.
The Runbook contains a cmdlet that results in an error 🙁
In case you need the ServiceObjectiveId for SQL standard tiers, here is the list for you.
Tier name ServiceObjectiveId Standard (S0) f1173c43-91bd-4aaa-973c-54e79e15235b Standard (S1) 1b1ebd4d-d903-4baa-97f9-4ea675f5e928 Standard (S2) 455330e1-00cd-488b-b5fa-177c226f28b7 Standard (S3) 789681b8-ca10-4eb0-bdf2-e0b050601b40 Standard (S4) 3cf14e1a-0a5d-408c-bbc7-f63c5282f735 Standard (S6) ab69b4e3-d7cc-4aa5-87a6-f8b50615a03c Standard (S7) b6ca0894-d2f0-4e40-99f5-0f8a93cc2437 Standard (S9) 0efa88e9-99ff-4e36-a148-8c4b20c0826c Standard (S12 98100e8b-2f8a-4a81-9eb5-4d1e675c5a29 Usually you could change the tier within the Azure Portal.