Skip to main content

Pause a deployment

Waits for a fixed duration before continuing.

Requires the Utilities extension to be registered in bicepconfig.json — see Installation.

targetScope = 'local'

extension utilities

resource wait 'Wait' = {
durationMs: 10000
}

View on GitHub