-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is your feature request related to a problem? Please describe.
As part of the setup for alert-creations for IoT Hub, a script has been included which allows you to determine the current quota of messages.
As this could be useful outside of that specific use-case, would form a nice addition for a new module Arcus.Scripting.IoT.Hub
Describe the solution you'd like
The current version of the script can be found in the CoditEU/platform-operations-specialization-area repo at the following location:
/platform-operations-specialization-area/alerting/catalog/templates/iothub/determine-messagequota-used-threshold.ps1
This is to be updated to ensure it aligns with the current naming conventions as used across all Arcus.Scripting-modules, as well as implement the suggested changes (parameterization) from the source-repo.
For more context, see the mentioned repo.
Credits: @fgheysels