Azure Automation Runtime Environment Module Management
As Azure Automation Runtime Environment now is public preview, I have released a new version of Powershell module management Runbooks.
Finally one can programmatically manage Powershell modules for both 7.x and 5.1 environments.
They can be either imported directly from AA through Runbook gallery or just grab them from github.
Import-PSGalleryModuleAArte
Update-PSGalleryModuleAArte
Happy tinkering!
What about uploading module as a ZIP file?
PSGallery modules are stored in zip format, so it is already doing this.
Though this runbook was never intended to support user defined zip-module upload.
But the code is there, and can be used for that purpose.