sablier
sablier copied to clipboard
Add `azurevm` provider
Describe the provider Be able to start/stop Azure Virtual Machine's for applications which require a full VM for deployment, but do not need to be running 24/7 or on a specific schedule
Does the provider provides the following APIs An instance is a generic term used to describe containers, pods, deployments, and more
API | Yes | No | I don't know |
---|---|---|---|
Start an instance | X | ||
Stop an instance | X | ||
Get info about an instance | X | ||
Listening for external events happening | X |
Does the provider has a Go API SDK?
Yes, https://github.com/Azure/azure-sdk-for-go
Does the provider can be started locally Unknown
Additional context