It's the same functionality if you were to use `De...
# automation-api
b
It's the same functionality if you were to use
Deployment.RunAsync(async () => { // declare resources });
instead of
Deployment.RunAsync<TStack>();