When working with Azure I have to call `az account...
# general
t
When working with Azure I have to call
az account get-access-token
every 30 minutes or so, otherwise login info is lost. As I understand, that's an issue on terraform side, but is there a workaround that pulumi could do? Like calling the command automatically.