#Azure

18 tweets

I've managed to configure an #Azure Storage Queue and Functions so that I can
prevent #IoT devices from hammering a third-party API.

What's annoying a little bit is that it's not possible to filter incoming device
messages based on the MQTT topic (AKA property bags).

So in #Azure, a Subscriptions is also called an Account, and you log in with
your Microsoft Account and can access multiple Directories which can have
multiple Subscriptions AKA Accounts.

Easy!

#Azure pros: do you have separate subscriptions per project for better cost
control?

Azure kinda punishes that because support plans are linked to only one
subscription...

The part I really like about working with #Azure is that GitHub Actions are
arguable their solution for CI/CD. On AWS CodeBuild/CodePipeline is nice, but
Actions is just the right amount of simplicity and configurability for
cloud-native setups.