When creating a Virtual Azure machine in .NET, how...
# dotnet
w
When creating a Virtual Azure machine in .NET, how do I create an auto-shutdown timer?
b
Is this on azure or aws or ?
w
Azure
w
I believe the Azure portal supports this using DevTest labs - and I believe you can use https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/azure/devtest/#Schedule to work with it.
w
thanks, I will check it out!