Samples
Example Bicep files that use the Utilities extension. Each is taken directly from the extension's repository.
| Sample | Description |
|---|---|
| Pause a deployment | Waits for a fixed duration before continuing. |
| Run a command | Runs a single command and captures its output. |
| Run a script | Runs the same script with Bash and with PowerShell. |
| Assert a condition | Fails the deployment when a condition is not met. |