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
}
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
}